The JEE-Advanced / NEET-hard concepts that separate top rankers — each a titled nugget with a real-world story, the idea in plain words, and a memory trick. Works even when the internet doesn't.
Multiplication and addition rules — common mistake
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
A frequent error is adding probabilities of non-exclusive events without subtracting the overlap. In reality, the addition rule handles 'or' and the multiplication rule handles 'and'.
Memory trick: P(A or B) = P(A)+P(B)-P(A and B).
MathsAdvancedProbability (Advanced)· Class 12
Total probability
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
The total-probability theorem sums probabilities across all disjoint scenarios.
Memory trick: cases must be exhaustive and disjoint.
MathsAdvancedProbability (Advanced)· Class 12
Total probability — common mistake
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
A frequent error is forgetting the scenarios must partition the sample space. In reality, the total-probability theorem sums probabilities across all disjoint scenarios.
Memory trick: cases must be exhaustive and disjoint.
MathsAdvancedProbability (Advanced)· Class 12
Bayes' theorem
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Bayes' theorem reverses conditional probabilities, revising a hypothesis given evidence.
Memory trick: Bayes turns P(E|H) into P(H|E).
MathsAdvancedProbability (Advanced)· Class 12
Bayes' theorem — common mistake
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
A frequent error is mixing up prior and posterior probabilities. In reality, Bayes' theorem reverses conditional probabilities, revising a hypothesis given evidence.
Memory trick: Bayes turns P(E|H) into P(H|E).
MathsAdvancedProbability (Advanced)· Class 12
Random variables and expectation
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
The expected value is the long-run average of a random variable.
Memory trick: expectation can be a non-attainable value.
MathsAdvancedProbability (Advanced)· Class 12
Random variables and expectation — common mistake
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
A frequent error is thinking expectation must be an achievable outcome. In reality, the expected value is the long-run average of a random variable.
Memory trick: expectation can be a non-attainable value.
MathsAdvancedProbability (Advanced)· Class 12
Binomial distribution
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Repeated independent success/failure trials follow the binomial distribution.
Memory trick: binomial needs fixed n and constant p.
MathsAdvancedProbability (Advanced)· Class 12
Binomial distribution — common mistake
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
A frequent error is using the binomial model when trials are not independent. In reality, repeated independent success/failure trials follow the binomial distribution.
Memory trick: binomial needs fixed n and constant p.
MathsAdvancedProbability (Advanced)· Class 12
P(A|B) = P(A and B)/P(B)
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Conditional probability. Use it when P(B) > 0.
P(A|B) = P(A and B)/P(B)
MathsAdvancedProbability (Advanced)· Class 12
P(A or B) = P(A) + P(B) - P(A and B)
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Addition rule. Use it when any two events.
P(A or B) = P(A) + P(B) - P(A and B)
MathsAdvancedProbability (Advanced)· Class 12
Independent: P(A and B) = P(A) P(B)
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Multiplication for independence. Use it when independent events.
Independent: P(A and B) = P(A) P(B)
MathsAdvancedProbability (Advanced)· Class 12
Bayes: P(H|E) = P(E|H)P(H)/P(E)
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Bayes' theorem. Use it when revising with evidence.
Bayes: P(H|E) = P(E|H)P(H)/P(E)
MathsAdvancedProbability (Advanced)· Class 12
Binomial: P(r) = nCr p^r (1-p)^(n-r)
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Binomial probability. Use it when n independent trials.
Binomial: P(r) = nCr p^r (1-p)^(n-r)
MathsAdvancedProbability (Advanced)· Class 12
Expectation E(X) = sum x_i p_i
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Mean of a random variable. Use it when discrete distribution.
Expectation E(X) = sum x_i p_i
MathsAdvancedProbability (Advanced)· Class 12
mutually exclusive vs independent events
“Spam filters, insurance and weather forecasts all run on probability and Bayes' rule.”
Mutually exclusive events cannot both happen (their overlap is zero); independent events do not influence each other. Except in trivial cases, exclusivity actually forces dependence.