document.write( "Question 1052744: after leaving the runway, a plane's angle of ascent is 18 degrees and its speed is 278 feet per second. How many minutes will it take for the airplane to climb to a height of 13,000 feet? round answer to two decimal places.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #668082 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! after leaving the runway, a plane's angle of ascent is 18 degrees and its speed is 278 feet per second. How many minutes will it take for the airplane to climb to a height of 13,000 feet? round answer to two decimal places. \n" ); document.write( ": \n" ); document.write( "Draw this out as right triangle where \n" ); document.write( " distance traveled by the plane is the hypotenuse, \n" ); document.write( " the side opposite 18 degrees is the height above the ground (13,000 ft) \n" ); document.write( ": \n" ); document.write( "let t = time in seconds \n" ); document.write( "then \n" ); document.write( "278t = distance traveled by the plane (hypotenuse) \n" ); document.write( "Use the sine of 18 degrees (side opposite/hypotenuse) \n" ); document.write( "sin(18) = \n" ); document.write( ".309 = \n" ); document.write( ".309(278t) = 13000 \n" ); document.write( "85.9t = 13000 \n" ); document.write( "t = \n" ); document.write( "t = 151.33 seconds or 151.33/60 = 2.52 minutes \n" ); document.write( " |