answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Nat2105 [25]
1 year ago
14

how do you make a circuit so 1 switch will turn on/off all the lights(3 lights) and a second switch will change the lights from

all being the same brightness to all being different brightnesses?
Computers and Technology
2 answers:
expeople1 [14]1 year ago
7 0

Parallel circuit. On a wire you put the lights and one switch, on the other you put a resistor and another switch. (and the third wire contains the generator)
hodyreva [135]1 year ago
7 0

Answer:

The three bulbs can be connected in series to the battery B1, such that when switch SW1 is turned ON all three bulb turns ON with the same brightness. We now have the three resistors R1, R2, and R3 connected in parallel to the lamps LMP1, LMP2, and LMP3 respectively when SW2 turn on. SW2 is a Three Pole Single Throw switch. Please see attachment for the electric circuit diagram.

Explanation:

QUESTION

How do you make a circuit so 1 switch will turn on/off all the lights(3 lights) and a second switch will change the lights from all being the same brightness to all being different brightness?

ANSWER

List of Component Used For The Design Of The Electric Circuit

The three bulbs can be connected in series to the battery B1, such that when switch SW1 is turned ON all three bulb turns ON with the same brightness. We now have the three resistors R1, R2, and R3 connected in parallel to the lamps LMP1, LMP2, and LMP3 respectively when SW2 turn on. SW2 is a Three Pole Single Throw switch. Please see attachment for the electric circuit diagram.

1. 18Volt Battery ( two 9 Volts batteries connected in series)

2. Three Filament lamps LMP1=LMP2=LMP3= 6V 6W.

3. Three resistors of R1=100Ω, R2=12Ω and R3=3Ω

4. SPST Switch =SW1

5. TPST Switch = SW2

Since the battery is 18V and connected in series to all three lamps, it is capable of delivering 6V per lamp. Each lamp is 6W. So the resistance of the bulb can be determined using Ohm’s law.

V=IR, P=IV = V2/R, R=V2/P

Where I= Current

V= Voltage

R= Resistance

P = Power

Lamp Resistance RL= 62/6 =6Ω

Total resistance of the lamps connected in series Rs= 6+6+6 = 18Ω

The total current through the series resistor combination IS = Battery supplied voltage divide by RS =18/18 =1A

So each lamp will dissipate power PL= I2*R= 1*6 =6W

When switch SW2 is closed, there is now a resistor connected in parallel to each of the lamp which will now reduce the total resistance combination of the lamp and resistors to a values lower than 6Ω

Lamp1 has 100Ω connected in parallel to it to give a total resistance of 5.66Ω

Lamp2 has 12Ω connected in parallel to it to give a total resistance of 4Ω

Lamp3 has 3Ω connected in parallel to it to give a total resistance of 2Ω

The new total resistance of the circuit is now R=5.66+4+2 = 11.66Ω

The new total current flowing through the circuit I=18/11.66 = 1.54A

The power dissipated by each lamp with a new series current of 1.54A can now be recalculated as follows;

Power dissipated by Lamp 1 P1= 1.542*5.66Ω = 13.42W

Power dissipated by Lamp 2 P2= 1.542*4Ω = 9.49W

Power dissipated by Lamp 1 P1= 1.542*2Ω = 4.74W

From the power dissipated by the 3 bulbs, we can see that lamp 3 is bright, lamp 2 is brighter and Lamp 1 is the brightest of all the three lamps.

Download pdf
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark"> pdf </span>
964ca3f2a895a598c502478c6408f90a.jpg
<span class="sg-text sg-text--link sg-text--bold sg-text--link-disabled sg-text--blue-dark"> docx </span>
You might be interested in
Respond to the following in a paragraph of no less than 125 words. Describe the steps to active listening.
Agata [3.3K]

Answer

• Maintaining eye contact

• Paying attention in the talk

• Listening without jumping to conclusion

• Formulating a picture in mind as you listen

• Avoid interruption to suggest solutions

• Asking clarification when the speaker has paused

• Asking questions to improve understanding

• Understanding the mood of the speaker

• Giving the appropriate feedback

Explanation

A person can improve his active listening skills by being aware of his or her personal style of communicating. A good listener is productive  and able to influence others when talking because he or she will have mastered the technique of persuading and negotiating with audience when talking. The journey to becoming an active listener is through paying attention, showing that you are following the speaker ,providing good feedback, avoiding judging the speaker and providing the appropriate feedback.



8 0
2 years ago
Read 2 more answers
2 Name the package that contains scanner class?​
Marat540 [252]
the answer is Java.util.scanner
5 0
2 years ago
If there are three classes, Shape, Circle and Square, what is the most likely relationship among them?
xz_007 [3.2K]

Answer: B) Shape is a base class, and circle and square are derived classes of Shape.

Explanation:

Shape is a base class because circle and squares are the shapes so these are the derived class of the shape, which is inherited by the shape like circle and square. As, the base class (shape) is the class which are derived from the other classes like circle and square and it facilitates other class which can simplified the code re-usability that is inherited from the base class. Base class is also known as parent class and the super class.  

8 0
2 years ago
What elements of SANS 20 you could leverage to reduce the TCP/IP vulnerabilities of your workstation
Vlada [557]

Answer:

- limitation and control of network ports, protocols and services.

- Continuous vulnerability assessment and remediation.

Explanation:

The TCP or transmission control protocol is a layer 4 protocol (transport), that reliably transports packets in sequential segments to an application in the destination computer, using the ip address and the port number of the application.

The ICMP sent during the TCP/ip activities, can render the network vulnerable to attacks. limitation and control of the network ports, protocols and services and continuous assessment would mitigate the vulnerability of the TCP/ip model.

5 0
2 years ago
Write the 8-bit signed-magnitude, two's complement, and ones' complement representations for each decimal number: +25, + 120, +
pshichka [43]

Answer:

Let's convert the decimals into signed 8-bit binary numbers.

As we need to find the 8-bit magnitude, so write the powers at each bit.

      <u>Sign -bit</u> <u>64</u> <u>32</u> <u>16</u> <u>8</u> <u>4</u> <u>2</u> <u>1</u>

+25 - 0 0 0 1 1 0 0 1

+120- 0 1 1 1 1 0 0 0

+82 - 0 1 0 1 0 0 1       0

-42 - 1 0 1 0 1 0 1 0

-111 - 1 1 1 0 1 1 1 1

One’s Complements:  

+25 (00011001) – 11100110

+120(01111000) - 10000111

+82(01010010) - 10101101

-42(10101010) - 01010101

-111(11101111)- 00010000

Two’s Complements:  

+25 (00011001) – 11100110+1 = 11100111

+120(01111000) – 10000111+1 = 10001000

+82(01010010) – 10101101+1= 10101110

-42(10101010) – 01010101+1= 01010110

-111(11101111)- 00010000+1= 00010001

Explanation:

To find the 8-bit signed magnitude follow this process:

For +120

  • put 0 at Sign-bit as there is plus sign before 120.
  • Put 1 at the largest power of 2 near to 120 and less than 120, so put 1 at 64.
  • Subtract 64 from 120, i.e. 120-64 = 56.
  • Then put 1 at 32, as it is the nearest power of 2 of 56. Then 56-32=24.
  • Then put 1 at 16 and 24-16 = 8.
  • Now put 1 at 8. 8-8 = 0, so put 0 at all rest places.

To find one’s complement of a number 00011001, find 11111111 – 00011001 or put 0 in place each 1 and 1 in place of each 0., i.e., 11100110.

Now to find Two’s complement of a number, just do binary addition of the number with 1.

6 0
2 years ago
Other questions:
  • Catherine wants to search online for fruit juices. She is fine with aerated or fresh fruit juices. Which Boolean operator will e
    12·2 answers
  • The overall purpose of CSS is to modify the way web pages look without modifying the underlying HTML code. way tables render in
    12·2 answers
  • Design a program that asks the user for a series of names (in no particular order). After the final person’s name has been enter
    5·1 answer
  • Write a program that calculates an adult's fat-burning heart rate, which is 70% of 220 minus the person's age. Complete fat_burn
    10·1 answer
  • To play game, go inside the Grand Theft Auto V folder and right click and runGTAVLauncher as administrator.If you get any missin
    5·1 answer
  • Chris accidentally steps on another student’s foot in the hallway. He apologizes, but the other student does not want to hear it
    13·2 answers
  • Given input characters for an arrowhead and arrow body, print a right-facing arrow. Ex: If the input is: *
    14·1 answer
  • They predicted another cold day in Seattle. They predicted another windy day in Seattle. Combine the sentences into one sentence
    8·1 answer
  • You are having a problem with your Windows computer that is isolated to a single graphics editing program that you use every day
    12·1 answer
  • The most likely reason a firm would decide to establish an extranet would be the desire to Multiple Choice speed the flow of inf
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!