My question is based the scenario in Non-Uniform Probability Without Replacement.
Suppose we have probabilities of four letters $$P(A) = 0.1 \quad P(B) = 0.2 \quad P(C) = 0.3 \quad P(D) = 0.4$$
If I were to draw two letters without replacement, and the first letter is A, what is the probability that I will get B on the second draw? That is, what is $P(B | A)$?
I guess that $P(B | A) = P(B)/(1 - P(A)) = 0.2/0.9$. But why is that so? Where does the formula come from? Can it be derived from simple conditional probability formula?
note: I also tried to simulate this problem, and the relative frequency does approach $0.2/0.9.$ But I still confused where the formula comes from.