document.write( "Question 803232: Two ships leave a harbor at the same time, traveling on courses that have an angle of 120 ^\circ between them. If the first ship travels at 20 miles per hour and the second ship travels at 37 miles per hour, how far apart are the two ships after 1.7 hours? \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #484259 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two ships leave a harbor at the same time, traveling on courses that have an angle of 120 ^\circ between them. \n" ); document.write( " If the first ship travels at 20 miles per hour and the second ship travels at 37 miles per hour, how far apart are the two ships after 1.7 hours? \n" ); document.write( ": \n" ); document.write( "Find how far each ship has traveled in 1.7 hrs \n" ); document.write( "First: 1.7 * 20 = 34 miles \n" ); document.write( "2nd: 1.7 * 37 ~ 63 miles \n" ); document.write( ": \n" ); document.write( "Use the law of cosines a^2 = b^2 + c^2 - 2(bc)*cos(A); where \n" ); document.write( "a = distance between the ships after 1.7 hrs \n" ); document.write( "A = 120 degrees \n" ); document.write( "b = 34 mi \n" ); document.write( "c = 63 mi \n" ); document.write( ": \n" ); document.write( " a^2 = 34^2 + 63^2 - 2(34*63)*cos(120) \n" ); document.write( " a^2 = 1156 + 3969 - 2(2142)*-.5 \n" ); document.write( " a^2 = 5125 - (-2142) \n" ); document.write( " a^2 = 5125 + 2142 \n" ); document.write( " a = \n" ); document.write( " a ~ 85 miles apart in 1.7 hrs \n" ); document.write( " \n" ); document.write( " |