Jimmy has two red disks and one blue disk, and he places them in a row such that the blue disk is in the center. Every move, Jimmy switches one of the outer disks with the center disk. Find the probability that the blue disk is in the center after $n$ moves.
I let $E_n$ be the probability that the blue disk is in the center after $n$ moves. Then, I had \begin{align*} E_1 &= 0 \\ E_2 &= \frac{1}{2} 1 + \frac{1}{2} E_1 = \frac{1}{2}. \end{align*} However, I wasn't sure how to proceed on the case for $E_3.$