document.write( "Question 978453: A reel of electric wire 150 metres long cut into two pieces. One is 40 metres shorter than twice the length of the other. How long is each piece. \n" ); document.write( "
Algebra.Com's Answer #600022 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A reel of electric wire 150 metres long cut into two pieces. \n" ); document.write( " One is 40 metres shorter than twice the length of the other. \n" ); document.write( " How long is each piece. \n" ); document.write( ": \n" ); document.write( "let a = length of a piece of wire \n" ); document.write( "\"One is 40 metres shorter than twice the length of the other.\" therefore: \n" ); document.write( "2a - 40 = length of the other piece \n" ); document.write( ": \n" ); document.write( "a + (2a-40) = 150 \n" ); document.write( "3a = 150 + 40 \n" ); document.write( "3a = 190 \n" ); document.write( "a = 190/3 \n" ); document.write( "a = 63 \n" ); document.write( "then \n" ); document.write( "2*63 |