Part 1. The combined rainfall exceeds 400mm for exactly ___ months.
1. Months with less than 200 in both values (columns) won't work since the sum will be less than 200 + 200 = 400.
2. Let's calculate the combined rainfall for months which don't have both values under 200.
- June: 150 + 410 = 560 > 400.
This works. - August: 190 + 280 = 470 > 400.
This works. - October: 50 + 250 = 300 < 400.
This doesn't work.3. Our answer will be:
2.
Part 2. The greatest percentage drop in combined rainfall occurred from ___.
1. Visibly, the greatest drops occurred in June-July, August-September, and October-November.
2. Let's calculate exactly by what percent.
- June-July: 150 + 410 = 560 to 180 + 150 = 330, which is a percent drop of \(\frac{560 - 330}{330} \approx 0.697 = 69.7\%\).
- August-September: 190 + 280 = 470 to 25 + 70 = 95, which is a percent drop of \(\frac{470 - 95}{470} \approx 0.798 = 79.8\%\).
- October-November: 50 + 250 = 300 to 60 + 40 = 100, which is a percent drop of \(\frac{300 - 100}{300} \approx 0.667 = 66.7\%\).
3. The greatest percent drop is August-September.
4. Our answer will be:
From August to September.