What do these probabilities represent? The probability that you have a truck given that it is followed by a car?
Each vehicle in the line is a state of the markov chain.
So, as stated in the problem, the probability of going from 'state truck' to 'state car' is 3/4 and the probability of going from 'state car' to 'state truck' is 1/5.
One way is to examine the limit of T^n as n --> oo, where T is the transition matrix (in practice, just raise T to a large number like n = 30 and deduce the limit).
Alternatively, an approach using eigenvalues can be used.