Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Suppose that we want to generate the outcome of the flip of a fair coin, but that all we have at our disposal is a biased coin that lands on heads with some unknown probability p that need not be equal to 1 2 . Consider the following procedure for accomplishing our task: 1. Flip the coin. 2. Flip the coin again. 3. If both flips land on heads or both land on tails, return to step 1. 4. Let the result of the last flip be the result of the experiment.

(a) Show that the result is equally likely to be either heads or tails.

(b) Could we use a simpler procedure that continues to flip the coin until the last two flips are different and then lets the result be the outcome of the final flip?

Short Answer

Expert verified
  1. The probability to get either head or tail is 12
  2. The result will bepand1-p

Step by step solution

01

Given Information (Part a)

From the information, we want to generate the outcome of the flip of a fair coin, but that all we have at our disposal is a biased coin that lands on heads with some unknown probability p that need not be equal to 1 2 .

We need to consider the following procedure: 1. Flip the coin. 2. Flip the coin again. 3. If both flips land on heads or both land on tails, return to step 1. 4.

We have to show that the result is equally likely to be either heads or tails.

02

Explanation (Part a)

Lets consider the flipping procedure.

From this formulation we can see that the outcomes of our procedure follow a conditional distribution:

P{the procedure gives H}=P{(T,H)|(T,H)or(H,T)}

=P{(T,H)}P{(T,H)or(H,T)}

=(1-p)p[(1-p)p+p(1-p)]

role="math" localid="1647080421100" =12

Similarly, the procedure gives tails with probability 12

03

Final Answer (Part a)

The probability to get either head or tail is12.

04

Given Information (Part b)

From the information, we want to generate the outcome of the flip of a fair coin, but that all we have at our disposal is a biased coin that lands on heads with some unknown probability p that need not be equal to 1 2 .

We need to consider the following procedure: 1. Flip the coin. 2. Flip the coin again. 3. If both flips land on heads or both land on tails, return to step 1. 4.

We have to determine could we use a simpler procedure that continues to flip the coin until the last two flips are different and then lets the result be the outcome of the final flip.

05

Explanation (Part b)

For any 0<p<1, we will surely find both heads and tails eventually.

Thus method (b) gives Hif and only if the first flip comes out T, which happens with probability 1-p.

The method gives Tif and only if the first flip is H, this happens with probability p.

Hence method (b) does not give fair coin flip results.

The difficulty in this problem is figuring out why our arguments in (a) do not work in the case of method (b).

In the above formulation of (a) we consider a fixed pair of coin flips (the first two flips), while in method (b) we take a randomly selected pair of coin flips, those where we first see a change in the outcomes.

This innocent-looking difference essentially modifies the probabilities of the outcomes (H,T)and(T,H). Our arguments in (a), applied on case (b), would look like this:

P{the procedure givesH}=P{(T,H)(T,H)or(H,T)}

=P{(T,H)}P{(T,H)or(H,T)}

=(1-p)[(1-p)+p]

=1-p

Similarly, the probability of outcomeTisp

06

Final Answer (Part b)

Tails is the result if and only if the first throw is heads,

then the first different result is tails.

Therefore,

P(tails)=p

P(heads)=1p

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

With probability .6, the present was hidden by mom; with probability .4, it was hidden by dad. When mom hides the present, she hides it upstairs 70percent of the time and downstairs 30percent of the time. Dad is equally likely to hide it upstairs or downstairs.

(a) What is the probability that the present is upstairs?

(b) Given that it is downstairs, what is the probability it was hidden by dad?

In Problem 3.66a, find the conditional probability that relays 1and 2are both closed given that a current flows from A to B.

An urn initially contains 5 white and 7 black balls. Each time a ball is selected, its color is noted and it is replaced in the urn along with 2 other balls of the same color. Compute the probability that (a) the first 2 balls selected are black and the next 2 are white; (b) of the first 4 balls selected, exactly 2 are black.

Suppose that you continually collect coupons and that there are mdifferent types. Suppose also that each time a new coupon is obtained, it is a type icoupon with probability pi,i=1,,m. Suppose that you have just collected your nth coupon. What is the probability that it is a new type?

Hint: Condition on the type of this coupon.

Suppose that each child born to a couple is equally likely to be a boy or a girl, independently of the sex distribution of the other children in the family. For a couple having 5children, compute the probabilities of the following events:

(a) All children are of the same sex.

(b) The 3eldest are boys and the others girls.

(c) Exactly 3are boys.

(d) The 2oldest are girls.

(e) There is at least 1girl.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free