Question

Consider this game: each person flips a coin once, if it is heads, the person gets...

Consider this game: each person flips a coin once, if it is heads, the person gets $20, and if it is tails, the person loses $10.

For a group of 5, each person flips a coin once and plays the game described above. What is the probability that this group of 5 will lose money as a group? (Hint: list all possible outcomes for this group and sum up the probabilities of outcomes with a total loss.)

Homework Answers

Answer #1

Probability of heads = Probability that the person wins = 0.5

Let X be the number of persons who win. Then X ~ Binomial(n = 5, p = 0.5)

Total money earned by the group = 20X - 10(5 - X)

= 20X - 50 + 10X

= 30X - 50

If total money earned by the group is less than 0, then

30X - 50 < 0

=> 30X < 50

=> X < 5/3

=> X < 1.67

Probability that this group of 5 will lose money = Probability that total money earned by the group is less than 0

= P(X < 1.67)

= P(X = 0) + P(X = 1)

= 5C0  * 0.50 * (1 - 0.5)5 +  5C1  * 0.51 * (1 - 0.5)4

= 0.55  + 5 * 0.55

= 0.1875

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
Consider a game in which a coin will be flipped three times. For each heads you...
Consider a game in which a coin will be flipped three times. For each heads you will be paid $100. Assume that the coin comes up heads with probability ⅔. a. Construct a table of the possibilities and probabilities in this game. The table below gives you a hint on how to do this and shows you that there are now eight possible outcomes. (3 points) b. Compute the expected value of the game. (2 points) c. How much would...
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 a game, groups of 3 are competing. Each player of each group flips a coin...
In a game, groups of 3 are competing. Each player of each group flips a coin only ONCE. A group will be announced winner only if either the first or the second player gets head (but not both) and the third player gets tail. Using P1, P2 and P3 to represent player1, player2 and player3 respectively and logical connectives AND, OR and NOT, write a statement in which a group wins the game. Discuss your answer.    Hint: Assume head...
Question 3: You are given a fair coin. You flip this coin twice; the two flips...
Question 3: You are given a fair coin. You flip this coin twice; the two flips are independent. For each heads, you win 3 dollars, whereas for each tails, you lose 2 dollars. Consider the random variable X = the amount of money that you win. – Use the definition of expected value to determine E(X). – Use the linearity of expectation to determineE(X). You flip this coin 99 times; these flips are mutually independent. For each heads, you win...
Deriving fair coin flips from biased coins: From coins with uneven heads/tails probabilities construct an experiment...
Deriving fair coin flips from biased coins: From coins with uneven heads/tails probabilities construct an experiment for which there are two disjoint events, with equal probabilities, that we call "heads" and "tails". a. given c1 and c2, where c1 lands heads up with probability 2/3 and c2 lands heads up with probability 1/4, construct a "fair coin flip" experiment. b. given one coin with unknown probability p of landing heads up, where 0 < p < 1, construct a "fair...
You play a coin flip game where you win NOTHING if the coin comes up heads...
You play a coin flip game where you win NOTHING if the coin comes up heads or win $1,000 if the coin comes up tails. Assume a fair coin is used. Which of the following is TRUE? Group of answer choices a. A risk-seeking person would be willing to accept a cash payment of $500 to forgo (i.e. pass up) playing the game. b. A risk neutral person might accept a cash payment of $400 to forgo (i.e. pass up)...
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?...
Suppose 200 people are lined up side-by-side, each one holding a fair coin. Each person flips...
Suppose 200 people are lined up side-by-side, each one holding a fair coin. Each person flips their coin 64 times; every time it lands heads they step 1 meter forward, each time it lands tails they step 1 meter backward. Use a normal approximation to answer the following question: after everyone finishes their 64 steps, approximately how many people will be standing between 4 and 8 meters behind the starting line? (Round your answer to three decimal places. Example: if...
Consider the following game. You flip an unfair coin, with P(H) = 1/4 and P(T) =...
Consider the following game. You flip an unfair coin, with P(H) = 1/4 and P(T) = 3/4, 100 times. Every time you flip a heads you win $8, and every time you flip a tails you lose $3. Let X be the amount of money you win/lose during the game. Justify your answers and show all work. Compute E(X) andCompute V (X).
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly...
Conducting a Simulation For example, say we want to simulate the probability of getting “heads” exactly 4 times in 10 flips of a fair coin. One way to generate a flip of the coin is to create a vector in R with all of the possible outcomes and then randomly select one of those outcomes. The sample function takes a vector of elements (in this case heads or tails) and chooses a random sample of size elements. coin <- c("heads","tails")...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT