This is a rough translation from a local language so please bear with it,
Say we have two people, police $p1$ and thief $p2$.
$p1$ takes $4$ $steps$ and $p2$ takes $5$ $steps$ in the same amount of time. Also the distance $p1$ covers in $6$ $steps$ is equal to the distance $p2$ covers in $8$ $steps$.
What is the ratio of their velocities?
What I tried:
Let $p1$ and $p2$ cover $d1$ and $d2$ distance in 4 and 5 steps, also let say it takes $t1$ time for $p1$ to take 6 steps and $t2$ time for $p2$ to take 8 steps,
so $d1/d2 = 4/5$ and $t1/t2 = 6/8$, so I get $(d1/t1)/(d2/t2) = 16/15$
In my friend circle we are getting another result $15/16$ (if required I will add the procedure).
I just can't wrap my head around the relation of steps with the other units.
Let the distance covered by $p_1$ in $6$ steps or $p_2$ in $8$ steps be $L$.
Then after one time unit, $p_1$ has travelled $\frac{4L}{6}$, and $p_2$ has travelled $\frac{5L}{8}$.
Velocity = Distance / Time, so the ratio of velocities is:
$$ \frac{p_1}{p_2} =\frac{\frac{4L}{6}}{\frac{5L}{8}} =\frac{\frac{2}{3}}{\frac{5}{8}} =\frac{2}{3}\cdot\frac{8}{5} =\frac{16}{15} $$