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) 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) =\n" ); document.write( " |