document.write( "Question 881201: zach had a rope that was 15 feet long. he cut it into 3 pieces. the first piece is 3.57 feet longer than the second piece. the third piece is 2.97 feet longer than the second piece. how long is the third piece of rope?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #532092 by JulietG(1812)![]() ![]() You can put this solution on YOUR website! A + B + C = 15 \n" ); document.write( "A = B + 3.57 \n" ); document.write( "C = B + 2.97 \n" ); document.write( "Substitute the known values of A and C in the 2nd and 3rd equations into the first. \n" ); document.write( "(B+3.57) + B + (B+2.97) = 15 \n" ); document.write( "Add \n" ); document.write( "3B + 6.54 = 15 \n" ); document.write( "Subtract 6.54 from each side \n" ); document.write( "3B = 8.46 \n" ); document.write( "Divide each side by 3 \n" ); document.write( "B = 2.82 \n" ); document.write( ". \n" ); document.write( "If the length of the second piece is 2.82, then A is 2.82+3.57, or 6.39 \n" ); document.write( "C is 2.82+2.97, or 5.79 \n" ); document.write( "The lengths are 6.39, 2.82, and 5.79 \n" ); document.write( " |