Suppose that you have a bag of marked marbles, initially 12 red and 12 black.
A total of 21 marbles will be withdrawn, one at a time, without replacement. Suppose the probability of 5 particular red marbles being drawn out is $\frac{1}{61440}$ and that this event occurs as part of the first 20 draws.
What is the probability of the 21st marble being any one of the black marbles?
I've gone at this a few different directions and I think I've managed to overthink it entirely.
There are $_{(24-5)}C_{(20-5)} = 3876$ total ways to select the first 20 marbles if we treat the required event separately.
Of those 3876 ways there are $_{12}C_{11}+_{12}C_{10}+_{12}C_{9}+_{12}C_{8}=12+66+220+495=793$ ways to have at least 1 black marble left in the bag. This means there is a $\frac{793}{3876}\approx 0.20459$ probability that there is at least 1 black marble left in the bag on the 21st draw.
I know that the probability of picking 1 black marble out of "at least 1" is not 25% so I can't just do $\frac{1}{61440} \times \frac{793}{3876} \times 0.25$ to get my final probability. I somewhat feel like I could say $0.25 * 0.50 * 0.75 * 1.0 = 0.09375$ might be more correct corresponding to the cases of picking 1 black marble from 1, 2, 3 or 4 remaining.
I would appreciate confirmation on the steps as well as a suggestion on how to complete this problem.
This is not homework.