document.write( "Question 471023: A wire 10 meters long is divided into three 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. \n" ); document.write( "
Algebra.Com's Answer #323098 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! n+(n+2)+2(n+2)=10 \n" ); document.write( "4n+6=10 \n" ); document.write( "4n=4 \n" ); document.write( "n=1 \n" ); document.write( "The pieces are 1 meter, 3 meters, and 6 meters long.. \n" ); document.write( " |