This question is a follow up from this answer + comments which I am really in love with.
Following Steve's suggestion from the comments I decided to try it, even though at first I didn't believe that it can be the correct way.
Suppose that we have an urn with $5$ white balls and $7$ black balls. What is the probability that on the third extraction we get a black ball?
The first and the standard way that I've learn to this is by using Total Probability law.
I will denote $3$b as the third ball to be black, $2w=$ second ball to be white and so on.
$$P(3b)=P(3b,2b,1b)+P(3b,2b,1w)+P(3b,2w,1b)+P(3b,2w,1w)$$ $$=\frac{7}{12}\cdot \frac{6}{11}\cdot \frac{5}{10}+\frac{5}{12}\cdot \frac{7}{11}\cdot\frac{6}{10}+\frac{7}{12}\cdot\frac{5}{11}\cdot\frac{6}{10}+\frac{5}{12}\cdot\frac{4}{11}\cdot \frac{7}{10}$$ $$=\frac{210+210+210+140}{12\cdot 11\cdot 10}=\frac{3\cdot21+14}{132}=\frac{77}{132}$$
But the probability of drawing the black ball first is actually: $$P(1b)=\frac{7}{12}=\frac{7}{12}\cdot \frac{11}{11}=\frac{77}{132}$$
Which is equal to the result found the hard way. Why does this phenomen happen? I can see that numerically it works, but I can't find an intuition behind it.
Does this shortcut trick have a name? In my school I never encountered this type of solving probabilities. Also could you suggest me some more tricks like this?
Suppose you extract all of the balls and line them up.
The probability that the third ball will be black will be the same in this situation, as it will for when we stop after drawing it.
Now, every individual ball will have an equal probability for being the third ball as for being the first ball.
Seven of the twelve balls are black.
So the probability that the third ball will be black is $7/12$.