Puzzle: how often does it rain?
Weather is notoriously hard to predict. The following puzzle imagines a world where weather is simple and determined entirely by a set of probability rules.
The puzzle: weather in mathland
In Mathland, the weather is described either as sunny or rainy, nothing in between.
On a sunny day, there is an equal chance it will rain on the following day or be sunny. On a rainy day, however, there is a 70 percent chance it will rain on the following day versus a 30 percent chance it will be sunny.
How often does it rain in Mathland, on average? In other words, how many days is it expected to rain in a 365-day year (assume the first day is sunny)?
I’ll post a full solution on Wednesday. I have posted a solution in the comments section.
I’ve posted a couple of hints after the break to help you get started.

diagram generated by yUML
Hint 1
You can solve this by using the law of total probability (as an example, this is used in solution method 3 of the dice brain teaser)
Hint 2
Another solution method is to model the weather as a Markov chain. Here is a nice introduction on Markov chains: (pdf intro to Markov chains).
Share this post:
Previous post: A fun graph theory puzzle
Next post: Honest Abe: don’t take on unnecessary debt






Pingback: Rainy days « Rod Carvalho