Question 908860
P(diet) = .25, n = 8
P(x=3) = binompdf(8, .25,3)
P(x ≥ 3) = 1 - binomcdf(8, .25, 2)
P(x > 3) = 1 - binomcdf(8, .25, 3)