I'm trying to solve the following puzzle:
$C_1, C_2$ and $C_3$ are three cars that leave town $T_1$ and reach town $T_2$.
For a car, say $C_k, k$ is
considered to be the car number. The car number and the order in which they depart or arrive is
not the same. The first car to leave $T_1$ is the third car to reach $T_2$.
And the questions are:
$1.$ Which car is the first to leave from $T_1$?
$2.$ Which car is the second to reach $T_2$?
I simply can't think of a way to solve this , The only important given is that "The first car to leave $T_1$ is the third car to reach $T_2$" but how can I possible find the order in which the cars left the town from this ?
The key conditions to take into account is the fact that
Spoiler: