A jar containing 10 balls is placed in front of you. You draw 9 balls out of it without bias (randomly) and find that they are all green. You have no other information about the set. You are then asked if you'd like to make a wager on the last ball being green (the person offering the wager has no information about what's in the set). Of the options, what are the worst odds you'd take for this bet?
-------------------------
So this was my answer
There are 11 different possible combinations for the jar:
G is green and N is not green.
NNNNNNNNNN
NNNNNNNNNG
NNNNNNNNGG
NNNNNNNGGG
NNNNNNGGGG
NNNNNGGGGG
NNNNGGGGGG
NNNGGGGGGG
NNGGGGGGGG
NGGGGGGGGG
GGGGGGGGGG
You select one ball - its green. So you can remove from the universe all jars with no green balls. Thats 1 impossible jar so there's 9 left. You select another ball - its green, so now you remove the jar with 9 non green balls. If we continue this method we eliminate all possibilities except:
GGGGGGGGGG
GGGGGGGGGN
so the answer should be 50:50
But this is in contradiction with the straightforward conditional probability problem ( If we select one of those 11 jars randomly and then randomly draw 9 balls from it which all happen to be green, then the probability that the 10th ball is green is 10/11) - if you have watched the movie 21 you should know what is this)
For easier understanding lets take 2 balls - then there are 3 possible jars:
NN
NG
GG
If you pick one of these jars randomly and draw a ball from it randomly and that ball happens to be green then the probability that the second ball is green is 2/3.
-----------------------------
I was told my answer is incorrect. I have no idea why it is incorrect and what is the right answer or how to find it.