JEE MathsProbabilityFormulas
Formula Sheet

Probability Formulas

All key formulas grouped by subtopic. Each one has a quick reminder and common mistakes to watch for.

8 formulas · 8 subtopics

Conditional Probability

#1
P(AB)=P(AB)P(B),P(B)0P(A|B) = \frac{P(A \cap B)}{P(B)}, \quad P(B) \neq 0

💡 Read as 'probability of A given B'. Reduces the sample space to B.

Bayes' Theorem

#2
P(EiA)=P(Ei)P(AEi)j=1nP(Ej)P(AEj)P(E_i|A) = \frac{P(E_i) \cdot P(A|E_i)}{\sum_{j=1}^{n} P(E_j) \cdot P(A|E_j)}

💡 Use when you know the result and want to find which cause produced it. 'Reverse' conditional probability.

Total Probability

#3
P(A)=i=1nP(Ei)P(AEi)P(A) = \sum_{i=1}^{n} P(E_i) \cdot P(A|E_i)

💡 E₁, E₂, ..., Eₙ must be a partition of the sample space (mutually exclusive, exhaustive).

Binomial Distribution

#4
P(X=r)=nCrprqnr,q=1pP(X = r) = {}^nC_r p^r q^{n-r}, \quad q = 1-p

💡 n independent trials, each with success probability p. Mean = np, Variance = npq.

Forgetting that trials must be independent with constant probability for binomial to apply.

Mean & Variance of Binomial

#5
E(X)=np,Var(X)=npq,σ=npqE(X) = np, \quad \text{Var}(X) = npq, \quad \sigma = \sqrt{npq}

💡 For binomial, Var(X) < E(X) since q < 1. If Var > Mean, it's NOT binomial.

Independent Events

#6
P(AB)=P(A)P(B)    A,B independentP(A \cap B) = P(A) \cdot P(B) \iff A, B \text{ independent}

💡 Independence ≠ mutually exclusive. If A and B are mutually exclusive and both have non-zero probability, they are NOT independent.

Expectation & Variance

#7
E(X)=xiP(xi),Var(X)=E(X2)[E(X)]2E(X) = \sum x_i P(x_i), \quad \text{Var}(X) = E(X^2) - [E(X)]^2

💡 Var(aX+b) = a²Var(X). E(aX+b) = aE(X)+b. Variance is always non-negative.

Addition Theorem

#8
P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)

💡 For mutually exclusive events: P(A ∪ B) = P(A) + P(B). Extend for 3 events using inclusion-exclusion.