document.write( "Question 848099: A runner travels 8 blocks north and 15 blocks east. How far is the runner from her starting point?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #510876 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! 8 blocks north and 15 block east form the legs of a right triangle. We are tasked to find the hypotenuse.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "8^2 + 15^2 = c^2\r \n" ); document.write( "\n" ); document.write( "64 + 225 = c^2\r \n" ); document.write( "\n" ); document.write( "289 = c^2\r \n" ); document.write( "\n" ); document.write( "c = 17 blocks \n" ); document.write( " |