Question

3. Suppose my friend and I are tossing a biased coin (the chance of the coin...

3. Suppose my friend and I are tossing a biased coin (the chance of the
coin landing heads is 0.48). I get one dollar each time the coin lands
heads, and I have to pay one dollar to my friend each time it lands
tails. I will stop playing if my net gain is three dollars.

(a)What is the chance that I will stop after exactly three tosses?

(b) What is the chance that I will stop after exactly four tosses?

(c) What is the chance that I will stop after exactly five tosses?

(Hint: Draw a tree like we have in class. At each toss, what are the possible outcomes?)

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)P( I will stop after exactly three tosses)=P(heads on all 3 flips)=(0.48)3 =0.110592

b) P(stop after exactly four tosses)=0 (as net gain 3 can not happen on 4 toss ; for 4 toss if total win is 4 then we do not require 4th flip as condition of net gain 3 is already completed on 3rd flip)

c)

P( chance that I will stop after exactly five tosses)=P(3 heads in first 4 and 4th head on 5th flip)

=P(THHHH)+P(HTHHH)+P(HHTHH)=3*(0.48)4*0.52=0.082811

  

Add a comment
Know the answer?
Add Answer to:
3. Suppose my friend and I are tossing a biased coin (the chance of the coin...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • An experiment consists of tossing an unfair coin (49% chance of landing on heads) a specified...

    An experiment consists of tossing an unfair coin (49% chance of landing on heads) a specified number of times and recording the outcomes. (a) What is the probability that the first head will occur on the second trial? (Use 4 decimal places.) Does this probability change if we toss the coin three times? What if we toss the coin four times? The probability changes if we toss the coin four times, but does not change if we toss the coin...

  • An experiment consists of tossing an unfair coin (53% chance of landing on heads) a specified...

    An experiment consists of tossing an unfair coin (53% chance of landing on heads) a specified number of times and recording the outcomes. (a) What is the probability that the first head will occur on the second trial? (Use 4 decimal places.) Does this probability change if we toss the coin three times? What if we toss the coin four times? The probability changes if we toss the coin three times, but does not change if we toss the coin...

  • Write a C++ program that simulates coin tossing. For each toss of the coin the program...

    Write a C++ program that simulates coin tossing. For each toss of the coin the program should print Heads or Tails. The program should toss a coin 100 times. Count the number of times each side of the coin appears and print the results at the end of the 100 tosses.   The program should have the following functions as a minimum: void toss() - called from main() and will randomly toss the coin and set a variable equal to the...

  • Problem 8. 20 pts] I have a special coin with "memory" that I will be tossing...

    Problem 8. 20 pts] I have a special coin with "memory" that I will be tossing ezactly once every day for the next 4 days (so tomorrow will be day 1). Let p, denote the probability that the coin shows up heads when it's tossed on day i (this means it shows up tails with probability 1 -pi when tossed on day i). Did I mention the coin has "memory"? By that I mean that: 1. On day 1, the...

  • 3. (PMF – 8 points) Consider a sequence of independent trials of fair coin tossing. Let...

    3. (PMF – 8 points) Consider a sequence of independent trials of fair coin tossing. Let X denote a random variable that indicates the number of coin tosses you tried until you get heads for the first time and let y denote a random variable that indicates the number of coin tosses you tried until you get tails for the first time. For example, X = 1 and Y = 2 if you get heads on the first try and...

  • A boy has an empty box. He flips a coin three times. Each time the coin...

    A boy has an empty box. He flips a coin three times. Each time the coin lands heads, he puts a red marble in the box. Each time the coin lands tails, he puts a green marble in the box. He then reaches in the box and pulls out one of the three marbles at random. What is the chance that the boy puts exactly two green marbles in the box? What is the chance the boy puts at least...

  • Java programming language! 1. Tossing Coins for a Dollar For this assignment you will create a...

    Java programming language! 1. Tossing Coins for a Dollar For this assignment you will create a game program using the Coin class from Programming Challenge 12. The program should have three instances of the Coin class: one representing a quarter, one representing a dime, and one representing a nickel. When the game begins, your starting balance is $0. During each round of the game, the program will toss the simulated coins. When a coin is tossed, the value of the...

  • 12. Coin Toss Simulator Write a class named Coin. The Coin class should have the following field ...

    12. Coin Toss Simulator Write a class named Coin. The Coin class should have the following field .A String named sideUp. The sideUp field will hold either "heads" or "tails" indicating the side of the coin that is facing up The Coin class should have the following methods .A no-arg constructor that randomly determines the side of the coin that is facing up (heads" or "tails") and initializes the aideUp field accordingly .A void method named toss that simulates the...

  • c++ Program 2: Coin Toss Simulator For this program, please implement Problems 12 and 13 in...

    c++ Program 2: Coin Toss Simulator For this program, please implement Problems 12 and 13 in a single program (Gaddis, p812, 9E). Scans of these problems are included below. Your program should have two sections that correspond to Problems 12 and 13: 1) As described in Problem 12, implement a Coin class with the specified characteristics. Run a simulation with 20 coin tosses as described and report the information requested in the problem. 2) For the second part of your...

  • Suppose you can place a bet in the following game. You flip a fair coin (50-50...

    Suppose you can place a bet in the following game. You flip a fair coin (50-50 chance it lands heads). If it lands heads, you get 4 dollars, if it lands tails, you pay 1 dollar. This is the only bet you can make. If you don't make the bet you will neither gain nor lose money. What is the utility for you of the coin landing tails if you make the bet (assume utility is dollars)?

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT