document.write( "Question 50407This question is from textbook
\n" );
document.write( ": A 60 foot rope is cut into four pieces, with each successive piece twice as long as the previous one. Find the length of the longest piece. \n" );
document.write( "
Algebra.Com's Answer #65319 by padejr(3)![]() ![]() ![]() You can put this solution on YOUR website! Let 1st cut = x ft \n" ); document.write( " 2nd cut = 2x ft \n" ); document.write( " 3rd cut = 2.2.x = 4 ft \n" ); document.write( " 4th cut = 2.2.2.x = 8x ft\r \n" ); document.write( "\n" ); document.write( "then 1st cut + 2nd cut + 3rd cut + 4th cut = 60\r \n" ); document.write( "\n" ); document.write( "substitute length of each cut in, we get \n" ); document.write( " x+2x+4x+8x = 60 = 15x\r \n" ); document.write( "\n" ); document.write( "Then x = 4\r \n" ); document.write( "\n" ); document.write( "The longest piece = 8x = 8.4 = 32 ft \n" ); document.write( " |