document.write( "Question 1151241: Calculate the total distance you traveled, if:\r
\n" );
document.write( "\n" );
document.write( "You left home at 10 a.m. and walked 500 m to a friend's house. At 11, you all drove 5 km to the mall.\r
\n" );
document.write( "\n" );
document.write( "At 1:30, your friend drives you 4 km to your house. The total distance you traveled, round trip, is ___. \n" );
document.write( "
Algebra.Com's Answer #772945 by MathTherapy(10556) You can put this solution on YOUR website! \n" ); document.write( "Calculate the total distance you traveled, if:\r \n" ); document.write( "\n" ); document.write( "You left home at 10 a.m. and walked 500 m to a friend's house. At 11, you all drove 5 km to the mall.\r \n" ); document.write( "\n" ); document.write( "At 1:30, your friend drives you 4 km to your house. The total distance you traveled, round trip, is ___. \n" ); document.write( " Unnecessary info about times taken to travel to places. All that you need to do is SUM the distances: 500 m + 5 km + 4 km.\n" ); document.write( " |