Question

In: Statistics and Probability

A game works as follows: each player rolls one dice (let's call it ''n''). After both...

A game works as follows: each player rolls one dice (let's call it ''n''). After both players have made the first roll, they have the choice to leave or not. If a player exits, he automatically looses; if not, he rolls a second time (let's call this second roll "m'') and receives nm points . The player with the most points wins, in case of a tie no one wins.
a) Give the fundamental space of the two throws.
b) Give the fundamental space of the number of points obtained.
c) Show that a player should automatically withdraw if n = 1.
e) Let n1 and n2 be the value of n of the first and second player (respectively). Knowing that n1 = 2 and n2 = 3, what is the probability that the first player wins?
d) Knowing that the first player will pull out automatically if n1 = 1, half the time if n1 < n2 and never otherwise, what is the probability that the first player will win?
probability of the first player pulling out?

There is 2 players in the game.

Solutions

Expert Solution

a) The fundamental space of 2 throws={(1,1), (1,2),.....(1,6), (2,1),(2,2),......(2,6),(3,1),(3,2),........(3,6),(4,1),(4,2),....(4,6),(5,1),(5,2),.........(5,6),(6,1),...........(6,6)}

since the possible outcome of one throw=1,2,3,4,5,6

b)space of points={1,2,3,4,5,6,8,9,10,12,15,16,18,20,24,25,30,36} so number of points=18

since n=1,2,3,4,5,6 m=1,2,3,4,5,6

c)

Let the first player gets 1 in first throw.

So, n1=1, n2>=1, m1>=1, m2>=1

Then probability that first player does not loose=P(n1m1>=n2m2)=   <<0.5

since n1m1=1,2,3,4,5,6 n2m2=1,2,3,4,5,6,8,9,10,,...........36

since the probability of not loosing of 1st player is very very small that means the probability of loosing is very high. So he should withdraw.

e)probability that first player wins= P(n1m1>n2m2)=P(2m1>3m2)= since m1=1,2,3,4,5,6 and m2=1,2,3,4,5,6

Since we are instructed to answer the first 4 parts I have given the same. For the last part, I am giving hint. Please follow that and compute.

d) Let W= event that 1st player wins, A=event that n1=1, B= event that n1<n2 and n1>=2 and C =the event that n1>=n2 and n1>=2

Then P(W)=P(W|A)P(A) +P(W|B)P(B) +P(W|C)P(C) compute them part by part

here P(W|A)=0 (think the reason, it is very easy)

Probability that 1st player pulls out=P(n1=1)=1/6 since there are 6 possible outcome in a single throw.

Thank you!


Related Solutions

A game works as follows: the player rolls one dice once (let's call it ''n'') and...
A game works as follows: the player rolls one dice once (let's call it ''n'') and then he rolls it second time (let's call this second roll "m'') and receives nm points . A)What is the probability that n = 1 knowing that the player has received more than 20 points. b) What is the probability that m = 1 knowing that the player has received more than 20 points. c) (What is the probability that the player receives more...
PROGRAMMING IN C-DICE GAME Q1. A player rolls two dice at the same time. Each die...
PROGRAMMING IN C-DICE GAME Q1. A player rolls two dice at the same time. Each die has six faces, which contain 1, 2, 3, 4, 5 and 6 spots. After the dice have come to rest, the sum of the spots on the two upward faces is calculated. (i) If the sum is 2 or 10 on the first throw, the player wins. (ii) If the sum is 3, 7 or 12 on the first throw, the player loses. (iii)...
In a dice game a player first rolls two dice. If the two numbers are l...
In a dice game a player first rolls two dice. If the two numbers are l ≤ m then he wins if the third roll n has l≤n≤m. In words if he rolls a 5 and a 2, then he wins if the third roll is 2,3,4, or 5, while if he rolls two 4’s his only chance of winning is to roll another 4. What is the probability he wins?
In the game of Lucky Sevens, the player rolls a pair of dice. If the dots...
In the game of Lucky Sevens, the player rolls a pair of dice. If the dots add up to 7, the player wins $4; otherwise, the player loses $1. Suppose that, to entice the gullible, a casino tells players that there are lots of ways to win: (1, 6), (2, 5), and so on. A little mathematical analysis reveals that there are not enough ways to win to make the game worthwhile; however, because many people’s eyes glaze over at...
In the game of craps, a player (known as the shooter) rolls two fair six-sided dice....
In the game of craps, a player (known as the shooter) rolls two fair six-sided dice. The shooter immediately loses if the sum of the dice is 2, 3, or 12 and immediately wins if the sum of the dice is 7 or 11 on the first roll. If the sum is anything else (4, 5, 6, 8, 9, or 10), that number becomes the point and the shooter rolls again. The shooter now wins by rolling that same point...
At a charity event, a player rolls a pair of dice. If the player roles a...
At a charity event, a player rolls a pair of dice. If the player roles a pair (same number on each die), the player wins $10. If the two are exactly one number a part (like a five and a six), the player wins $6. IF the player roles a one and a six, they win $15. Otherwise, they lose. If it cost $5 to play, find the expected value. Write a complete sentence to explain what your answer means...
You make a carnival game, where the player rolls two fair dice (in a single roll)...
You make a carnival game, where the player rolls two fair dice (in a single roll) and attempts to roll doubles (meaning both dice show the same number). The player puts down a dollar to play the game. If the player loses, they lose their dollar. If the player wins, they win $3 (and do not lose their original dollar). Answer the following (5 pts total). If you are running the game, what is the expected value of how much...
Dice Game Rules: 2 - 4 players Each player has 5 Dice. The dice have 6...
Dice Game Rules: 2 - 4 players Each player has 5 Dice. The dice have 6 sides. Each player rolls their dice, and the dice statistics are reported: Sum, number of pairs (and of what), and "straights" - (all dice in order - e.g. 1,2,3,4,5 or 2,3,4,5,6) Player 1 might roll 2,2,3,4,4 so the results would be: Sum: 15, 1 pair (2), 1 pair (4) Player 2 might roll 1, 1, 4, 6, 6 so the results would be: Sum:...
PYTHON GAME OF PIG The game of Pig is a simple two player dice game in...
PYTHON GAME OF PIG The game of Pig is a simple two player dice game in which the first player to reach 100 or more points wins. Players take turns. On each turn a player rolls a six-sided die. After each roll: a) If the player rolls a 1 then the player gets no new points and it becomes the other player’s turn. b) If the player rolls 2-6 then they can either roll again or hold. If the player...
In the game where A, B and C play together with dice. A rolls first., then...
In the game where A, B and C play together with dice. A rolls first., then B, then C and again A, B,... What is the probability that A is the first person that flips 6 first? A. 0.4727 B. 0.2379 C. 0.3956 D. 0.5
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT