Computer Science, asked by syfhril, 20 hours ago

A program tasks are to find the equivalent series and parallel resistance for 3 resistor values. Your program should read the 3 resistor values and then compute the equivalent series and parallel resistance for all 3 resistors. For example, if the 3 resistor values are r1=100, r2=200 and r3=300 ohms, respectively, their equivalent series resistance is rl + r2 +r3 = 100 + 200 + 300 = 600 ohms and their equivalent parallel resistance = 1/[1/r1 + 1/r2 + 1/r3] = 1/[0.01+0.005+0.0033] = 54.55 ohms. -flowchart

Answers

Answered by guptayashasvi0
0

Answer:

regsrgrgtgeryrgtgrdsrgsrhsrh

Answered by shilpa85475
0

 if the 3 resistor values are r1=100, r2=200 and r3=300 ohms, respectively, their equivalent series resistance is rl + r2 +r3 = 100 + 200 + 300 = 600 ohms and their equivalent parallel resistance = 1/[1/r1 + 1/r2 + 1/r3] = 1/[0.01+0.005+0.0033] = 54.55 ohms.

Explanation:

Serial resistance:

Series resistance in a solar cell has three causes: firstly, the movement of current through the emitter and base of the solar cell; secondly, the contact resistance between the metal contact and the silicon; and finally the resistance of the top and rear metal contacts.

Parallel resistance:

The sum of the currents through each path is equal to the total current that flows from the source. You can find total resistance in a Parallel circuit with the following formula: 1/Rt = 1/R1 + 1/R2 + 1/R3 +

Similar questions