Language and probability – “given that”

probability

In the book "An Undergraduate Introduction to Financial Mathematics" there is a following simple problem: "Suppose cards will be drawn without replacement from a standard 52-card deck. What is the probability that the fourth card drawn will be an ace given that the first three cards drawn were all aces?"

The correct answer in the book is given as 4/52 * 3/51 * 2/50 * 1/49 – What strikes me a bit odd is that we already know that the first three draws are aces ("given that"). Why is the correct answer not simply 1/49? I mean first three draws came and went and we are only concerned about the probability of drawing the ace on the fourth draw. To me the answer would be for question "What is the probability that first four cards drawn from the card deck without replacements are all aces?"

Best Answer

$1/49$ is the correct answer.

It is the probability for obtaining the first four positions for four the aces, given that we obtained the first three positions when shuffling selects any four from the fifty-two positions without bias.

Let $A$ be the set of positions for the four aces, then we have:

$$\begin{align}\mathsf P(A\supseteq\{4\}\mid A\supseteq\{1,2,3\}) &= \dfrac{\mathsf P(A\supseteq\{1,2,3,4\})}{\mathsf P(A\supseteq\{1,2,3\})} \\[1ex] &=\dfrac{\left.\binom44\middle/\binom{52}4\right.}{\left.\binom 33\binom{49}{1}\middle/\binom{52}4\right.} \\[1ex] &=\dfrac1{49} \end{align}$$

Matching your intuition.