Consider the situation of decoding a 6-digit password that consists of the symbols A to Z and 0 to 9, where all possible combinations are tried randomly and uniformly.
Consider the following decoding method: At first a combination is chosen randomly and uniformly. At the next trial a digit from this combination is chosen uniformly at random and its entry is substituted by a uniformly randomly chosen element from $\left\{A,...,Z,0,...,9\right\}$. This procedure is repeated until the password is found.
(a) What is the probability that the correct password will never be entered?
(b) What is the probability that eventually the same combination will be entered two consecutive times?
I think it is very difficult to compute these probabilities by pure combinatorical thoughts, isn't it? As you can see here: 6-digit password - a special decoding method
So I asked myself if it is possible and smart to see this decoding strategy as a kind of Markov chain maybe? Maybe it is easier then to solve?
This task is asked in the context of a lecture concerning Markov chains, so it is at least not devious to have this assumption.
Hope you can help me.