Two cards are dealt at random from a standard deck of $52$ cards. What is the probability that the first card is a $\diamondsuit$ and the second card is an ace?
I thought I got this question right but the system said it was wrong. This is how I did it.
So first I know that there are $13$ diamonds in a deck of cards so the probability of getting a $\diamondsuit$ is $13/52$. And there are $4$ aces so the probability of the second card being an ace is $4/51$ and then you multiply them together to get $1/51$.
But it is wrong can someone help me?
HINTS: The existence of the diamond ace complicates this, as Buraian mentioned at in the comments. Consider two cases:
Case 1: You draw a diamond other than the ace for your first card. The probability of doing this is $12/52$, and the probability of then getting a diamond is $4/51$, like you said. Multiply them to get the probability of both.
Case 2: You draw the ace of diamonds for your first card (with probability $1/52$). Then, the probability of drawing an ace is not $4/51$, because there aren't 4 aces left in the deck...
The important point of decomposing the cases like this is that they're disjoint, which is useful. Can you take it from here?