
Jon S. answered 12/20/20
Patient and Knowledgeable Math and English Tutor
use binomial distribution
x = number of days it will rain
p = 0.1 = probability of rain
n = number of days = 14
P(x = k), where k = number of days of rain = C(n,k) p^k * (1-p)^(n-k)
A. One day?
k = 1
b. More than 2 days?
same as 1 - probability two or less days
compute probability for k = 0, 1 and 2, sum probabilities, then subtract from 1
c. Four or more days?
same as 1 - probability three or less days
compute probability for k = 0, 1, 2 and 3, sum probabilities, then subtract from 1
d. Not at all?
k = 0
e. Less than five days?
compute probability for k = 0, 1, 2, 3 and 4, sum probabilities
f. How many days should I expect it to rain?
n*p = 14 * 0.1 = 1.4 days