Question 953336
You are planning a trip to the beach. The weather forecast is for 25% chance of rain for the next 4 days. What is the probability you will have rain for at most 1 day(s)?
------------------
Binomial Problem with n = 4 and p(rain) = 1/4
--------
P(0<= x <=1) = binomcdf(4,1/4,1) = 0.7383
-----------
Cheers,
Stan H.
------------