document.write( "Question 1191679: Two cruise ships are sailing towards each other from Caribbean islands that are 264 km apart. One ship travels 4km/h faster than the other. If they both started at the same time and meet after 6 h, how fast is each ship travelling?\r
\n" );
document.write( "\n" );
document.write( "(The solution is supposed to be the point of intersection between a system of two linear equations) \n" );
document.write( "
Algebra.Com's Answer #823473 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Two cruise ships are sailing towards each other from Caribbean islands that are 264 km apart. One ship travels 4km/h faster than the other. \n" ); document.write( " If they both started at the same time and meet after 6 h, how fast is each ship travelling? \n" ); document.write( ": \n" ); document.write( "let x = the speed of the slower ship \n" ); document.write( "then \n" ); document.write( "(x+4) = the speed of the faster ship \n" ); document.write( "Write a distance equation, the total distance of the two ships = 264 km \n" ); document.write( "6x + 6(x+4) = 264 \n" ); document.write( "6s + 6s + 24 = 264 \n" ); document.write( "12s = 264 - 24 \n" ); document.write( "s = 240/12 \n" ); document.write( "s = 20 km/hr the slower ship, and obviously 24 km the faster \n" ); document.write( ": \n" ); document.write( "Check this, find the dist each travels \n" ); document.write( "6(20) = 120 \n" ); document.write( "6(24) = 144 \n" ); document.write( "----------- \n" ); document.write( "total d: 264 \n" ); document.write( "; \n" ); document.write( ": \n" ); document.write( "However \n" ); document.write( "\"(The solution is supposed to be the point of intersection between a system of two linear equations)\" \n" ); document.write( "let x = faster ship \n" ); document.write( "let y = slower \n" ); document.write( "two equations \n" ); document.write( "x - y = 4 \n" ); document.write( "and \n" ); document.write( "6x + 6y = 264 \n" ); document.write( "simplify, divide by 6 \n" ); document.write( "x + y = 44 \n" ); document.write( "Use elimination with these two equations \n" ); document.write( "x - y = 4 \n" ); document.write( "x + y = 44 \n" ); document.write( "--------------addition eliminates y, find x \n" ); document.write( "2x + 0 = 48 \n" ); document.write( "x = 48/2 \n" ); document.write( "x = 24 km/hr is the faster ship \n" ); document.write( "you can find y \n" ); document.write( " \n" ); document.write( " |