document.write( "Question 159745: A 64 inch board is cut into three pieces. The second piece is 3 in. longer than the first piece. The third piece is 4 in. longer than the second piece. How long is each piece? \n" ); document.write( "
Algebra.Com's Answer #117778 by solver91311(24713)\"\" \"About 
You can put this solution on YOUR website!
The first piece is \"x\" inches long. The second piece is 3 inches longer than that, or \"x%2B3\". The third piece is 4 inches longer than the second, so \"x%2B3%2B4=x%2B7\". The length of the three pieces together is \"x%2B%28x%2B3%29%2B%28x%2B7%29=64\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Combine terms and solve: \"3x%2B10=64\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "I'll leave it to you to finish.
\n" ); document.write( "
\n" );