Question 451630
A fair coin is tossed 360 times. 
Estimate the probability of getting between 188 and 200 heads inclusive.
------
Binomial Problem:
n = 360 and p = 1/2
-----
P(188<= x <=200) 
= binomcdf(360,1/2,200)-binomcdf(360,1/2,187) 
= 0.1993
==============
Cheers,
Stan H.
===========