Question

INTRODUCTION TO PROBABILITY In Texas Hold’em poker a player receives 2 cards first. These are called...

INTRODUCTION TO PROBABILITY

In Texas Hold’em poker a player receives 2 cards first. These are called the player’s pocket cards. Find the number of pocket card configurations (that is, the number of unordered samples of two cards from the deck of 52) that correspond to the following descriptions.

(a)   Pair. (The two cards have the same rank.)

(b)   Suited. (The two cards have the same suit.)

(c)   Suited connectors. (The two cards have the same suit, and their ranks are next to each other. An ace has a special role: both {A, 2} and {K, A} count as pairs of neighbors.)

Homework Answers

Answer #1

Total number of all possible unordered samples of 2 cards from deck of 52 cards = 52C2

1. Total number of possible Pairs (cards of same ranks) = 13C1 (No of ways of choosing a particular rank) * 4C2 (No of ways of choosing 2 out of 4 suits given a rank)

= 78

2. Total number of possible suited cards = 4C1 (No of ways of choosing 1 out of 4 suits) * 13C2 (No of ways of choosing 2 cards from 13 of a given suit) = 312

3. Total number of possible suited connectors = 4C1 (No of ways of choosing 1 out of 4 suits) * 13 (Total number of neighbour pairs given a suit : {A,2}, {2,3} .... {Q,K} , {K,A} )

= 52

Know the answer?
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
Similar Questions
Using Java, please implement the Poker and PokerHand classes to provide the expected output using the...
Using Java, please implement the Poker and PokerHand classes to provide the expected output using the CardDemo class. Rules are the following: - Deck and PockerHand should be Iterable (note that you may just reuse one of the underlying iterators to provide this functionality) - Poker should implement 2 methods checking for two possible poker hands , see the comments inside the classes for details. Hint: remember how one can count the frequency of words in text? - whenever you...
Determine the poker odds of drawing the following hand from a standard card deck. (4 suits,...
Determine the poker odds of drawing the following hand from a standard card deck. (4 suits, 13 ranks in each suit.) What are the odds of drawing a royal flush (AKQJ10 all of the same suit)? Drawing cards is WITHOUT replacement. (NOTE: If necessary, lay out 52 cards on a table and do a dry run before computing the probabilities!) In order to get a royal flush in spades, you must pick the following 5 cards: What is the probability...
1. You are playing poker and are dealt 7 cards (without replacement) from a standard 52...
1. You are playing poker and are dealt 7 cards (without replacement) from a standard 52 card deck. How many 7-card poker hands are possible? (Hint: order doesn’t matter in poker, just the hand you are dealt). a.)52P7 = 6.74E11 (Same as 6.74x 1011) b.)52C7 = 133,784,560 c.)52!    = 8.0658E67 d.)7x52 = 3640 2.)Outside of a home, there is a keypad that can be used to open the garage door if the correct four digit code is entered. The key...
Program will allow anywhere between 1 and 6 players (inclusive). Here is what your output will...
Program will allow anywhere between 1 and 6 players (inclusive). Here is what your output will look like: Enter number of players: 2 Player 1: 7S 5D - 12 points Player 2: 4H JC - 14 points Dealer: 10D Player 1, do you want to hit? [y / n]: y Player 1: 7S 5D 8H - 20 points Player 1, do you want to hit? [y / n]: n Player 2, do you want to hit? [y / n]: y...
Python Blackjack Game Here are some special cases to consider. If the Dealer goes over 21,...
Python Blackjack Game Here are some special cases to consider. If the Dealer goes over 21, all players who are still standing win. But the players that are not standing have already lost. If the Dealer does not go over 21 but stands on say 19 points then all players having points greater than 19 win. All players having points less than 19 lose. All players having points equal to 19 tie. The program should stop asking to hit if...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT