- #1
Biker
- 416
- 52
Thread moved from the technical forums, so no Template is shown
So we had an exam question which was the following:
Assume you have N identical balls and K different contains if there are N pre-Selected boxes and that N < k what is the probablity that none of these pre-selected boxes are empty?
I answered it and it was the same as the professor's answer:
Total number of ways: (N+k-1)c(k) where c is combination
Then the prob is 1/total
But after the exam, we noticed that this is not equi-probable space. The professor didnt agree with us.
We needed to prove that for example if we have 2 different containers and we are distrbuting similar balls then for examples (3,1) isn't the same probability as (2,2)
We gave this simple example 4 different objects in 2 different containers and our event was that Box A and B have 2 and 2 thus we remove the idea of difference but we have an equiprobable space. Before we start distributing we choose one of the balls randomly and then distribute it. This ensures Equiprobablity.
Total ways = 2^4 * 4!
Our Event = 4c2 *4!
Thus this gives 3/8 (Not equiprobable)
Also this gives that the combination given by 2^4 are equiprobable so another quick method is 4c2/ 2^4 = 3/8
This is also similar to: Imagine we have 4 ones and 2 containers. Everytime we ask ourselves: add this one to one of the boxes. Gives the same answer as above.
So the answer to the exam's question would be: n!/k^n
If the above is true, Could you please inform me of a clear way to convince the professor? Otherwise where is the mistake in this argument?
Assume you have N identical balls and K different contains if there are N pre-Selected boxes and that N < k what is the probablity that none of these pre-selected boxes are empty?
I answered it and it was the same as the professor's answer:
Total number of ways: (N+k-1)c(k) where c is combination
Then the prob is 1/total
But after the exam, we noticed that this is not equi-probable space. The professor didnt agree with us.
We needed to prove that for example if we have 2 different containers and we are distrbuting similar balls then for examples (3,1) isn't the same probability as (2,2)
We gave this simple example 4 different objects in 2 different containers and our event was that Box A and B have 2 and 2 thus we remove the idea of difference but we have an equiprobable space. Before we start distributing we choose one of the balls randomly and then distribute it. This ensures Equiprobablity.
Total ways = 2^4 * 4!
Our Event = 4c2 *4!
Thus this gives 3/8 (Not equiprobable)
Also this gives that the combination given by 2^4 are equiprobable so another quick method is 4c2/ 2^4 = 3/8
This is also similar to: Imagine we have 4 ones and 2 containers. Everytime we ask ourselves: add this one to one of the boxes. Gives the same answer as above.
So the answer to the exam's question would be: n!/k^n
If the above is true, Could you please inform me of a clear way to convince the professor? Otherwise where is the mistake in this argument?