document.write( "Question 303246: your boat is traveling due north at 20 miles per hour. a friend's boat left at the same time and is traveling due west at 15 miles per hour. after an hour you get a call from your friend who tells you that he has just stopped because of engine trouble. how far must you travel to reach your friend? \n" ); document.write( "
Algebra.Com's Answer #217338 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! boat is traveling due north at 20 miles per hour. \n" ); document.write( " a friend's boat left at the same time and is traveling due west at 15 miles per hour. \n" ); document.write( " after an hour you get a call from your friend who tells you that he has just \n" ); document.write( "stopped because of engine trouble. how far must you travel \n" ); document.write( ": \n" ); document.write( "this a right triangle problem, the distance between the boat is the hypotenuse \n" ); document.write( "c^2 = a^2 + b^2 \n" ); document.write( "where \n" ); document.write( "a = 20 \n" ); document.write( "b = 15 \n" ); document.write( "c = distance between the boats \n" ); document.write( ": \n" ); document.write( "c^2 = 20^2 + 15^2 \n" ); document.write( "c^2 = 400 + 225 \n" ); document.write( "c^2 = 625 \n" ); document.write( "c = \n" ); document.write( "c = 25 miles to travel to the friend \n" ); document.write( " |