An Extremely Biased Coin - I

You have an (extremely) biased coin that shows heads with probability 99% and tails with probability 1%. To test the coin, you tossed it 100 times.

What is the approximate probability that heads showed up exactly 99 99 times?

0.00 0.37 0.50 0.63 0.99

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

2 solutions

Pranshu Gaba
Oct 13, 2015

Let X X be the number of heads obtained after tossing the coin 100 times. Then X X has a binomial distribution. That is, if there were n n Bernoulli trials, with the probability of success being p p , then the probability of r r successes is given by:

P ( X = r ) = ( n r ) p r ( 1 p ) n r P( X = r ) = \binom { n } { r } \ p ^{ r } ( 1 - p)^{ n - r }

In the problem, since there are 100 100 trials: n = 100 n = 100 ; the probability of success is p = 99 100 p = \frac{ 99 } { 100 } ; and we want to find the probability of getting r = 99 r = 99 successes.

P ( X = 99 ) = ( 100 99 ) ( 99 100 ) 99 ( 1 100 ) 1 0.3697 P( X = 99 ) = \binom { 100 } { 99 } \left( \frac{ 99 } { 100 } \right)^{99} \left( \frac{ 1 } { 100 } \right)^{ 1 } \approx 0.3697 \ldots

I get 0.003697 when I do the calculations. What am I missing?

W Brayton Batson - 5 years, 3 months ago

Log in to reply

You must have forgotten the binomial coefficient, since there are 100 ways that 99 heads can happen in a 100 trials.

Alexandre Miquilino - 5 years, 3 months ago

Log in to reply

So after you solve for (99/100)^99 (1/100)^1, you then just multiply by how many trials there are?

manitan natinam - 3 years, 9 months ago

Log in to reply

@Manitan Natinam No, you multiply by the number of possible sequences of 100 trials, which is C(100,1). It turns out to be 100, but if we had more than 2 tails (but less than 99) we'd have more than 100.

Alexandre Miquilino - 3 years, 6 months ago

Shouldn't the answer be 37 37 ?

36.97... 36.97... should be rounded up to 37 37 and is also nearer to it instead of 36 36 .

Kenneth Choo - 5 years, 3 months ago

Log in to reply

The problem asks for 100 P \lfloor 100P \rfloor , which means greatest integer smaller than or equal to 100 P 100 P , which is also known as the greatest integer function . The greatest integer smaller than or equal to 36.97... is 36.

Pranshu Gaba - 5 years, 3 months ago

Log in to reply

Oh, sorry! I didn't notice the floor function. I'm not really that familiar with it. Alright, thanks, I got it now.

Kenneth Choo - 5 years, 3 months ago

Can you do this without a calculator?

Shrimat Kapoor - 2 years, 8 months ago

Log in to reply

Yes ofc, just open up the binomial coefficient using the property rhar (n)C(r) = (n)C(n-r) and all the terms will cancel out

Nipun Verma - 8 months ago
Abhishek Sinha
Sep 28, 2016

Here we will use the useful result Poisson approximation of Binomial distributions , which will simplify the computations enormously. Clearly, number of tails for n n tosses follow a Binomial distribution with probability of success p = 0.01 p=0.01 . Here n = 100 , p = 0.01 , n p = 1 n=100, p=0.01, np=1 . Hence the premises of the above approximation holds and we have :
Binom ( n , p ) Poisson ( n p ) . \text{Binom}(n,p) \approx \text{Poisson}(np). Thus probability of a single tail out of 100 100 tosses is approximately e 1 1 1 1 ! = 1 e 0.37 e^{-1} \frac{1^1}{1!} = \frac{1}{e} \approx 0.37 .

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...