document.write( "Question 812597: An airplane flies 200 miles from point A in the direction 115° and then travels in the direction 210° for 80 miles. Approximately how far is the airplane from A? (Round your answer to the nearest whole number.) \n" ); document.write( "
Algebra.Com's Answer #489236 by TimothyLamb(4379) You can put this solution on YOUR website! use the law of cosines to find the third side of the triangle \n" ); document.write( "--- \n" ); document.write( "a^2 = b^2 + c^2 - 2bc cos(t) \n" ); document.write( "where: \n" ); document.write( "b = 220 \n" ); document.write( "c = 80 \n" ); document.write( "--- \n" ); document.write( "but first find the included angle t \n" ); document.write( "t = 210 - 115 = 95 degrees \n" ); document.write( "--- \n" ); document.write( "a^2 = 220^2 + 80^2 - 2*220*80 cos(95) \n" ); document.write( "a^2 = 48400 + 6400 - 2*220*80*(-0.0871557) \n" ); document.write( "a^2 = 48400 + 6400 - 2*220*80*(-0.0871557) \n" ); document.write( "a^2 = 51732.118 \n" ); document.write( "a = 227.45 \n" ); document.write( "--- \n" ); document.write( "Answer: \n" ); document.write( "the airplane is about 227.5 miles from its departure point \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Convert fractions, decimals, and percents: \n" ); document.write( "https://sooeet.com/math/fraction-decimal-percent.php \n" ); document.write( "--- \n" ); document.write( "Calculate and graph the linear regression of any data set: \n" ); document.write( "https://sooeet.com/math/linear-regression.php \n" ); document.write( " |