Question 455297
During Spring break on the aleutian islands, the chance of snow on any given day is 45%
---
Each day it either snows or it doesn't.
That is a binomial Problem.
---
A) what is the probability that it will snow at most 2 out of 7 days - long spring break?
---
n = 7 and p = 0.45
Using a TI-84 calculator I get:
P(0<= x <=2) = binomcdf(7,0.45,2) = 0.3164
---------------------------


B) what is the probability that it will not snow at all during spring break?
P(not snow) = 0.55
----
P(not snow for 7 days) = 0.55^7 = 0.01522
=================
Cheers,
Stan H.
-----------