In order to apply the Bayes-theorem to a real world example, I have been given this problem :
A barometer is used to forecast the weather. However the prediction may be erroneous. It is observed that in $20$ cases over $200$ rainy days the barometer has predicted good weather, and in $20$ cases over $100$ good days it has predicted rain. The local tourist guide says that $10\%$ of the days in a year are rainy. What is the probability that it will rain if the barometer predicts rain ?
Answer $\approx 0.333 $
My attempt : Let $R$ be the event "it rains" and $B$ the event "the barometer predicts rain". I am asked to compute $P(R|B)$. By the bayes-theorem, I know that $$P(R|B) = \frac{P(B|R)P(R)}{P(B)} = \frac{P(B|R)P(R)}{P(B\cap R) + P(B\cap \bar{R})} = \frac{P(B|R)P(R)}{P(B|R)P(R) + P(B|\bar{R})P(\bar{R})}$$ If I am not mistaken, I am given that $P(R) \approx 1/10$, $P(R \cap \bar{B}) \approx \frac{20}{200} = 1/10$ and $P(\bar{R} \cap B) \approx \frac{20}{100} =1/5$.
My question : How can I calculate the remaining unknown $P(B|R)$ (or $P(B \cap R)$)?