document.write( "Question 647644: a man travels 7 km due north and than travels 3 km due east and than travels 3 km due south. how far is he from the starting point ?\r
\n" );
document.write( "\n" );
document.write( "Let x = distance from starting point\r
\n" );
document.write( "\n" );
document.write( "x^2 = (7-3)^2 + 3^2
\n" );
document.write( "x^2 = 25
\n" );
document.write( "x= 5 \n" );
document.write( "
Algebra.Com's Answer #406323 by amoresroy(361)![]() ![]() You can put this solution on YOUR website! Let x = distance from starting point \n" ); document.write( "x^2 = (7-3)^2 + 3^2 \n" ); document.write( "x = 5 \n" ); document.write( " |