Super CSCA logoSuper CSCA
1 / 1

Pattern Recognition

Spot the Question Type

Three CSCA phrases tell you instantly which formula to use.

Phrase⟶Formula

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