Question

At the MAT 133 Casino, there is a curious game. Two cards are drawn, at the...

At the MAT 133 Casino, there is a curious game. Two cards are drawn, at the same time, from a
shuffled deck. The kings, queens, and jacks have value zero. Every other card’s value is its rank.
For example, the value of 3♣ is three and the value of J♥ is zero. To play this game, you must
pay 1$. The values of the cards are added together. If the total value is bigger than eighteen, then
you will receive M dollars. For what values of M is this game profitable for casino? You may use
that 52C2 = 1326

Homework Answers

Answer #1

The maximum value can be 20 (Here we have considered the rank of Ace as 1)

To recieve M dollars, the values should be greater than 18 i.e 19 or 20

Number of ways in which cards can be drawn such that the sum is 20 = 4C2 = 6 (Both 10)

and the sum is 19 in 4C1*4C1 = 16 (One 10 and one 9)

Thus, total number of ways of selecting the cards in which you get sum greater than 18 = 22

Probability that you receive M dollars = 22/1326

The expected value of the game should be greater than 0 for the casino for the game to be be profitable

Thus, 1 - 22/1326*M should be greater than 0

-> M < 60.27

Thus, for a value of M less than or equal to $60, the game is profitable for casino

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
Suppose we draw two cards out of a deck of 52 cards. If the two cards...
Suppose we draw two cards out of a deck of 52 cards. If the two cards make a pair of “face” cards (jacks, queens, or kings), you collect $200; if they makes a pair of aces, you collect an amazing $1,000; if they make a pair but not a pair of face cards or aces, you collect $100; otherwise you lose $13. In terms of profits and statistics, should you play the game? Why or why not?
In this game, there is only one deck of cards. You play with a friend and...
In this game, there is only one deck of cards. You play with a friend and the deck of cards belongs to him/her. Numbered cards are worth their face value, jacks are worth 11, queen 12, kings 13 and aces 14. You have a suspicion that in this deck of cards, your friend has replaced some high cards in the deck with low cards. You take 10 cards and quickly calculate the average value: 4.5. You do the math: In...
(9 pts) In a casino game, you pay $5 to play. You draw a card from...
(9 pts) In a casino game, you pay $5 to play. You draw a card from a standard deck. If you draw any card ace (worth 1) through 10, you receive twice the number of dollars as the card’s number (so if you draw a 7, you get $14). You lose if you draw a face card. Make the probability distribution for this game, find the expected value of a bet, and decide if you should play.
An online card game uses a deck of 32 cards containing 4 Aces, 8 Kings, 16...
An online card game uses a deck of 32 cards containing 4 Aces, 8 Kings, 16 Queens, 2 Jacks and 2 Tens. In each round of the game the cards are shuffled, the players make a bet about what type of card will be drawn, then a single card is drawn and the winners are paid off. The drawn card is reinserted into the deck before the next round begins. i. How much information does a player receive when she...
Consider a game that consists of dealing out two cards from a deck of four cards....
Consider a game that consists of dealing out two cards from a deck of four cards. The deck contains the Ace of Spades (AS), the Ace of Hearts (AH), the King of Spades (KS) and the 9 of Hearts (9H). Let X be your total where; aces count as 1 or 11, kings count as 10 and your maximum count is 21 (that is, AA = 12). Also, let A be the number of aces in your hand. Suppose your...
Suppose that we draw two cards from a standard deck of 52 playing cards, where ace,...
Suppose that we draw two cards from a standard deck of 52 playing cards, where ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, jack, queen and king each appear four times (once in each suit). Suppose that it is equally likely that we draw any card remaining in the deck. Let X be the value of the first card, where we count aces as 1, jacks as 11, queens as 12, and kings as 13. Let Y be...
Consider the following card game with a well-shuffled deck of cards. If you draw a red...
Consider the following card game with a well-shuffled deck of cards. If you draw a red card, you don't win. If you get a space you win $1. If you draw a club, you win $3, if you draw the ace of clubs you win $30.   a. Create a probability model for the amount you win at this game. b. Find the expected value for winning a single game.   c. Find the standard deviation of the winnings.   d. Now suppose...
Your group is required to develop a simple Android BlackJack card game. Part B (35 Marks)...
Your group is required to develop a simple Android BlackJack card game. Part B – Group Submission (Do it on android studio) i need the full working code in android studio The program shall fulfil the following requirements: 1) There are total of 4 main features : User authentication/login, game setting, playing game and view history. User Login 2) Allow the player to register new user account or login using the existing account to play the game. Each user account...