We have $10$ white and $20$ black balls in box. We take one by one (and we don't put it back in box) out of it all together $13$ balls. Find the probability that last ball is white.
My try:
Enumerate the balls with numbers from $1$ to $30$ and arrange them all in a line.
Then we have $n= 30!$ and $m = 10\cdot 29!$ So $P= {1\over 3}$
Is this correct?
So, applying counting:
Altogether $30\cdot29\cdot28\cdot...\cdot18$
But we want the 13th ball to be white, so we put $1$ white ball aside and
but there are $10$ white balls and each can be put aside, altogether $\color{red}{10}\cdot29\cdot28\cdot...\cdot18$.
As a result $$P=\frac{\color{red}{10}\cdot29\cdot28\cdot...\cdot18}{30\cdot29\cdot28\cdot...\cdot18}=\frac{1}{3}$$