marinab
could you plz explain why finding the difference of speeds helps us to reach to the solution? And in what cases do we need to find it?
Our cars drive by circle. One clockwise and another counterclock wise (actually it doesnt' matter).
And we need to find when this two cars intersect on the start.
First car driving with speed 6pi and another car with speed 8pi
Circle equal to 12 pi
Hand calculating approach (for better understanding what's going on):
After two hours, first car (6pi) will be on start but another car will drive 16 pi because it have speed 8pi and by two hours it'll be 16pi
After the next hours first will drive 24pi and will be again on the start but second car will be on 32pi so it's not the start position
And finally after six hours both cars will be simultaneously on the start 6pi * 6 = 36 (3 times 12) and 8pi * 6 = 48 (4 times 12)
Formulas approach:
Why we should subtract speeds? Second car drives faster. So we want to know when second car make on 1 circle more than first car which drives slowly.
We should find how much second car faster than first car. 8pi - 6pi = 2pi
And for now we should divide distance 12pi on 2pi and we get 6 hours.
So we know that after 6 hours second car will drive on 1 circle more.