A nuclear reactor is equipped with 2 safety systems. The first safety system will work in 90% of the cases. If it doesn't work, the second safety system will start to work, but it only works in 80% of the cases. What is the probability that no safety system will alarm the employers of the nuclear reactor?
My attempt:
Let $S$ denote that an alarm works and $F$ that no alarm works. Write $(F,S)$ for the outcome "The first alarm doesn't work, the second does" and analoguous for the others.
Then, $\mathbb{P}(\{F,F\}) = \mathbb{P}(\{(F,F),(S,F)\} \cap\{(F,F),(F,S)\}) $
$= \mathbb{P}(\{(F,F),(S,F)\} \mid\{(F,F),(F,S)\})\mathbb{P}(\{(F,F),(F,S)\}) = (0.2)(0.1) = 1/50$
Is this correct?
It seems tedious to write this always out this way. Can I avoid this?