What is the probability that a hand of 9 cards has three cards of one rank, three cards of a second rank, and three cards of a third rank (for example, three A's, three 4's, and three K's)? A standard deck of playing cards consists of 52 cards. Each card has a rank and a suit. There are 13 possible ranks (A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K), 4 possible suits (spades, clubs, hearts, diamonds), and 13 cards in each suit (one of each rank). A hand of 9 cards is drawn from a standard deck of 52 cards (assume all outcomes are equally likely). For each of the following questions, you should write your answer as an expression. Do not give the final numeric value. For example, you should write C(4, 2)/24) instead of 0.375.

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter4: Selection Structures
Section: Chapter Questions
Problem 14PP
icon
Related questions
Question
What is the probability that a hand of 9 cards has three cards of one rank, three cards of a
second rank, and three cards of a third rank (for example, three A's, three 4's, and three K's)?
Transcribed Image Text:What is the probability that a hand of 9 cards has three cards of one rank, three cards of a second rank, and three cards of a third rank (for example, three A's, three 4's, and three K's)?
A standard deck of playing cards consists of 52 cards. Each card has a rank and a suit. There are 13
possible ranks (A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K), 4 possible suits (spades, clubs, hearts, diamonds),
and 13 cards in each suit (one of each rank).
A hand of 9 cards is drawn from a standard deck of 52 cards (assume all outcomes are equally
likely).
For each of the following questions, you should write your answer as an expression. Do not give the
final numeric value. For example, you should write C(4, 2)/24) instead of 0.375.
Transcribed Image Text:A standard deck of playing cards consists of 52 cards. Each card has a rank and a suit. There are 13 possible ranks (A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K), 4 possible suits (spades, clubs, hearts, diamonds), and 13 cards in each suit (one of each rank). A hand of 9 cards is drawn from a standard deck of 52 cards (assume all outcomes are equally likely). For each of the following questions, you should write your answer as an expression. Do not give the final numeric value. For example, you should write C(4, 2)/24) instead of 0.375.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr