Question 319371
What is the probability of getting between 3 and 6 heads in 10 tosses of a fair coin?
------------------
P(3<= x <=6) = binomcdf(10,0.5,6)-binomcdf(10,0.5,2) = 0.7734
==========================
Cheers,
Stan H.