Drawing 2 cards from a shuffled deck, what is the probability that the first is a spade and the second is an ace?
I was thinking that we'd do $\frac{13}{52} \cdot (\frac{4}{51} + \frac{3}{51})$, since the first card could have been an ace. Is this correct?
An alternate approach is that the first card is a spade with probability $\frac{13}{52}.$ Of those case, $\frac{1}{13}$ was the spade ace, and $\frac{12}{13}$ were not the ace. So the probability is:
$$\frac{13}{52}\left(\frac{1}{13}\cdot\frac{3}{51}+\frac{12}{13}\cdot\frac{4}{51}\right)$$
If $X$ is the even that the first card is a spade ace and $Y$ is the event that the first card is another spade we get, and $Z$ is the event that the second card is an ace, this formula is:
$$P((X\lor Y)\land Z)=P(X\lor Y)\left(P(X\mid X\lor Y)P(Z\mid X)+P(Y\mid X\lor Y)P(Z\mid Y)\right)$$
This is true in general if $X$ and $Y$ are disjoint events.