I made this up to remind/teach me some stats.
There are 4 coins and 4 cups to drop them in. They drop in randomly and equally. I'm interested in the chance (expectation?) of empty cups.
There are 4*4*4*4 = 256 possibilities of how they land. I've used a computer program to list them.
24 have 0 empty cups
144 have 1 empty cup
84 have 2 empty cups
4 have 3 empty cups
----
256
The expected number of empty cups for one go is (24*0 + 144*1 + 84*2 + 24*3) / 256 = 384/256 = 1.5
Does that mean the chance that any cup is empty is 1.5/4 = 0.375 ?
A different way (2):
For each coin the probability of landing in a particular cup is 0.25
A cup has 4 coins with that chance of landing in it.
What chance that it’s empty? (1 – 0.25) ^ 4 = 0.75^4 = 0.316
Another way (3):
Look at the list of results, how many have cup1 empty? 81 81/256 = 0.316
(It's the same for each cup).
I'm thinking that all three should agree. Seems to be the 0.375 is wrong, but why? Anything else wrong?
There are 4 coins and 4 cups to drop them in. They drop in randomly and equally. I'm interested in the chance (expectation?) of empty cups.
There are 4*4*4*4 = 256 possibilities of how they land. I've used a computer program to list them.
24 have 0 empty cups
144 have 1 empty cup
84 have 2 empty cups
4 have 3 empty cups
----
256
The expected number of empty cups for one go is (24*0 + 144*1 + 84*2 + 24*3) / 256 = 384/256 = 1.5
Does that mean the chance that any cup is empty is 1.5/4 = 0.375 ?
A different way (2):
For each coin the probability of landing in a particular cup is 0.25
A cup has 4 coins with that chance of landing in it.
What chance that it’s empty? (1 – 0.25) ^ 4 = 0.75^4 = 0.316
Another way (3):
Look at the list of results, how many have cup1 empty? 81 81/256 = 0.316
(It's the same for each cup).
I'm thinking that all three should agree. Seems to be the 0.375 is wrong, but why? Anything else wrong?