Question

Instructions for Question: We are creating a new card game with a new deck. Unlike the...

Instructions for Question:

We are creating a new card game with a new deck. Unlike the normal deck that has 13 ranks (Ace through King) and 4 Suits (hearts, diamonds, spades, and clubs), our deck will be made up of the following.

Each card will have:

i) One rank from 1 to 11.
ii) One of 9 different suits.

Hence, there are 99 cards in the deck with 11 ranks for each of the 9 different suits, and none of the cards will be face cards! So, a card rank 11 would just have an 11 on it. Hence, there is no discussion of "royal" anything since there won't be any cards that are "royalty" like King or Queen, and no face cards!

The game is played by dealing each player 5 cards from the deck. Our goal is to determine which hands would beat other hands using probability. Obviously the hands that are harder to get (i.e. are more rare) should beat hands that are easier to get.

Question itself:

How many different ways are there to get exactly 1 pair (i.e. 2 cards with the same rank)?
The number of ways of getting exactly 1 pair is ________

Also, what is the probability of drawing one pair from the deck?? (Rounded to 7 decimal points)

My Attempted Answer:

11C1 * 10C 3 * 9C1 * 9C1 * 9C1 --> 11*120*9*9*9 = 962,280 different ways

962,280/71523144 = 0.0134541 probability

Can someone verify my answer?? thanks in advance!! Appreciate you guys.

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

In the calculations of selecting one pair of cards just the consideration of pair is not taken. That is 9C2 is not consider remaining is correct.

Thank you.

Add a comment
Know the answer?
Add Answer to:
Instructions for Question: We are creating a new card game with a new deck. Unlike the...
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
  • 19. A Card Game 19. A Card Game Three students are playing a card game. They...

    19. A Card Game 19. A Card Game Three students are playing a card game. They decide to choose the first person to play by each selectinga card from the 52-card deck and look- ing for the highest card in value and suit. They rank the suits from lowest to highest: clubs, diamonds, hearts, and spades. a. If the card is replaced in the deck after each student chooses, how many possible configurations of the three choices are possible? b....

  • 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...

  • 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...

  • Before each draw the deck is well shuffled and a single card randomly drawn. (Use 4...

    Before each draw the deck is well shuffled and a single card randomly drawn. (Use 4 decimals for all answers) A. What is the probability that the first card drawn is a face card (a Jack, a Queen, or a King)? B. What is the probability that the second card drawn is red? C. What is the probability that the first card drawn is a face-card AND the second card drawn is red? D. What is the probability that the...

  • 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...

  • Please to indent and follow structure!!!!! Assignment 3 - The card game: War Due Date: June...

    Please to indent and follow structure!!!!! Assignment 3 - The card game: War Due Date: June 9th, 2018 @ 23:55 Percentage overall grade: 5% Penalties: No late assignments allowed Maximum Marks: 10 Pedagogical Goal: Refresher of Python and hands-on experience with algorithm coding, input validation, exceptions, file reading, Queues, and data structures with encapsulation. The card game War is a card game that is played with a deck of 52 cards. The goal is to be the first player to...

  • Poker is a card game where you are dealt a 5 card hand from a standard...

    Poker is a card game where you are dealt a 5 card hand from a standard deck of 52 cards. This deck has 4 suits and 13 cards per suit. The rarer your hand, the higher its worth. (a) What is the probability of getting a “Full House”? A Full House is a hand where 3 cards share the same number or face, and the other 2 cards also share a different number or face. (b) What is the probability...

  • Write a class named Card which will represent a card from a deck of cards. A...

    Write a class named Card which will represent a card from a deck of cards. A card has a suit and a face value. Suits are in order from low to high: Clubs, Diamonds, Hearts and Spades. The card values from low to high: 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King, and Ace. Write a Deck class that contains 52 cards. The class needs a method named shuffle that randomly shuffles the cards in the...

  • 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...

  • python . Write the function poker_hand that takes a list of exactly five distinct Card objects...

    python . Write the function poker_hand that takes a list of exactly five distinct Card objects as an argument, analyzes the list, and returns one of the following strings that describes the hand: "Four of a kind' (four cards of the same rank) 'Full house' (three cards of one rank, and two cards of a different rank) . 'Flush' (five cards of the same suit) 'Three of a kind' (exactly three cards of the same rank) • 'One pair' (at...

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