Question

A standard poker deck of 52 cards has four suits, (symbols C, H, S, and D) and thirteen ranks (sy...

A standard poker deck of 52 cards has four suits, (symbols C, H, S, and D) and thirteen ranks (symbols A, 2, 3, 4, 5, 6, 7, 8, 9, T, J, Q, and K). Every card in the deck has both a value and a suit.1 A poker hand is any set of 5 cards from the standard poker deck. There are some special hands in poker, and these have ranks (i.e. some are better, some are worse). From best to worst, the hands are given names as follows:

(a) A royal flush is a hand T, J, Q, K, A all of the same suit.

(b) A straight flush is a hand of five cards in sequence, all in the same suit.

(c) A four of a kind is a hand with four cards of the same rank.

(d) A full house is a hand with a three cards of one rank and two cards of a different rank.

(e) A flush is a hand with any five cards in the same suit.

(f) A straight is a hand with five cards in sequence.

(g) A three of a kind is a hand with three cards of the same rank.

(h) A two pair is a hand with two different pairs.

(i) A pair is a hand with two cards of the same rank.

(j) A high card hand is a hand which fails all of the above.

1. How many poker hands are there?

2. How many royal flushes are there?

3. How many four of a kinds are there?

4. How many three of a kinds are there which are not a four of a kind and not a full house?

5. How many pairs are there (which are not anything more than a pair)?

6. How many full houses are there?

7. How many two pairs are there which are not full houses?

8. How many straight flushes are there (which are not royal flushes)?

9. How many flushes are there (which are not anything more than a flush)?

10. How many straights are there (which are not anything more than a straight)?

11. How many high card hands are there?

0 0
Add a comment Improve this question Transcribed image text
Answer #1

1:

Number of ways of selecting 5 cards out of 52 cards is

\binom{52}{5}=2598960

2:

The royal flush means 5 cards ten , jack, queen, king, and ace of one suit. There are only 4 ways to select royal flush. So number of possible royal flush is 4.

3:

Four of a kind:

There are total 13 denominations and each denomination has 4 cards. So number of ways of selecting 1 denominations and then 4 cards out of 4 is

\binom{13}{1}\binom{4}{4}=13
And since we need 4 of same kind so remaining 1 card must come from different denomination so number of ways of selecting 1 denominations out of remaining 12 denominations and then 1 card from selected denomination is

\binom{12}{1}\binom{4}{1}=48
So number of ways of selecting four of a kind is :

\binom{13}{1}\binom{4}{4}\binom{12}{1}\binom{4}{1}=13\cdot 48=624

4:

3 of a kind:

Number of ways of selecting 1 denominations out of 13 is C(13,1). Number of ways of selecting 3 cards out of 4 cards of selected denomination is C(4,3). And then select two denominations out of remaining 12 denominations is C(12,2) and then 1 card from each selected denominations is C(4,1)C(4,1). So number of ways are there to draw a 5 card poker hand that contains 3 a kind is

C(13,1)C(4,3)C(12,2)C(4,1)C(4,1) = 54912 ways

Add a comment
Know the answer?
Add Answer to:
A standard poker deck of 52 cards has four suits, (symbols C, H, S, and D) and thirteen ranks (sy...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • discrete structure Recall that a standard deck of 52 cards has 4 suits (hearts, diamonds, spades, and clubs), each of w...

    discrete structure Recall that a standard deck of 52 cards has 4 suits (hearts, diamonds, spades, and clubs), each of which has 13 ranks: 2-10, Jack, Queen, King, and Ace (in order from lowest to highest). Order of cards in a hand does not matter (a) (10 points) A full house is 3 cards of one rank and 2 of another rank. How many full houses are there in a 5-card hand if either the pair or the 3 of...

  • 1. In a standard five-card draw poker, each player receives 5 cards from a standard deck...

    1. In a standard five-card draw poker, each player receives 5 cards from a standard deck of 52 cards. Some possible hands in this game are su d in Table 1 below1 (a) Create a sample space to describe all possible hands Bill can play with Let E be the event that the hand contains at least two cards of the same rank and F be the event that the hand contains at least three cards of the same rank...

  • 1. Probabilities of Poker Hands These questions refer to a standard deck of 52 cards having...

    1. Probabilities of Poker Hands These questions refer to a standard deck of 52 cards having 4 suits , A, 0,♡ and 13 ranks 2,3,4,5,6,7,8,9,10,J,Q,K, A. You are dealt a 5-card hand from such a deck (so there are (53) possible hands, each one is equally likely). 1. A flush is a hand consisting of 5 cards that all have the same suit. For example {24,54, 104, JA, A$} is a flush. What is the probability that your hand is...

  • 5. In a poker game, 5 cards are dealt from a standard 52 card deck that...

    5. In a poker game, 5 cards are dealt from a standard 52 card deck that has been well shuffled. You are the only player in this scenario. (Note: if you are not familiar with poker hands, you may want to look up what some of these are online-also check out Chapter 23 in the textbook.) a) How many 5 card hands are possible? b) What is the probability that you are dealt two pairs? c) What is the probability...

  • Need help writing this program! Thanks in advance. Project4 Specifications: Determine Poker Hand A poker hand...

    Need help writing this program! Thanks in advance. Project4 Specifications: Determine Poker Hand A poker hand can be stored in a two-dimensional array. The statement: Dim aryintCards(4,14) as Integer (See AryCardExample.xlsx excel spreadsheet) declares an array which the first subscript 1-4 are the four suits and the second subscript ranges over the card denominations: 1-14: Ace, 2, ..., 10, Jack, Queen, King, Ace (repeated). First subscript of 0 is Total of each denomination. Second subscript of 0 is Total of...

  • 1. Find the probabilities of Poker hands not covered in class. Recall in a Poker game,...

    1. Find the probabilities of Poker hands not covered in class. Recall in a Poker game, 5 cards are drawn uniformly at random from a deck of 52 cards. Each deck has 13 denominations ({A, 2, 3, . . . , 10, J Q, K)) and 4 suits (4,◇,0,6 ). In what follows consecutive denominations are But (J,Q,K, A, 21 is not considered consecutive. Find the probabilities of a. Straight Flush (5 cards of consecutive denomination, all of the same...

  • 3. Cards a. A standard deck of cards has 52 cards, each with a suit and...

    3. Cards a. A standard deck of cards has 52 cards, each with a suit and value. There are four suits and 13 values. A hand of cards in poker is a selection 5 cards without replacement. The order of selection does not matter. How many possible hands of cards are there? (We did this in class.) In a standard poker hand, what is the probability of having at least once Ace in the hand? There are four cards with...

  • Consider a strange variant of poker. You are drawn 7 cards from which you are to...

    Consider a strange variant of poker. You are drawn 7 cards from which you are to make your best 5 card hand, following the normal poker hand ranks. 1. What is the probability of a royal flush (The Ace, king, queen, jack and 10 all of the same suit)? 2. What is the probability of two pairs? се

  • Consider a regular deck of cards with 52 cards in total. (1) How many ways can...

    Consider a regular deck of cards with 52 cards in total. (1) How many ways can we have a poker hand of 5 cards? (2) Four of a kind is a poker hand that contains all four cards of one rank and any other (unmatched) card. For example, 94 949 9♡ JA is a "four of a kind”. How many ways can we have "four of a kind" ? (3) In a poker hand of 5 cards, what's the probability...

  • Five cards are drawn from a standard 52 playing card deck. Find the probability of: a)...

    Five cards are drawn from a standard 52 playing card deck. Find the probability of: a) Straight (5 consecutive enumeration) b) Flush (5 cards of the same suit) c) Exactly two pair d) Exactly 3 of a kind e) A full house (three of a kind and a pair)

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT