document.write( "Question 944837: if you have a string 13 foot long and its cut in two and the second half is 4 foot longer then the first half, how long is the two sections cut \n" ); document.write( "
Algebra.Com's Answer #576095 by macston(5194)\"\" \"About 
You can put this solution on YOUR website!
Let the shorter length=x, the longer=x+4
\n" ); document.write( "The total length (both pieces)=(x)+(x+4)=13 feet
\n" ); document.write( "2x+4=13 ft subtract 4 from each side
\n" ); document.write( "2x=9 ft divide each side by 2
\n" ); document.write( "x=4.5 ft ANSWER 1: The shorter piece is 4.5 feet.
\n" ); document.write( "longer=x+4=8.5 ft ANSWER 2: The longer piece is 8.5 feet.
\n" ); document.write( "CHECK
\n" ); document.write( "The total length=longer + shorter
\n" ); document.write( "13 feet=8.5 feet + 4.5 feet
\n" ); document.write( "13 feet=13 feet
\n" ); document.write( "
\n" ); document.write( "
\n" );