0
Math problem
The problem: First traveler from point A to point B travels in 132 minutes. Second traveler from point B to point A travels in 110 minutes. After how many minutes will the first traveler meet the second traveler, if the second traveler will start to go 22 minutes later than the first. Share solution.
4 Answers
+ 2
Please the community want to see your try first,then they will share solution. I hope you understandđ
+ 2
Ok ,you are sharing a challenge. Well done.I will try if I can solve itđ
+ 1
v1 = x / 132
v2 = x / 110
t * v1 + (t - 22) * v2 = x
Where:
v1 - The First traveler speed.
v2 - The Second traveler speed.
x - The Distance between the points.
t - The time taken to meet.
<Derrickee/> I understand :)
+ 1
<Derrickee/> Thanks, let's see :) I respect you for trying đ