Write a program in c to compute the power loss


Write a program in C to compute the power loss in a transmission line with a resistance of 0.05 ohms/mile. Compute the power loss if 500 kW of power is transmitted from a power generation station to cities at distance of 20, 30, 40, 50, 60, 70, 80, 90, 100, and 200 V.
The current i is calculated from:
i= power transmitted in watts/volts transmitted
The total resistance R is computed from the equation:
R = r *miles
Where r is the resistance per mile.
The power loss is computed from the equation:
Power loss = i2 * R 

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program in c to compute the power loss
Reference No:- TGS0136753

Expected delivery within 24 Hours