document.write( "Question 839411: A 12ft board is to be cut into 2 pieces. One of those pieces is 3ft longer than the other piece. What are the length of the 2 pieces? \n" ); document.write( "
Algebra.Com's Answer #507646 by LinnW(1048)\"\" \"About 
You can put this solution on YOUR website!
Set x = first length , y = second length
\n" ); document.write( "x = y + 3
\n" ); document.write( "x + y = 12
\n" ); document.write( "substitute y + 3 for x
\n" ); document.write( "(y + 3) + y = 12
\n" ); document.write( "2y + 3 = 12
\n" ); document.write( "add -3 to each side
\n" ); document.write( "2y = 9
\n" ); document.write( "y = 4.5
\n" ); document.write( "x = 4.5 + 3 = 7.5
\n" ); document.write( "7.5 + 4.5 = 12 so this checks.
\n" ); document.write( "
\n" );