document.write( "Question 797224: A seventy foot long pipe is cut into three unequal pieces the second one is twice as long as the first piece the third piece is two feet longer than the first what the length of all three pieces? \n" ); document.write( "
Algebra.Com's Answer #481718 by Cromlix(4381)\"\" \"About 
You can put this solution on YOUR website!
First piece = x
\n" ); document.write( "Second piece = 2x
\n" ); document.write( "3rd piece = x + 2
\n" ); document.write( "x + 2x + x + 2 = 70
\n" ); document.write( "Collect like terms:
\n" ); document.write( "4x = 70 - 2
\n" ); document.write( "4x = 68
\n" ); document.write( "x = 17
\n" ); document.write( "First piece = 17 feet.
\n" ); document.write( "Second piece = 34 feet.
\n" ); document.write( "Third piece = 19 feet.
\n" ); document.write( "Total = 70 feet.
\n" ); document.write( "Hope this helps.
\n" ); document.write( ":-)
\n" ); document.write( "
\n" );