A bucket always contains two balls. Ball colors are red and blue. Each stage in a process consists of two steps: selection and r
eplacement. At each stage a ball is randomly selected and then replaced by a new ball, which with probability 0.8 is the same color, and with probability 0.2 is the opposite color, as the ball it replaces. If initially both balls are red, find the probability that the fifth ball selected is red. (You will find it helpful to first model this system as a Markov chain.)