document.write( "Question 1071007: Two ships leave at the same time , ship x is heading due north and ship Y is heading due east. Twelve hours later they are 600 miles apart. If the ship X Had travels 480 miles from the port , how many miles will ship Y travel? \n" ); document.write( "
Algebra.Com's Answer #685947 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Two ships leave at the same time ,
\n" ); document.write( " ship x is heading due north and ship Y is heading due east.
\n" ); document.write( " Twelve hours later they are 600 miles apart.
\n" ); document.write( " If the ship X Had travels 480 miles from the port , how many miles will ship Y travel?
\n" ); document.write( ":
\n" ); document.write( "This is a pythag problem where each leg is the distance traveled by each ship and the 600 mi between them is the hypotenuse
\n" ); document.write( "let y = distance traveled by ship y
\n" ); document.write( "y^2 + 480^2 = 600^2
\n" ); document.write( "y^2 + 230400 = 360000
\n" ); document.write( "y^2 = 360000 - 230400
\n" ); document.write( "y^2 = 129600
\n" ); document.write( "y = \"sqrt%28129600%29\"
\n" ); document.write( "y = 360 mi traveled by ship y
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Confirm this on your calc; enter \"sqrt%28360%5E2%2B480%5E2%29\"
\n" ); document.write( "
\n" ); document.write( "
\n" );