This question and official solution come from MIT's 6.431 OCW.
I have trouble understanding the solution. Specifically, the solution mentions that $P($Forecast no rain$)=1-p$. This only seems true if we assume that when Victor misses the forecast, it no longer matters.
But how is this so? Surely just because he missed the forecast does not really mean the forecast somehow stops being broadcasted? Shouldn't we consider that no rain is forecast by adding branches on the top (following the one where Victor missed the forecast), to consider different forecast outcomes despite having missed the forecast?
Also, could anyone provide any suggestion on how to avoid these kinds of interpretation problems please? Ever since I have been following this course, I am having a lot of interpretation problems.



There are four relevant events.
The forecast is made whether it is seen or not ($D$ and $F$ are independent), but how the decision to carry an umbrella is made will depend on whether or not the forecast is seen. $$\begin{align}\mathsf P(D)&=1-p\\[2ex]\mathsf P(C)&=\mathsf P(F^\complement)\cdot \mathsf P(C\mid F^\complement)+\mathsf P(F)\cdot \mathsf P(C\mid F)\\[1ex]&=\mathsf P(F^\complement)\cdot \mathsf P(H)+\mathsf P(F)\cdot \mathsf P(D^\complement)\\[1ex]&=0.2\cdot 0.5+0.8\cdot p\\[2ex]\mathsf P(C\mid D)&=\mathsf P(F^\complement)\cdot\mathsf P(C\mid D\cap F^\complement)+\mathsf P(F)\cdot \mathsf P(C\mid D\cap F)\\[1ex]&=\mathsf P(F^\complement)\cdot \mathsf P(H)+\mathsf P(F)\cdot 0\\[1ex]&=0.2\cdot 0.5+0\end{align}$$
I suppose you could use the following tree.
$$\begin{array}{c}&&&&\nearrow&\mathsf P(C\mid F^\complement,D^\complement)=0.5\\&&&\mathsf P(D^\complement\mid F^\complement)=p\\&&\nearrow&&\searrow&\mathsf P(C^\complement\mid F^\complement,D^\complement)=0.5\\&\mathsf P(F^\complement)=0.2\\&&\searrow&&\nearrow&\mathsf P(C\mid F^\complement,D)=0.5\\\nearrow&&&\mathsf P(D\mid F^\complement)=1-p\\&&&&\searrow&\mathsf P(C^\complement\mid F^\complement,D)=0.5\\\\&&&&\nearrow&\mathsf P(C\mid F,D^\complement)=1\\\searrow&&&\mathsf P(D^\complement\mid F)=p\\&&\nearrow&&\searrow&\mathsf P(C^\complement\mid F,D^\complement)=0\\&\mathsf P(F)=0.8\\&&\searrow&&\nearrow&\mathsf P(C\mid F,D)=0\\&&&\mathsf P(D\mid F)=1-p\\&&&&\searrow&\mathsf P(C^\complement\mid F,D)=1\end{array}$$