document.write( "Question 831132: A 50 ft rope is cut into two pieces. One piece is 2 ft longer than twice the length of the other. Find the length of the longer piece. \n" ); document.write( "
Algebra.Com's Answer #501163 by rm29924(97)![]() ![]() You can put this solution on YOUR website! Let x = the shorter piece \n" ); document.write( "the longer piece = 2x + 2\r \n" ); document.write( "\n" ); document.write( "the two pieces added together = 50 ft \n" ); document.write( "x + 2x + 2 = 50 \n" ); document.write( "3x + 2 = 50 \n" ); document.write( "3x = 48 \n" ); document.write( "x = 16\r \n" ); document.write( "\n" ); document.write( "2x + 2 \n" ); document.write( "2(16) + 2 \n" ); document.write( "32 + 2 = 34\r \n" ); document.write( "\n" ); document.write( "the longer piece is 34 ft \n" ); document.write( " |