Pattern Recognition
Three CSCA phrases tell you instantly which formula to use.
Train the reflex
'A and B both'
P(A∩B)
If independent: P(A)⋅P(B)
'A or B'
P(A∪B)
P(A)+P(B)−P(A∩B)
'A given B'
P(A∣B)
=P(B)P(A∩B) ← Bayes