0

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...

enter image description here

enter image description here

amWhy
  • 209,954
Daniel
  • 1
  • 1
    Here's a tutorial and reference for typesetting math on this site. – joriki Mar 30 '20 at 16:31
  • You are mixing up the urns. The question should be: "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 A with one draw?" but I assume you know the answer to this question. – Brian Moehring Mar 30 '20 at 16:35
  • @BrianMoehring: No, I think the point is precisely that, that the OP thinks that the states are tracking a fixed urn. – joriki Mar 30 '20 at 16:36
  • @joriki That is my point, even if we express it differently. – Brian Moehring Mar 30 '20 at 16:38
  • Daniel: Please click on "edited just now" to see edits I made to your post. If you refer to yourself, use "I" and not "i". Also, use contractions appropriately, There is no word in English, which you wrote: dont. Also you wrote: cant. Finally, "i got a question..." should be written, "I have a question." It's a matter of self-presentation, a factor upon your success on this site, in school, and in a career. You will always be far more well received when you take care with the way you express yourself, and present yourself. wen ya dont -ppl think ur a joke. – amWhy Mar 30 '20 at 16:39
  • @BrianMoehring Thank you, Brian! – Daniel Mar 30 '20 at 17:00
  • @BrianMoehring: My comment referred to an earlier version of your comment. The current (final) version is quite clear and I agree. – joriki Mar 30 '20 at 17:00

1 Answers1

1

You seem to be assuming that the state index refers to the number of green balls in a fixed urn. But that wouldn’t work well, as the number of balls in each fixed urn varies, so the number of states would vary. Also, the question doesn’t ask about the number of green balls in a particular urn but rather the number of green balls in an urn characterized in a certain way. Note that that characterization ensures that the urn thus characterized always contains the same number of balls. So the states should be defined according to the number of green balls in the urn thus characterized.

joriki
  • 238,052