document.write( "Question 293182: A ship sails 14 km due east, 5 km due north, 10 km due west and 8 km due south.
\n" );
document.write( "how far will the ship be from its original starting point ? \n" );
document.write( "
Algebra.Com's Answer #211615 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! count west as neg and north as neg \n" ); document.write( "add north and south \n" ); document.write( "5 north+8 south leaves 3 \n" ); document.write( "add east and west \n" ); document.write( "10 west+14 east leaves 4 \n" ); document.write( "This is a classic 3,4, 5 Pythagorean triplet right triangle \n" ); document.write( "You can also apply Pythagorean theorem \n" ); document.write( "3^2+4^2=d^2 \n" ); document.write( "9+16=d^2 \n" ); document.write( "25=d^2 \n" ); document.write( "5=d \n" ); document.write( " \n" ); document.write( " |