document.write( "Question 1027103: A pipe is 27 feet long. If you cut it into two pieces ,one piece 5 feet longer than the other , how long will the shorter piece be? \n" ); document.write( "
Algebra.Com's Answer #643228 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the length of the shorter piece, x. Then the longer one is x+5. Their sum must be 27 feet...so we write \n" ); document.write( "x + x+5 = 27 \n" ); document.write( "2x + 5 = 27 \n" ); document.write( "2x = 22 \n" ); document.write( "x = 11 feet (the longer one is 16 feet) \n" ); document.write( " |