document.write( "Question 887874: a 120 foot long rope is cut into 3 pieces. The first rope is twice as long as the second piece of rope. the third piece of rope is 3 times as long as the 2nd piece of rope. What is the length of the longest piece of rope. \n" ); document.write( "
Algebra.Com's Answer #536896 by DrBeeee(684)![]() ![]() ![]() You can put this solution on YOUR website! Let the pieces be a,b,c. then we have \n" ); document.write( "(1) a + b + c = 120 and \n" ); document.write( "(2) a = 2b \n" ); document.write( "(3) c = 3b \n" ); document.write( "Put (2) and (3) into (1) and get \n" ); document.write( "(4) 2b + b + 3b = 120 or \n" ); document.write( "(5) 6b = 120 or \n" ); document.write( "(6) b = 20 \n" ); document.write( "Then from (2) and (3) we get \n" ); document.write( "(7) a = 40 and \n" ); document.write( "(8) c = 60 \n" ); document.write( "Let's check this with (1). \n" ); document.write( "Is (40 + 20 + 60 = 120)? \n" ); document.write( "Is (120 = 120)? Yes \n" ); document.write( "Answer; The length of the longest piece of rope is 60ft. \n" ); document.write( " |