Question

There is a game with two players. Both players place $1 in the pot to play....

There is a game with two players. Both players place $1 in the pot to play. There are seven rounds and each round a fair coin is flipped. If the coin is heads, Player 1 wins the round. Otherwise, if it is tails, Player 2 wins the round. Whichever player wins four rounds first gets the $2 in the pot.

After four rounds, Player 1 has won 3 rounds and Player 2 has won 1 round, but they cannot finish the game. What is the fairest way to divide the pot of $2? In other words, what is the probability that player 1 would win if they were to continue and play the last three rounds? Likewise, what is the probability player 2 would win if they were to continue and play the last three rounds?

Homework Answers

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
Two players P1 and P2 agree to play the following game. Each puts up a stake...
Two players P1 and P2 agree to play the following game. Each puts up a stake of 1 unit. They will play seven rounds, where each round involves flipping a fair coin. If the coin comes up H, P1 wins the round, otherwise P2 wins. The first player to win four rounds gets both stakes. After four rounds, P1 has won three rounds and P2 has won one round, but they have to stop. What is the fairest way to...
Two players are playing a coin tossing game. Player A wins $1 if the coin comes...
Two players are playing a coin tossing game. Player A wins $1 if the coin comes up heads and loses $1 if it comes up tails. Player B is unaware that the coin is weighted so that p(heads)=.55. They start with $3 in some way divided between them. They play until one player has no money. Write the transition matrix, P, for this game from player A's point of view.
Two players are playing a coin tossing game. Player A wins $1 if the coin comes...
Two players are playing a coin tossing game. Player A wins $1 if the coin comes up heads and loses $1 if it comes up tails. Player B is unaware that the coin is weighted so that p(heads)=.6. They start with $3 in some way divided between them. They play until one player has no money. Write the transition matrix, P, for this game from player A's point of view.
Write a program that allows two players to play a game of tic-tac-toe. Use a twodimensional...
Write a program that allows two players to play a game of tic-tac-toe. Use a twodimensional char array with three rows and three columns as the game board. Each element in the array should be initialized with an asterisk (*). The program should run a loop that: • Displays the contents of the board array. • Allows player 1 to select a location on the board for an X. The program should ask the user to enter the row and...
Two players play each other in a pool tournament of "Solids and Stripes". The first player...
Two players play each other in a pool tournament of "Solids and Stripes". The first player to win two games wins the tournament. In the game of "Solids and Stripes", it is equally likely that a player will be assigned solid balls or striped balls. Assume that 1) one-half of the balls are solids and the other half are stripes, 2) the two players have the same skill: each with a 0.5 probability of winning, 3) there are no ties,...
Alice and Bob play a game in which they flip a coin repeatedly. Each time the...
Alice and Bob play a game in which they flip a coin repeatedly. Each time the coin is heads, Alice wins $1 (and Bob loses $1). Each time the coin is tails, Bob wins (and Alice loses) $2. They continue playing until Alice has won three flips. Prove that the expected value of Bob’s winnings is $3. (Hint: Use linearity of expected value to consider the expected value of each flip separately, with flips being worth $0 if they do...
In the group game “Odd-One Out”: All players take out a fair coin, and everyone flips...
In the group game “Odd-One Out”: All players take out a fair coin, and everyone flips at the same time. If one player (the “odd-one”) receives heads and everyone else receives tails (or vice-versa), the game ends. Otherwise the game goes on for more rounds, until an “odd-one” is finally found. In a group of 12 players, what is the percentage probability that the game will: a) End in the 1 round? b) Not end in the first 2 rounds?...
A player is given the choice to play this game. The player flips a coin until...
A player is given the choice to play this game. The player flips a coin until they get the first Heads. Points are awarded based on how many flips it took: 1 flip (the very first flip is Heads): 2 points 2 flips (the second flip was the first Heads): 4 points 3 flips (the third flip was the first Heads): 8 points 4 flips (the fourth flip was the first Heads): 16 points and so on. If the player...
A volleyball team is entered in a tournament. Rounds of the tournament are played as best...
A volleyball team is entered in a tournament. Rounds of the tournament are played as best of three; that is, each team will play the opponent in that round until one of the teams has won two games. Suppose that teams are matched up evenly in the first round of the tournament, such that either team has an equal chance to win. For subsequent games, if a team had just won they will be more confident and more likely to...
Many of you probably played the game “Rock, Paper, Scissors” as a child. Consider the following...
Many of you probably played the game “Rock, Paper, Scissors” as a child. Consider the following variation of that game. Instead of two players, suppose three players play this game, and let us call these players A, B, and C. Each player selects one of these three items—Rock, Paper, or Scissors—independent of each other. Player A will win the game if all three players select the same item, for example, rock. Player B will win the game if exactly two...