document.write( "Question 1093558: A board that is 53 inches long is to be cut into three pieces. The second piece is twice as long as the first piece, and the third piece is 5 inches longer than three time the first piece. Find the length of the three pieces. \n" ); document.write( "
Algebra.Com's Answer #708188 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
y=2x
\n" ); document.write( "z=3x+5
\n" ); document.write( "x+y+z=53
\n" ); document.write( "x+2x+3x+5=53
\n" ); document.write( "6x+5=53
\n" ); document.write( "6x=48
\n" ); document.write( "x=8
\n" ); document.write( "y=2*8=16
\n" ); document.write( "z=(3*8)+5=29\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );