document.write( "Question 1035937: A ribbon 56 centimeters long is cut into two pieces. one of the pieces is three times longer than the other . Find the lengths, in centimeters,of both pieces of ribbon . \n" ); document.write( "
Algebra.Com's Answer #650543 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call one piece x, and the other is 56-x. Then we write \n" ); document.write( "56-x = 3x \n" ); document.write( "56 = 4x \n" ); document.write( "x = 14 \n" ); document.write( "56-x = 42 \n" ); document.write( "The pieces are 14 cm and 42 cm. \n" ); document.write( " |