document.write( "Question 139378: A 59-m rope is cut into three pieces. The second piece is twice as long as the first. The third piece is 3m long than the first. How long is each piece of rope? \n" ); document.write( "
Algebra.Com's Answer #101642 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
let x=first piece\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"The second piece is twice as long as the first\" __ 2x\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"The third piece is 3m long than the first\" __ x+3\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "\"A 59-m rope is cut into three pieces\" __ 59=x+2x+x+3 __ 59=4x+3 __ 56=4x __ 14=x
\n" ); document.write( "
\n" );