document.write( "Question 998648: An airplane is headed 123 degrees with an air speed of 310 mph with a wind of 40 mph on a bearing of 200 degrees. Find the ground speed to the nearest mph, and the true course of the airplane to the nearest degree? \n" ); document.write( "
Algebra.Com's Answer #616430 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
An airplane is headed 123 degrees with an air speed of 310 mph with a wind of 40 mph on a bearing of 200 degrees. Find the ground speed to the nearest mph, and the true course of the airplane to the nearest degree?
\n" ); document.write( "-------
\n" ); document.write( "Assume the starting point is (0,0)
\n" ); document.write( "---
\n" ); document.write( "Let end point coordinates be (x,y)
\n" ); document.write( "---
\n" ); document.write( "x = 310*cos(123)+40*cos(200) = -206.43
\n" ); document.write( "y = 310*sin(123)+40*sin(200) = 246.31
\n" ); document.write( "------
\n" ); document.write( "distance = sqrt[206.43^2+246.31^2] = 321.37 miles
\n" ); document.write( "bearing = arctan(246.31/-206.43) = -50 degrees = 310 degrees
\n" ); document.write( "--------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );