Starting at 1 there is probability 1/2 that it moves to 0 in 1 step. There is probability 1/22 that it moves to 0 in 3 steps (1 → 2 → 1 → 0). There is probability 1/ 23 that it moves to 0 in 5 steps (1 → 2 → 1 → 2 → 1 → 0), etc.
The expected number of steps is therefore t1 = 1/2 + 3/22 + 5/23 + ... or
$$t_1=\sum_{k=1}^\infty\frac{2k-1}{2^k}=3$$
Starting at 2 it takes 1 step to 1 from where the expected number of steps is 3 as obtained above, so t2 = 1+3 or t2 = 4
So the ordered pair is (t1, t2) = (3, 4)
.