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 #33498 by ichudov(507)\"\" \"About 
You can put this solution on YOUR website!
if length of the shortest piece is \"L\", then the next is 2L, the next is 4L, and the next is 8L.\r
\n" ); document.write( "\n" ); document.write( "L+2L+3L+4L+8L = 60
\n" ); document.write( "18L = 60\r
\n" ); document.write( "\n" ); document.write( "\"L+=+60%2F18+=+10%2F3\"\r
\n" ); document.write( "\n" ); document.write( "the longest piece is \"8L+=+8%2A%2810%2F3%29+=+80%2F3+=+26%262%2F3\". \r
\n" ); document.write( "\n" ); document.write( "Please verify what I did to make sure that I did not make a mistake.
\n" ); document.write( "
\n" );