document.write( "Question 408896: a twelve foot long board needs to be cut into three peieces. the second piece must be twice as long as the first piece and the third piece must be two feet longer than the first piece. how long is each of the three pieces \n" ); document.write( "
Algebra.Com's Answer #287965 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi
\n" ); document.write( "the second piece must be twice as long as the first piece and the third piece
\n" ); document.write( " must be two feet longer than the first piece.
\n" ); document.write( "Let x, 2x and (x+2) represent th elengths of the pieces
\n" ); document.write( "Question states***
\n" ); document.write( " x + 2x +(x+2)= 12ft
\n" ); document.write( "Solving for x
\n" ); document.write( " 4x = 10
\n" ); document.write( " x = 10/4 OR 2.5ft. Pieces are 2.5ft, 5ft and 4.5ft
\n" ); document.write( "CHECKING our Answer***
\n" ); document.write( "2.5' + 5' + 4.5 = 12' \n" ); document.write( "
\n" );