Question 449797
seventy percent of all children in a school do not have cavities. From the binomial probability distribution table, the probability that in a random sample of eleven children selected from the school that at least 7 will not have cavities is: ______ 
-----------------
Binomial Problem with n = 11 and p = 0.7
---
P(7<= x <=11) = 1- P(0<= x <=6) = 1 - binomcdf(11,0.7,6) = 0.7897
================
Cheers,
stan H.