document.write( "Question 78921: 2 cars leave for a destination 48km away. Car B going at a speed of 64km/hr started 12 minutes ahead of Car A which goes at a speed of 100 km/hr. How long will it take Car A to overtake Car B? \n" ); document.write( "
Algebra.Com's Answer #56604 by Edwin McCravy(20062)\"\" \"About 
You can put this solution on YOUR website!
2 cars leave for a destination 48km away. Car B going at a speed
\n" ); document.write( "of 64km/hr started 12 minutes ahead of Car A which goes at a
\n" ); document.write( "speed of 100 km/hr. How long will it take Car A to overtake Car B?
\n" ); document.write( "
\r\n" );
document.write( "Let t = the time it takes A to overtake B \r\n" );
document.write( "\r\n" );
document.write( "Make this chart\r\n" );
document.write( "\r\n" );
document.write( "          DISTANCE | RATE |    TIME\r\n" );
document.write( "CAR A              |      |        \r\n" );
document.write( "CAR B              |      |         \r\n" );
document.write( "\r\n" );
document.write( "Fill in t for CAR A's time to overtake CAR B.\r\n" );
document.write( "\r\n" );
document.write( "          DISTANCE | RATE |    TIME\r\n" );
document.write( "CAR A              |      |       t\r\n" );
document.write( "CAR B              |      |         \r\n" );
document.write( "\r\n" );
document.write( "Fill in their given rates of speed:\r\n" );
document.write( "\r\n" );
document.write( "          DISTANCE | RATE |    TIME\r\n" );
document.write( "CAR A              |  100 |       t\r\n" );
document.write( "CAR B              |   64 |         \r\n" );
document.write( "\r\n" );
document.write( "Since CAR B had already been going 12 minutes, \r\n" );
document.write( "CAR B's traveling time is 12 minutes longer than\r\n" );
document.write( "CAR A's.  12 minutes is 12/60 hour or 1/5 hour.\r\n" );
document.write( "So we add 1/5 hour to CAR A's x hours to get\r\n" );
document.write( "CAR B's time.  This is t + 1/5, so fill that in\r\n" );
document.write( "for CAR A's time:\r\n" );
document.write( "\r\n" );
document.write( "          DISTANCE | RATE |    TIME\r\n" );
document.write( "CAR A              |  100 |       t\r\n" );
document.write( "CAR B              |   64 | t + 1/5\r\n" );
document.write( "\r\n" );
document.write( "Now fill in the two distances by using DISTANCE = RATE(TIME)\r\n" );
document.write( "\r\n" );
document.write( "          DISTANCE | RATE |    TIME\r\n" );
document.write( "CAR A         100x |  100 |       t\r\n" );
document.write( "CAR B  64(t + 1/5) |   64 | t + 1/5\r\n" );
document.write( "\r\n" );
document.write( "          DISTANCE | RATE |    TIME\r\n" );
document.write( "CAR A         100x |  100 |       t\r\n" );
document.write( "CAR B  64(t + 1/5) |   64 | t + 1/5\r\n" );
document.write( "\r\n" );
document.write( "They traveled the same distsnce to the point where CAR A\r\n" );
document.write( "catches up, so we set the distances equal to each other:\r\n" );
document.write( "\r\n" );
document.write( "         100t = 64(t + 1/5) \r\n" );
document.write( "\r\n" );
document.write( "         100t = 64t + 64/5\r\n" );
document.write( "\r\n" );
document.write( "Clear of fractions by multiplying through by 5\r\n" );
document.write( "\r\n" );
document.write( "         500t = 320t + 64\r\n" );
document.write( "\r\n" );
document.write( "         180t = 64\r\n" );
document.write( "\r\n" );
document.write( "            t = 64/180\r\n" );
document.write( "\r\n" );
document.write( "            t = 16/45 hr or (16/45)(60 minutes) = \"%2816%2F45%29%2860%2F1%29\"\r\n" );
document.write( "\r\n" );
document.write( "            t = \"64%2F3\" minutes or 21 minutes 20 seconds.  \r\n" );
document.write( "\r\n" );
document.write( "Now the first piece of information\r\n" );
document.write( "\r\n" );
document.write( ">>...2 cars leave for a destination 48km away
...<<\r\n" );
document.write( "\r\n" );
document.write( "was not used.  However since it tells us they \r\n" );
document.write( "are only going to travel for 48km, we must find \r\n" );
document.write( "out whether car B had already gotten to the \r\n" );
document.write( "destination before car A could catch up to it. \r\n" );
document.write( "So we must calculate their distance to see.  \r\n" );
document.write( "It's 100x and 100(16/45 hr) = 35 5/9 km, so yes \r\n" );
document.write( "car A did catch up to car B before it reached \r\n" );
document.write( "its destination of 48 km.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );