- #1
Hamiltonian
- 296
- 193
- Homework Statement
- Imagine you have an urn with 200 balls, of which 20 are marked. You draw the balls from the urns one by one, randomly, without putting them back in.
What is the probability of the following events:
(a) The first ball drawn is marked.
(b) The 20th ball drawn is marked.
(c) The 100th ball drawn is marked.
(d) The last ball drawn is marked.
- Relevant Equations
- ##P_{n,k} = \frac{n!}{(n-k)!}##
##\mathcal{P}(E) = \frac{|E|}{|\Omega|}##
part (a) was straightforward ##\mathcal{P} = \frac{20}{200} = 0.1##. Instead of directly trying to find the probability of the 20th drawn ball being marked I decided to start with finding the probability of the second ball drawn being marked and then after figuring that out moving to the cases in parts (b)-(d). After the first draw, there are a ##199## balls left hence ##|\Omega| = 199## but there could either be 19 marked balls left in the urn or 20 marked balls left, there is no way of knowing. This is where I am confused and stuck.