document.write( "Question 272600: Two planes leave an airport at the same time. Their speeds are 130 mph and 150 mph, and the angle between their courses is 36 degrees. How far apart are they after 1.5 hours? \n" ); document.write( "
Algebra.Com's Answer #199349 by Alan3354(69443)\"\" \"About 
You can put this solution on YOUR website!
Two planes leave an airport at the same time. Their speeds are 130 mph and 150 mph, and the angle between their courses is 36 degrees. How far apart are they after 1.5 hours?
\n" ); document.write( "--------------------
\n" ); document.write( "The distances they've flown are 2 sides of a triangle.
\n" ); document.write( "a = 130*1.5 = 195 miles
\n" ); document.write( "b = 150*1.5 = 225 miles
\n" ); document.write( "The angle between the sides is 36º
\n" ); document.write( "Use the Cosine Law to find the 3rd side:
\n" ); document.write( "c^2 = a^2 + b^2 - 2*a*b*cos(36)
\n" ); document.write( "
\n" ); document.write( "
\n" );