document.write( "Question 414085: The electrical resistance of a wire varies directly as its length and inversely as the square of its diameter. If a wire with length 100cm and diameter 2 mm has a resistance of 1.5 Ohms, find the resistance of a wire with length 300cm and diameter 3mm.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "I tried to find something similar to this in my textbook and couldn't. My guess was that the formula to use would be r=k(L/D^2), then solve for k which would be the constant. Once I have solved for k I can plug the new length and diameter into the formula and solve for r, am I on the right track? \n" );
document.write( "
Algebra.Com's Answer #290463 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The electrical resistance of a wire varies directly as its length and inversely as the square of its diameter. If a wire with length 100cm and diameter 2 mm has a resistance of 1.5 Ohms, find the resistance of a wire with length 300cm and diameter 3mm. \r \n" ); document.write( "\n" ); document.write( "--- \n" ); document.write( "r = k*L/d^2 \n" ); document.write( "--- \n" ); document.write( "Solve for \"k\" using \"If a wire with length 100cm \n" ); document.write( "and diameter 2 mm has a resistance of 1.5 Ohms\". \n" ); document.write( "---- \n" ); document.write( "1.5 = k*100/2^2 \n" ); document.write( "100k = 6 \n" ); document.write( "k = 0.06 \n" ); document.write( "------- \n" ); document.write( "Equation for this problem: \n" ); document.write( "r = 0.06*L/d^2 \n" ); document.write( "------- \n" ); document.write( "Now \"find the resistance of a wire with length 300cm and diameter 3mm\". \n" ); document.write( "r = 0.06*300/3^2 \n" ); document.write( "r = 0.06*100/3 \n" ); document.write( "r = 2 Ohms \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "================ \n" ); document.write( " \n" ); document.write( " |