document.write( "Question 479251: A piece of rope 40ft long is cut into2 pieces. 1 piece is 5 ft longer thn the other. Wht is the length of the longer piece ? \n" ); document.write( "
Algebra.Com's Answer #328354 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let one piece be x \n" ); document.write( "other x+5\r \n" ); document.write( "\n" ); document.write( "x+x+5 =40 \n" ); document.write( "2x+5=40 \n" ); document.write( "2x=35 \n" ); document.write( "x=17.5 \n" ); document.write( "so the longer piece = 22.5 feet \n" ); document.write( " |