SOLUTION: how many ways can a person toss a coin 12 times so that the number of heads is between 6 and 8 inclusive?

Algebra ->  Probability-and-statistics -> SOLUTION: how many ways can a person toss a coin 12 times so that the number of heads is between 6 and 8 inclusive?      Log On


   



Question 694038: how many ways can a person toss a coin 12 times so that the number of heads is between 6 and 8 inclusive?
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
how many ways can a person toss a coin 12 times so that the number of heads is between 6 and 8 inclusive?
-----
You don't want the number of tosses; you just said it was 12.
---
You probably want the probability of getting between 6 and 8 heads
when you toss a coin 12 times.
--------
Binomial Problem with n = 12 ; p(head) = 1/2
-----------------------------
P(6<= x <=8) = binomcdf(12,1/2,8)- binomcdf(12,1/2,5) = 0.5400
===========================
Cheers,
Stan H.
================