Binomial

Sue20

New member
Joined
Oct 5, 2011
Messages
20
Flip a fair coin 4 times. What is the probability of observong exactly three heads?
* Should I use binomialpdf or use the HHH method? Please Help!!
 
I would use the binomial distribution formula. You want 3 heads each head with a probability of 0.5 of occurring....take it from here...
 
Flip a fair coin 4 times. What is the probability of observong exactly three heads?
How many ways are there to arrange this string hhth ?\displaystyle hhth~?
Then multiply that by (0.5)4 .\displaystyle (0.5)^4~.
 
There are 4 ways so would you mulitply (0.5) (0.5) (0.5) (0.5)?
 
There are 4 ways so would you mulitply (0.5) (0.5) (0.5) (0.5)?
You have missed to whole point!
There are four ways to arrange THHH\displaystyle THHH and each arrangement has probability (0.5)4\displaystyle (0.5)^4.
So what is the answer?
 
Is it .25? .0625 x 4= .25
Correct.
If you toss a coin ten times the probability of exactly seven heads is
(107)(0.5)10=10!7!3!(0.5)10\displaystyle \dbinom{10}{7}(0.5)^{10}=\dfrac{10!}{7!\cdot 3!}(0.5)^{10}

If you toss a coin N times the probability of exactly 0KN\displaystyle 0\le K \le N heads is
(NK)(0.5)N=N!K!(NK)!(0.5)N\displaystyle \dbinom{N}{K}(0.5)^{N}=\dfrac{N!}{K!\cdot (N-K)!}(0.5)^{N}
 
Top