document.write( "Question 737484: A car passes a landmark on a highway traveling at a constant rate of 55 kilometers per hour. An hour later, a second car passes the same landmark traveling in the same direction at 75 kilometers per hour. How much time after the second car passes the landmark will it overtake the first car? \n" ); document.write( "
Algebra.Com's Answer #450429 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! A car passes a landmark on a highway traveling at a constant rate of 55 kilometers per hour. \n" ); document.write( " An hour later, a second car passes the same landmark traveling in the same direction at 75 kilometers per hour. \n" ); document.write( " How much time after the second car passes the landmark will it overtake the first car? \n" ); document.write( ": \n" ); document.write( "Let t = time for the 2nd car to catch the 1st \n" ); document.write( "From the information given, we know that the first car is 55 km ahead of the 2nd \n" ); document.write( "car when it passes the marker. \n" ); document.write( ": \n" ); document.write( "write a distance equation, dist = speed * time \n" ); document.write( "75t = 55t + 55 \n" ); document.write( "75t - 55t = 55 \n" ); document.write( "20t = 55 \n" ); document.write( "t = 55/20 \n" ); document.write( "t = 2.75 hrs or 2 hrs 45 min \n" ); document.write( " |