document.write( "Question 623259: Ethan has a 20-ft piece of rope that he will cut into two pieces. One piece will be one-fourth the length of the other piece. Find the lengh of each piece. \n" ); document.write( "
Algebra.Com's Answer #392007 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Ethan has a 20-ft piece of rope that he will cut into two pieces. One piece will be one-fourth the length of the other piece. Find the lengh of each piece.Ethan has a 20-ft piece of rope that he will cut into two pieces. One piece will be one-fourth the length of the other piece. Find the lengh of each piece.
\n" ); document.write( "**
\n" ); document.write( "let x=length of one piece
\n" ); document.write( "20-x=length of other piece
\n" ); document.write( "x/(20-x)=1/4
\n" ); document.write( "4x=20-x
\n" ); document.write( "5x=20
\n" ); document.write( "x=4
\n" ); document.write( "20-x=16
\n" ); document.write( "length of one piece=4 ft
\n" ); document.write( "length of other piece=16 ft
\n" ); document.write( "
\n" );