Question
In Happyland, the weather on any given day is independent of the weather on any other day. On any day in May, the probability of rain is 0.2. May has 31 days.
Find the probability that
(a) it rains on exactly 10 days in May;
(b) it rains on at least 10 days in May;
(c) the first day that it rains in May is on the 10th day.
▶️Answer/Explanation
Detailed Solution
The number of rainy days in May using a binomial distribution:
where:
is the number of rainy days,
(total days in May),
(probability of rain on a given day).
The binomial probability mass function (PMF) is:
(a) Probability that it rains on exactly 10 days
Using a calculator:
So, the probability that it rains exactly 10 days is
.
(b) Probability that it rains on at least 10 days
We need to find
, which is:
Using binomial cumulative probability tables or a calculator, we get:
So, the probability that it rains on at least 10 days is
.
(c) Probability that the first rainy day is on the 10th day
The first rainy day on the 10th day means that the first 9 days are dry, and the 10th day is rainy.
This follows a geometric distribution:
So, the probability that the first rainy day is on the 10th day is
.
……………………….Markscheme………………………
Solution: –
6. let X be the number of days of rain in May
(a) recognition of binomial distribution
$X \sim B(31, 0.2)$ or $C_{10}^{31} (0.2)^{10} (0.8)^{21}$ or $X \sim B(n, p)$ or “C, p^{r}(1-p)^{n-r}”
$P(X=10) = 0.0418894…$
= 0.0419
(b) recognition of need to find $P(X \geq 10) = 1 – P(X \leq 9)$
= 0.0745998… (=1-0.925400…)
= 0.0746
(c) recognition of 9 days with no rain followed by a day of rain
$0.8^9 \times 0.2 = 0.0268435…$
= 0.0268