Exactly one ace given that it contains exactly two queens?
I am struggling how to solve this maths problem. I know that a hand of $10$ cards dealt from a normal pack of $52$ is $52\choose 10$ $=$ $15820024220$. And, I know that there are $4$ queens in a normal pack of $52$, hence, the problem states that there are exactly two queens, which is $4\choose2$ $= 6$.
Any help is much appreciated - thanks!
You can use the definition of conditional probability.
$$P(A|B)=\frac{P(A\cap B)}{P(B)}$$
$P(A \cap B)$ is the probability to have 1A and 2Q in 10 cards. So you have
Thus the probability of $P(A \cap B)=\frac{\binom{4}{1}\binom{4}{2}\binom{44}{7}}{\binom{52}{10}}$
Do the same brainstoming to calculate the probability to have exactly 2Q and then divide the two results:
Numerator: #cases to have exactly 1A and 2Q
Denominator: #cases to have exactly 2Q
$$\frac{\binom{4}{1}\binom{4}{2}\binom{44}{7}}{\binom{4}{2}\binom{48}{8}}=\frac{3952}{9729}\approx 40,62\%$$