document.write( "Question 664166: A ship is traveling at 32 knots for 6 hours on a course of 155 degrees. How far south adn east did he travel? \n" ); document.write( "
Algebra.Com's Answer #413153 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
A ship is traveling at 32 knots for 6 hours on a course of 155 degrees. How far south adn east did he travel?
\n" ); document.write( "------------------
\n" ); document.write( "155 = 65 degrees from the x-axis
\n" ); document.write( "distance = 32*6 = 192 mn
\n" ); document.write( "x = 192*cos(65) East
\n" ); document.write( "y = 192*sin(65) South
\n" ); document.write( "
\n" );