document.write( "Question 493655: Two ships depart a port at the same time. One travels 11 degrees west of south at 45 mph while the other travels 22 degrees north of east at 21 mph. How far apart are they after 73 minutes? \n" ); document.write( "
Algebra.Com's Answer #335415 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Two ships depart a port at the same time. \n" ); document.write( "One travels 11 degrees west of south at 45 mph \n" ); document.write( "x component: cos(270-11) = cos(259) = -0.1908 \n" ); document.write( "y component: sin(259) = -0.9816 \n" ); document.write( "------ \n" ); document.write( "West distance: 45*(73/60)(-0.1908) = -10.45 miles \n" ); document.write( "South distance: 45*(73/60)(-9816) = -53.74 \n" ); document.write( "------------------------------------------\r \n" ); document.write( "\n" ); document.write( "while the other travels 22 degrees north of east at 21 mph. \n" ); document.write( "x component: cos(22) = 0.9272 \n" ); document.write( "y component: sin(22) = 0.3746 \n" ); document.write( "----------- \n" ); document.write( "Each distance: 21*73/60*0.9272 = 23.70 \n" ); document.write( "North distance: 21*(73/60)*0.3746 = 9.57\r \n" ); document.write( "\n" ); document.write( "----------------------------------------------\r \n" ); document.write( "\n" ); document.write( " How far apart are they after 73 minutes? \n" ); document.write( "----- \n" ); document.write( "d = sqrt[(-10.45-23.70)^2 + (-52.74-9.57)^2] \n" ); document.write( "---- \n" ); document.write( "d = sqrt[1166.22 + 3882.69] \n" ); document.write( "---- \n" ); document.write( "d = 71.06 miles \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |