Two cars are racing at a constant speed around a circular racetrack. Car A requires 15 seconds to travel once around the racetrack and car B requires 25 seconds to travel once around the racetrack. If car A passes car B, how many seconds will elapse before car A once again passes car B?
Say they’re both right next to each other at time x=0. You need to figure out how many seconds will go by before car A has gone exactly one track length farther than car B (which is when A will pass B again).
Car A: 1 track length every 15 seconds. In x seconds, travels 115x of the track.
Car B: 1 track length every 25 seconds. Inx seconds, travels 125x of the track.
Now, we need to find how many seconds elapse until A has traveled one track length farther than B. It can be written in equation as;
115x=125x+1
Solving for x, we get
115x−125x=1
5x−3x75=1
2x=75
x=752
So, 37.5 seconds will elapse before car A once again passes car B.
Hence, option A is correct.