document.write( "Question 1019363: A piece of wood that is 36 inches long is cut into two pieces so that twice the longer piece is two inches more than three times the shorter piece. How long is the shorter piece?
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #635414 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let's call the shorter piece's length, x.
\n" ); document.write( "The longer piece must then be 36-x.
\n" ); document.write( "Then we write
\n" ); document.write( "2(36-x) = 2 + 3x
\n" ); document.write( "72 - 2x = 2 + 3x
\n" ); document.write( "Now add 2x and subtract 2 from both sides and get
\n" ); document.write( "72 = 2 + 5x
\n" ); document.write( "70 = 5x
\n" ); document.write( "Now divide by 5 and get
\n" ); document.write( "x = 14 inches
\n" ); document.write( "
\n" );