The question is
A flea hops on the vertices A, B and C of a triangle. Each hop takes it from one vertex
to the next and the times between successive hops are independent random variables,
each with an exponential distribution with mean $\frac{1}{\lambda}$. Each hop is equally likely to be
in the clockwise direction or in the anticlockwise direction. Find the probability that
the flea is at vertex A at a given time t > 0, starting from A at time t = 0.
I have to solve this using Backwards Kolmogorov equations but it's just so messy that I don't have an intuition on what equations to find since there are $9$ of them...
I want $P_{AA}(t)$ and currently I have
$$P'_{AA}(t) = \lambda(P_{BA}(t) + P_{CA}(t) - 2P_{AA}(t))\\
P'_{BA}(t) = \lambda(P_{AA}(t) + P_{CA}(t) - 2P_{BA}(t))\\
P'_{CA}(t) = \lambda(P_{AA}(t) + P_{BA}(t) - 2P_{CA}(t)).
$$