document.write( "Question 67009: Suppose you travel north for 65 kilometers then travel east 75 kilometers. How far are you from your starting point?
\n" );
document.write( "Answer:
\n" );
document.write( "Show work in this space.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #47636 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Suppose you travel north for 65 kilometers then travel east 75 kilometers. How far are you from your starting point? \n" ); document.write( "------ \n" ); document.write( "distance = sqrt(65^2 + 75^2) \n" ); document.write( "=sqrt9850 \n" ); document.write( "=99.247... km \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |