document.write( "Question 43167: An oil tanker and a cruise ship leave port at the same time and travel straight-line courses at 10 mi/h and 25 mi/h, respectively. Two hours later they are 40 mi apart. What is the angle between their courses? \n" ); document.write( "
Algebra.Com's Answer #28310 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
If you draw the triangle diagram, you get a triangle with sides 20, 50 and 40 miles...now use the law of cosines...
\n" ); document.write( "c^2 = a^2 + b^2 - 2ab cos C
\n" ); document.write( "40^2 = 20^2 + 50^2 - 2(20)(50) cos C
\n" ); document.write( "1600 = 400 + 2500 - 2000 cos C
\n" ); document.write( "so that
\n" ); document.write( "cos C = .65
\n" ); document.write( "and
\n" ); document.write( "C = 49.46 degrees
\n" ); document.write( "
\n" );