I have a question I don't understand; I need help how to think about the process. The question is the following:
In the two urns A and B there are three red balls and two green balls. One ball is drawn from the urn containing three balls and it is placed in the other urn.
Define,
Xn= the number of green balls in the urn that after n draws contains two balls, n=1,2,...
X0=2
b) Determine the initial probabilities and the transition matrix P.
So the transition matrix is: P=[ 0 (2/3) (1/3); (1/3) (2/3) 0; (1) 0 0]
But why? I read the matrix such as, lets say I have Xn=2, two green balls in urn B and go to state Xn=0, in other words p20 to p00, how can i start with two green balls in urn B and by taking one ball from urn A end up with 0 green balls in urn B with one draw? That's what I don't understand...