Question

Three friends go out for a coffee. To choose the one that will pay the coffee...

Three friends go out for a coffee. To choose the one that will pay the coffee they play the following game: each one flips a coin, and whoever gets a different result will have to pay, if everyone gets the same result they will continue to throw until someone loses. The coin is not balanced, the face probability is 0.60.
Calculate the probability that less than 5 games have to be played before one of them has to pay.

Homework Answers

Answer #1

Given that

p = 0.60

q = 1-0.60 = 0.40

flips a coin

Probability that one of them will pay

(HHT) : (HTT) : (HTH) : (THH) ;(TTH); (THT)

(HHH) (TTT)

probability of HHT or HTT :

=3(p^2 *q) + 3(q^2 * p)

= 3(0.6*0.6*0.4) +3(0.6*0.4*0.4)

=3*0.144 + 3*0.096

=0.432 + 0.288

=0.72

Probability of HHT or HTT (successess) = 0.72

probability (failure) = 1-0.72 = 0.28

Probability that they get success in 1st game = 0.72

Probability that they get success in 2nd game = 0.28 * 0.72 = 0.202

Probability that they get success in 3rd game = 0.28*0.28 * 0.72 = 0.056

Probability that they get success in 4th game = 0.28 * 0.28 * 0.28 * 0.72 = 0.01568

probability that less than 5 games have to be played before one of them has to pay. = 0.72 + 0.202 + 0.056 + 0.01568

probability that less than 5 games have to be played before one of them has to pay. = 0.9937

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
A group of five friends are playing poker one night, and one of the friends decides...
A group of five friends are playing poker one night, and one of the friends decides to try out a new game. They are using a standard 52-card deck. The dealer is going to deal the cards face up. There will be a round of betting after everyone gets one card. Another round of betting after each player gets a second card, etc. Once a total of 7 cards have been dealt to each player, the player with the best...
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?...
Determine whether the following are binomial experiments. If not, explain which requirement is violated. If so,...
Determine whether the following are binomial experiments. If not, explain which requirement is violated. If so, state the distribution of the random variable in the scenario. A) Bob is playing a game at a carnival where he gets to play until he loses. The probability that he wins the game is 0.25. Assume he does not get better each better each time he plays. Let X count the number of games that Bob wins. B) Charlie flips a coin three...
. A dice game is played as follows: you pay one dollar to play, then you...
. A dice game is played as follows: you pay one dollar to play, then you roll a fair six-sided die. If you roll a six, you win three dollars. Someone claims to have won a thousand dollars playing this game nine thousand times. How unlikely is this? Find an upper bound for the probability that a person playing this game will win at least a thousand dollars.
Joe Smith plays a betting game with his friends. He puts in one dollar to join...
Joe Smith plays a betting game with his friends. He puts in one dollar to join the game. If he wins the game, he gets $2. If he loses, he gets nothing, so his gain is –$1. Joe Smith is planning to play the game 100 times. The 100 outcomes will be independent of one another. Let Vi, i = 1, 2, ..., 100 be the 100 outcomes. Then each Vi has the same probability distribution: v -1 1 p(v)...
Suppose you’re bowling with friends. You’ve already played one game and are trying to decide whether...
Suppose you’re bowling with friends. You’ve already played one game and are trying to decide whether to play another. Each game costs $6 per person, plus a one-time rental fee of $6 for the bowling shoes. It would take another hour to play the next game, which would make you late for work. Missing an hour of work would mean that you would lose pay at a rate of $14 per hour. Instructions: Round your answer to the nearest whole...
JAVA: MUST BE DONE IN JAVA Assignment: Write algorithms and programs to play “non-betting” Craps. Craps...
JAVA: MUST BE DONE IN JAVA Assignment: Write algorithms and programs to play “non-betting” Craps. Craps is a game played with a pair of dice. In the game, the shooter (the player with the dice) rolls a pair of dice and the number of spots showing on the two upward faces are added up. If the opening roll (called the “coming out” roll) is a 7 (“natural”) or 11 (“yo-leven”), the shooter immediately wins the game. If the coming out...
Practice Question: Anne-Marie is generally a likable person. One day while hanging out with her friends,...
Practice Question: Anne-Marie is generally a likable person. One day while hanging out with her friends, she gets into an argument with Wilson. During the argument, he says some very offensive and slanderous things about Anne-Marie. Unwilling to take Wilson’s verbal abuse, Anne-Marie sprays him in the face with a can of mace that she carries in her purse. Wilson falls to the ground in pain. Some bystanders see Wilson in pain and call the police and rescue squad. It...
Three soldiers (named A, B, and C) have to decide between themselves, which one goes on...
Three soldiers (named A, B, and C) have to decide between themselves, which one goes on a dangerous mission. They decide to take turns drawing straws; there are 4 long straws and 1 short straw. Whoever picks the short straw must go on the mission. They will take turns drawing straws in the following sequence ABCCB ABCCB ABCCB etc.. For each soldier (A, B, and C), what is the probability that they end up drawing the short straw? a) Suppose...
Using Java, write a program that allows the user to play the Rock-Paper-Scissors game against the...
Using Java, write a program that allows the user to play the Rock-Paper-Scissors game against the computer through a user interface. The user will choose to throw Rock, Paper or Scissors and the computer will randomly select between the two. In the game, Rock beats Scissors, Scissors beats Paper, and Paper beats Rock. The program should then reveal the computer's choice and print a statement indicating if the user won, the computer won, or if it was a tie. Allow...