document.write( "Question 152196: A wire is 10 meters long is divided into 3 parts, one of which is 2 meters longer than the first and the third is 2 times longer than the second. Find the length of each part? \n" ); document.write( "
Algebra.Com's Answer #111861 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the length of the 1st part be x. \n" ); document.write( "x, x+2 and 2(x+2) are the length of the 3 parts. \n" ); document.write( "x+x+2+2(x+2)=10 \n" ); document.write( "2x+2+2x+4=10 \n" ); document.write( "4x+6=10 \n" ); document.write( "4x=4 \n" ); document.write( "x=1 m \n" ); document.write( "So the lengths are 1, 3, 6 m \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |