Math, asked by wajidbaloxh, 6 months ago

Two cards are drawn from a regular deck of 52 cards at random. What is the probability that both will be aces?​

Answers

Answered by sayedanaseem526
0

Answer:

i didn't understand your question

Answered by nagavbc
0

One is using the hypergeometric distribution, which is meant exactly for the type of problem you describe (sampling without replacement):

P(X=k)=(Kk)(N−Kn−k)(Nn)

where N is the total number of cards in the deck, K is the total number of ace cards in the deck, k is the number of ace cards you intend to select, and n is the number of cards overall that you intend to select.

P(X=2)=(42)(480)(522)

P(X=2)=61326=1221

In essence, this would give you the number of possible combinations of drawing two of the four ace cards in the deck (6, already enumerated by Ravish) over the number of possible combinations of drawing any two cards out of the 52 in the deck (1326). This is the way Ravish chose to solve the problem.

Another way is using simple probabilities and combinations:

P(X=2)=(4C1∗152)∗(3C1∗151)

P(X=2)=452∗351=1221

The chance of picking an ace for the first time (same as the chance of picking any card for the first time) is 1/52, multiplied by the number of ways you can pick one of the four aces in the deck, 4C1. This probability is multiplied by the probability of picking a card for the second time (1/51) times the number of ways to get one of the three remaining aces (3C1). This is the way Larry chose to solve the this.

I guess that this is the answer

Similar questions