A box contains $n$ white and $n$ black pebbles. A fair sided die with $n$ sides(numbers from $1$ to $n$) is thrown and the number you get, let's call it $r$, is how many pebbles are taken out randomly.
One pebble is chosen randomly from the box, what is the probability that the chosen pebble is black?
(preferably using as simple probabilty as possible, no binomial distribution and stuff like that, it's sadly the basic stuff that's bothering me.)
My attempt:
So I assume we need $\sum_{r=1}^{n} P(r)\cdot \sum_{k=0}^{r} P($k black pebbles are taken out$)\cdot P($black pebble chosen from the remaining$)$
$P(r) = 1/n$
And then, for a fixed $r \in \{1,...,n\}$:
$P($k black pebbles are taken out$) = \frac{\binom{n}{k}\cdot \binom{n}{r-k}}{\binom{2n}{r}}$
$P($black pebble chosen from the remaining $2n - r$ $) = \frac{n-k}{n-r}$
But I'm really not sure how to make anything useful out of this. Thank you in advance!
EDIT: I know the answer is $1/2$, but I want to know how to reach it!
I understand the answer is 1/2, but I would really like a literal way to get to 1/2.
– Collapse Aug 27 '18 at 21:14But.. you're not choosing $1$ from $2n$. There's more stuff happening xD
– Collapse Aug 27 '18 at 21:18