document.write( "Question 1069749: A man starts from point A to get to point B. The road makes the man travel 3 kilometres due north first, then 8 kilometres miles due east and further 3 kilometres due north to reach point B. If the man could have gone “as the crow flies”, how much less of a distance would he have to travel? \n" ); document.write( "
Algebra.Com's Answer #684917 by Fombitz(32388)![]() ![]() You can put this solution on YOUR website! Let east be positive x, north positive y. \n" ); document.write( "Starting at (0,0). \n" ); document.write( "(0,0)+(0,3)=(0,3) \n" ); document.write( "(0,3)+(8,0)=(8,3) \n" ); document.write( "(8,3)+(0,3)=(8,6) \n" ); document.write( "So he traveled a total of \n" ); document.write( "Use the distance formula, \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "So he could save 4 km. \n" ); document.write( " \n" ); document.write( " |