document.write( "Question 149458: how do you doIn Paris, a boy walks 4 km north, 5 km south, 2 km north, and 3 km south. How
\n" );
document.write( "far is the boy from his starting point? \n" );
document.write( "
Algebra.Com's Answer #109650 by nerdybill(7384) You can put this solution on YOUR website! The \"boy\" is moving in only two directions -- north and south. \n" ); document.write( ". \n" ); document.write( "It might be more understandable if you replace \"up\" for \"north\" and \"down\" for \"south\": \n" ); document.write( "In Paris, a boy walks 4 km up, 5 km down, 2 km up, and 3 km down. How \n" ); document.write( "far is the boy from his starting point? \n" ); document.write( ". \n" ); document.write( "Then if you think of \"up\" as + and \"down\" as - we get: \n" ); document.write( "4 - 5 + 2 - 3 \n" ); document.write( "= -1 + 2 - 3 \n" ); document.write( "= 1 - 3 \n" ); document.write( "= -2 \n" ); document.write( ". \n" ); document.write( "Remember, the \"negative\" translate to south \n" ); document.write( "The boy is 2 km south from his starting point. \n" ); document.write( " \n" ); document.write( " |