document.write( "Question 260954: A 178-foot pipe is cut into two pieces, so that one piece is 46 feet longer than the other. How long is the longer piece? \n" ); document.write( "
Algebra.Com's Answer #192239 by drk(1908)![]() ![]() ![]() You can put this solution on YOUR website! Let one piece = x. \n" ); document.write( "The other is 178 - x. \n" ); document.write( "x = 46 + 178-x \n" ); document.write( "add x to both sides to get \n" ); document.write( "2x = 46 + 178 \n" ); document.write( "add the numbers to get \n" ); document.write( "2x = 224 \n" ); document.write( "divide by 2 to get \n" ); document.write( "x = 112 \n" ); document.write( "178-x = 178-112 = 66. \n" ); document.write( "The longer piece is 112 feet. \n" ); document.write( " |