Question 231953
A six-sided number cube is tossed 8 times. What is the probability that at least 3 of the tosses will result in a four? Express the answer rounded to the nearest thousandth. 
----------------------
It's a binomial problem with n=8, p= 1/6, 3<=x<=8
----
Ans: 1 - binomcdf(8,1/6,2) = 0.135
===================================
Cheers,
Stan H.