Question

In Texas hold 'em poker, players are dealt 2 cards each. Among the undealt cards, three...

In Texas hold 'em poker, players are dealt 2 cards each. Among the undealt cards, three are turned over( called the "flop"), then a fourth card is turned over( called the "turn"), then a fifth card is turned over(called the "river"). The order of the three cards within the flop do not matter. If there are 9 players, then how many possible distributions of cards among the players, flop, turn, and river are possible?

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

Solution

Back-up Theory

Number of ways of selecting r things out of n things is given by nCr = (n!)/{(r!)(n - r)!}…..............................................…(1)

Values of nCr can be directly obtained using Excel Function: Math & Trig COMBIN(Number, Number_chosen) [Number is n, Number_chosen is r]…………………………….........................................................................…………. (1a)

Now to work out the solution,

The first player can be given any 2 out of 52 cards in 52C2 ways [vide (1)].

Now, there are only 50 cards and hence the second player can be given any 2 out of 50 cards in 50C2 ways [vide (1)].

And so on, the last (9th) player can be given any 2 out of 36 cards in 36C2 ways [vide (1), also noting that 16 cards have been already dealt to the preceding 8 players].

After completing dealing to 9 players, only 34 cards are remaining out of which three can be the ‘flop’ cards in 34C3 ways and proceeding identically, ‘turn’ and ‘river’ cards be selected in 31C1 and 30C1 ways respectively. Thus, total number of possible distributions of cards among the players, flop, turn, and river is:

(52C2)(50C2)(48C2)(46C2)(44C2)(42C2)(40C2)(38C2)(36C2)( 34C3)( 31C1)( 30C1)

= 2.96953E+33 [vide (1a)] Answer

DONE

Add a comment
Know the answer?
Add Answer to:
In Texas hold 'em poker, players are dealt 2 cards each. Among the undealt cards, three...
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
  • 3. In Texas Hold 'Em, a "rainbow flop" occurs when the three cards in the flop...

    3. In Texas Hold 'Em, a "rainbow flop" occurs when the three cards in the flop all have different suits. Before any cards are dealt, what is the probability that the flop will be a rainbow? If you are dealt 13 cards from an ordinary, well-shuffled deck, what is the probability that all your cards have the same suit? What is the probability that all four aces appear in your hand? 4.

  • In Texas Hold 'em, each player initially gets two cards, and then five community cards are...

    In Texas Hold 'em, each player initially gets two cards, and then five community cards are dealt in the center of the table. Each player makes his or her best five-card hand from the 3.31 seven cards. a. How many initial two-card starting hands are there? b. Many starting hands play the same way. For example, suits do not matter for a pair of Aces. Each pair of Aces plays the same (on average) as any other pair of Aces....

  • Step 1: Doyle, a professional poker player, is at the poker table. As he sits at...

    Step 1: Doyle, a professional poker player, is at the poker table. As he sits at the table looking at his hand and at the upturned cards on the table, Doyle has seen 24 cards, and the only hearts are the 2 in his hand. None of other players have any hearts. The full deck contains 13 hearts among its 52 cards. Doyle is hoping the next three cards dealt to him will be hearts. This outcome would give him...

  • May i please get help with this? Thank you for your time. [Poker] Poker is a...

    May i please get help with this? Thank you for your time. [Poker] Poker is a card played with a standard 52 card playing deck (https://en.wikipedia.org/wiki/Standard_52-card_deck). There are many variants of poker. However, for this problem we will not concern ourselves with any specific version, but rather the types of poker hands possible. Assume five cards out of the standard 52 card deck are dealt to a player. The order that the player receives the cards does not matter. One...

  • 7. There are 52 playing cards; let S be the set of all of them. A "deck" is a particular order (o...

    7. There are 52 playing cards; let S be the set of all of them. A "deck" is a particular order (or permutation) of the 52 cards. Mathematically, a deck can be represented by (ci,, 2) where ci,c2,., cs2 are all the elements of S. The interpretation is that ci is the first card in the deck, c2 is the second card, and so on. Let 2 be the set of all possible decks. a) Is Ω a subset of...

  • 1) For a magic trick, you ask a friend to draw three cards from a standard...

    1) For a magic trick, you ask a friend to draw three cards from a standard deck of 52 cards. How many possible sets of cards might she have chosen? 2)   Sandeep, Hee, Sara, and Mohammad play euchre with a standard deck consisting of 24 cards (A, K, Q, J, 10, and 9 from each of the four suits of a regular deck of playing cards). In how many ways can the deck be dealt so that each player receives...

  • C Programming The following code creates a deck of cards, shuffles it, and deals to players....

    C Programming The following code creates a deck of cards, shuffles it, and deals to players. This program receives command line input [1-13] for number of players and command line input [1-13] for number of cards. Please modify this code to deal cards in a poker game. Command line input must accept [2-10] players and [5] cards only per player. Please validate input. Then, display the sorted hands, and then display the sorted hands - labeling each hand with its...

  • While using JAVA , solve this. There are three basic classes we'll need this week: Card:...

    While using JAVA , solve this. There are three basic classes we'll need this week: Card: A class like the one presented in the modules, but with a few changes. Hand: A class that represents the cards held by a single player. Deck: A class that represents the source of the cards for dealing and, as the game progresses, the place from which players can receive new cards (say, as they pick cards "from the deck" or when future hands...

  • M5 Problem Set Score: 43.5/67 37/41 answered 6 VOC Question 31 < > B0/2 pts 5399...

    M5 Problem Set Score: 43.5/67 37/41 answered 6 VOC Question 31 < > B0/2 pts 5399 Details An experienced teacher writes an exam so that, on average, about 5% of students will earn an A grade. If she has 26 students in her class and their performance is independent, what is the probability that at least one student gets an A? Round your answer to four decimal places. Question Help: Message instructor Submit Question M5 Problem Set 6 VO ......

  • Please try to not use array lists Main topics: Random number generators Arrays Programmer defined methods...

    Please try to not use array lists Main topics: Random number generators Arrays Programmer defined methods Program Specification: You are to develop a program to play a variation on a game of chance called single player Poker. Game Description: • There is a Player who starts with 100 chips, each worth $1.00. • There is a deck of 36 cards: – Each card has a number in the range of [1, 9] printed on it - 9 possible values /...

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