document.write( "Question 936228: The current in a simple electrical circuit varies inversely as the resistance. If the current is 50amps when the resistance is 10ohms, find the current if the resistance is 50hms. \n" ); document.write( "
Algebra.Com's Answer #569667 by srinivas.g(540)![]() ![]() You can put this solution on YOUR website! initial current (c1) = 50 amps \n" ); document.write( "final current = c2 \n" ); document.write( "initial resistance(R1)= 10 ohms \n" ); document.write( "final resistance(R2) = 50 ohms \n" ); document.write( " relation b/w current and resistance is inverse \n" ); document.write( " hence \n" ); document.write( " c1 x r1 = c2 xr2 \n" ); document.write( " 50 *10 =c2*50 \n" ); document.write( " divide with 50 on both sides \n" ); document.write( " \n" ); document.write( " 10 =c2 \n" ); document.write( " current = 10 amps \n" ); document.write( " \n" ); document.write( " |