document.write( "Question 213108: a 43 foot long string is cut into 4 pices the first piece of string is twice as long as the second piece of string. the 3rd piece of string is 3 feet longer than the second pice of string the fouth piece is twice as long as the first piece.what is the length of thr longest piece of string/ \n" ); document.write( "
Algebra.Com's Answer #161003 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let the 1st piece=a, 2nd=b, 3rd=c and the 4th=d \n" ); document.write( "a=2b \n" ); document.write( "c=b+3 \n" ); document.write( "d=2a=2(2b)=4b \n" ); document.write( "2b+b+b+3+4b=43 \n" ); document.write( "8b+3=43 \n" ); document.write( "8b=40 \n" ); document.write( "b=5 \n" ); document.write( "a=10 \n" ); document.write( "c=8 \n" ); document.write( "d=20 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |