document.write( "Question 427514: A 120-foot long rope is cut into 3 pieces. The first piece is twice as long as the second piece of rope. The third piece of rope is three times as long as the second piece of rope. What is the length of the longest piece of rope? \n" ); document.write( "
Algebra.Com's Answer #297343 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let X equal the length of the second piece of rope. The first piece is twice as long, or 2X. The third piece is three times as long, or 3X. Therefore:\r
\n" ); document.write( "\n" ); document.write( "2X + X + 3X=120
\n" ); document.write( "6X=120
\n" ); document.write( "X=20\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "The longest piece is the third piece, or 3X, which equals 60 feet.
\n" ); document.write( "
\n" );