document.write( "Question 1110120: Andrew walked a certain distance, and then ran twice as far as he walked.
\n" ); document.write( "He then caught a bus for the last 2 km. If he travelled a total of 32 km,
\n" ); document.write( "find how far Andrew walked and ran.
\n" ); document.write( "

Algebra.Com's Answer #725111 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
Andrew walked a certain distance,
He walked x km.
and then ran twice as far as he walked.
So he ran 2x km
He then caught a bus for the last 2 km.
That's 2 more km\r\n" );
document.write( "\r\n" );
document.write( "So altogether he traveled x km + 2x km + 2 km
If he travelled a total of 32 km,
\r\n" );
document.write( "Therefore\r\n" );
document.write( "\r\n" );
document.write( "x km + 2x km + 2 km = 32 km\r\n" );
document.write( "\r\n" );
document.write( "         x + 2x + 2 = 32\r\n" );
document.write( "\r\n" );
document.write( "        1x + 2x + 2 = 32
find how far Andrew walked and ran.
You finish.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );