this is translated to I'm sorry if the language is a bit unclear.
"the distance between city A to city B is 72km. a biker rode in a constant speed (which I'll refer to as x) from A to B to get to B at a set time. After 3 hours, the biker slowed down by 2km/h. As a result from that he will get there late and an hour after the time which he was supposed to get there (the set time), he was still 6km from city B, what is the speed at which he went at for the first 3 hours?"
This is my current solutionw ith all the data I've gathered
S = Speed, T = Time, D = Distance
Part A (the first 3 hours)
S=x
T=3
D=3x
Part B (after the 3 hours)
S=x-2
T=$\left(\frac{72-3x}{x-2}\right)$
D=72-3x
I am now looking for an equation to solve for x but I fail to see how to use the 6km to form something meaningful. Can anyone explain this to me?
We have to use the "set time" $T$, i.e. the planned time of arrival as distinct from the real time of arrival.
Let $T$ the expected time at arrival and $T+1$ the real time of arrival ("an hour after the time which he was supposed to get there").
This means that he traveleld for $3$ hours at speed $x$ and for $(T+1)−3=T-2$ hours at speed $x−2$.
Thus, we have the first equation :
But we know that at moment $T$ he has traveleld $72-6=66$.
This means that we have a second equation :
Subtracting the two we get :