52.3k views
3 votes
Consider a regular 52-card deck of playing cards. Suppose two cards are drawn at random from the deck without replacement. (Enter your probabilities as fractions.) What is the probability that the second card is an ace, given that the first card is a queen?

User Nxadm
by
4.7k points

1 Answer

3 votes

Answer:


P(A \cap Q)= (1)/(13) *(4)/(51)= (4)/(663)= 0.00603

Explanation:

For this case we assume that we have a total of 52 cards.

We can define the following events:

A|Q= We select an Ace card from the deck given that we select a Quen at the first card

Q = We select a Queen card from the deck for the first selection

We take in count that the experiment is without replacement.

For this case we want to calculate the probability that the second card is an ace, given that the first card is a queen?

So we want to find
P(A \cap Q)

From the bayes rule we know that:


P(A|Q) = (P(A \cap Q))/(P(Q))

And if we solve for
P(A \cap Q)= P(A|Q) P(Q)

And we can find this probability like this. The probability of select an Queen for the first card is:


P(Q)= (4)/(52)= (1)/(13)

Since we select one card then we have left 51 possible cards in order to select the ace and then we can find:


P(A|Q) = (4)/(51)

And the probability required would be:


P(A \cap Q)= (1)/(13) *(4)/(51)= (4)/(663)= 0.00603

User Kikito
by
4.4k points