document.write( "Question 881831: A boy walks 7 km west,then 4 km north,and finally 4 km east.How far is he from his starting point? \n" ); document.write( "
Algebra.Com's Answer #532521 by Theo(13342)![]() ![]() You can put this solution on YOUR website! he travels west 7 km then north 4km the n east 4 km. \n" ); document.write( "if he started at the coordinate point of (0,0), then his travels would take him to: \n" ); document.write( "(-7,0) when he goes west. \n" ); document.write( "(-7,4) when he goes north. \n" ); document.write( "(-3,4) when he goes east. \n" ); document.write( "he started at (0,0) and ended at (-3,4) \n" ); document.write( "the distance between (0,0) and (-3,4) is equal to: \n" ); document.write( "sqrt((4-0)^2 + (-3-0)^2) which is equal to: \n" ); document.write( "sqrt(4^2 + (-3)^2) which is equal to: \n" ); document.write( "sqrt(16 + 9) which is equal to: \n" ); document.write( "sqrt(25) which is equal to 5. \n" ); document.write( " \n" ); document.write( " |