document.write( "Question 86180: Suppose you travel north for 65 kilometers then travel east 75 kilometers. How far are you from your stating point? \n" ); document.write( "
Algebra.Com's Answer #62291 by ptaylor(2198)![]() ![]() You can put this solution on YOUR website! Your route has traced out two legs of a right triangle. The hypotnuse of the right triangle is the shortest distance from where you are to where you started from and this is given by: c^2=a^2+b^2 which is the Pythagorean Theorem. c is the hypotnuse and a and b are the two legs.\r \n" ); document.write( "\n" ); document.write( "c^2=65^2+75^2\r \n" ); document.write( "\n" ); document.write( "c^2=4225+5625\r \n" ); document.write( "\n" ); document.write( "c^2=9850 take square root of both sides \n" ); document.write( "c=99.247 kilometers\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps----ptaylor \n" ); document.write( " |