document.write( "Question 210906This question is from textbook
\n" );
document.write( ": A boat travels due east for a distance of 15 miles. It then travels due North for a distance of 20 miles, at which point it drops anchor. How many miles is the boat from it's starting point? \n" );
document.write( "
Algebra.Com's Answer #159321 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! A boat travels due east for a distance of 15 miles. It then travels due North for a distance of 20 miles, at which point it drops anchor. How many miles is the boat from it's starting point? \n" ); document.write( ". \n" ); document.write( "Applying Pythagorean theorem: \n" ); document.write( "Let d = distance \n" ); document.write( "then \n" ); document.write( "d^2 = 15^2 + 20^2 \n" ); document.write( "d^2 = 225 + 400 \n" ); document.write( "d^2 = 625 \n" ); document.write( "d = sqrt(625) \n" ); document.write( "d = 25 miles \n" ); document.write( " |