document.write( "Question 46551: the electrical resistance R of a wire varies directly as its length L and inversely as the square of its diameter. A wire 20 meters long and 0.6 centimeters in diameter made from a certain alloy has a resistance of 36ohms. What is the resistance of a piece of wire 60 meters long and 1.2 centimenters in diameter made from the same material?\r
\n" );
document.write( "\n" );
document.write( "i know that the equation should look something like this:
\n" );
document.write( "R=k L/D^2\r
\n" );
document.write( "\n" );
document.write( "but from there i get lost when plugging in the values\r
\n" );
document.write( "\n" );
document.write( "36ohms=k (20m)/(.6cm)^2
\n" );
document.write( "if i can figure out K i can plug in the other values and get my answer.
\n" );
document.write( "i figure i have to make m into cm so 20 becomes 2000cm/.36cm if i times by 100
\n" );
document.write( "to get rid of the decimal in denominator i get 3600oms=K* 200000/36
\n" );
document.write( "multiply both sides by 36 and i get 129600oms=200000K
\n" );
document.write( "divide by 200000
\n" );
document.write( "k=.648
\n" );
document.write( "pluggin in the values that i have from above i get the resistance would be 27ohms. \n" );
document.write( "
Algebra.Com's Answer #30879 by josmiceli(19441) You can put this solution on YOUR website! R = k*l *(1/(d^2)) \n" ); document.write( "R = resistance of wire \n" ); document.write( "k = proportionality constant \n" ); document.write( "l = length of wire \n" ); document.write( "d = diameter of wire \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "27 ohms is my answer, too \n" ); document.write( "a quick check \n" ); document.write( "The 2nd wire is 3 times as long and 4 times the \n" ); document.write( "cross-section area of the 1st wire \n" ); document.write( "R2 = 3/4*R1 \n" ); document.write( "R2 = (3/4)* 36 \n" ); document.write( "R2 = 3*9 \n" ); document.write( "R2 = 27 ohms \n" ); document.write( "OK \n" ); document.write( " |