201k views
0 votes
A deck of playing cards has four suits, with thirteen cards in each suit consisting of the numbers 2 through 10, a jack, a queen, a king, and an ace. The four suits are hearts, diamonds, spades, and clubs. A hand of five cards will be chosen at random. Which statements are true? Check all that apply.

The total possible outcomes can be found using 52C5.

The total possible outcomes can be found using 52P5.

The probability of choosing two diamonds and three hearts is 0.089.

The probability of choosing five spades is roughly 0.05

The probability of choosing five clubs is roughly 0.0005.

2 Answers

5 votes

Answer:A & E

Explanation:

User Fatos
by
7.7k points
1 vote
A. True. There are 52 cards total and you only pick 5. Order doesn't matter.

-------------------------------------------

B. False. Order doesn't matter so you use a combination (instead of a permutation) as choice A shows.

-------------------------------------------

C. False. The answer is roughly 0.000858 as shown by the calculation below

(13/52)*(12/51)*(13/50)*(12/49)*(11/48) = 0.000858

-------------------------------------------

D. False. See calculation below

(13/52)*(12/51)*(11/50)*(10/49)*(9/48) = 0.000495

-------------------------------------------

E. True. See calculation below

(13/52)*(12/51)*(11/50)*(10/49)*(9/48) = 0.000495
this value rounds to roughly 0.0005
User Johnnycrash
by
7.6k points