Question 856212
1) What is the probability of more than 230 guests showing up at the 12% no show rate when 253 reservations are made?
----
binomial problem with n = 253 and p(show = 0.88
--------
P(231<= x <= 253) = 1 - binomcdf(253,0.88,230) = 0.0595
=====================================
Cheers,
Stan H.
-------------------------------------