document.write( "Question 420514: A submarine is traveling at 9 m.p.h. and is descending at an angle of depression of 5 degrees, how many minutes does it take for the submarine to reach 120 feet?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #293842 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A submarine is traveling at 9 m.p.h. and is descending at an angle of depression of 5 degrees, how many minutes does it take for the submarine to reach 120 feet?\r \n" ); document.write( "\n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "let x=minutes it takes submarine to reach a depth of 120 ft. \n" ); document.write( "What we have here is a right triangle with a leg of 120 ft opposite the 5 deg angle and h=hypotenuse.\r \n" ); document.write( "\n" ); document.write( "sin 5 deg = 120/h \n" ); document.write( "h=120/sin 5 deg=1376.85 ft \n" ); document.write( "travel time = distance/speed \n" ); document.write( "x=(1376.85 ft/9 mi/hr)*(mi/5280 ft)*(60min/hr) \n" ); document.write( " =1376.85*60/9*5280 \n" ); document.write( " =1.74 minutes \n" ); document.write( "ans: \n" ); document.write( "It takes the submarine 1.74 minutesto reach a depth of 120 ft. \n" ); document.write( " |