document.write( "Question 411676: a 100-m rope is cut into 2 pieces.one is 16m greater than the other.find the lenght of eah piece \n" ); document.write( "
Algebra.Com's Answer #289323 by emargo19(101) ![]() You can put this solution on YOUR website! Let one piece of the rope be X \n" ); document.write( "Let the other piece of the rope be x+16 \n" ); document.write( "Equation is : \n" ); document.write( "Piece 1 + Piece 2 = 100 \n" ); document.write( "x + (x+16) = 100 \n" ); document.write( "2x = 100-16 \n" ); document.write( "2x= 84 \n" ); document.write( "x= 42 \n" ); document.write( "Piece 1(x)= 42 m. \n" ); document.write( "Piece 2 (x+16)= 42+16=58 m. \n" ); document.write( " \n" ); document.write( "check : \n" ); document.write( "42+ 58 = 100 \n" ); document.write( " |