Statistics & Probability
Complete JEE preparation for statistics and probability — measures of central tendency, dispersion, classical and conditional probability, Bayes' theorem, binomial distribution, and random variables.
Measures of central tendency — arithmetic mean, median, and mode for ungrouped and grouped data, with JEE-specific shortcuts.
For grouped data with frequencies: $\bar{x} = \frac{\sum f_i x_i}{\sum f_i}$.
JEE Trick — Assumed Mean Method: If $d_i = x_i - a$, then $\bar{x} = a + \frac{\sum f_i d_i}{\sum f_i}$ — reduces computation significantly.
For grouped data: $\text{Median} = l + \frac{(N/2 - F)}{f} \times h$, where $l$ = lower boundary of median class, $F$ = cumulative frequency before median class, $f$ = frequency of median class, $h$ = class width.
JEE Shortcut: If two of the three are known, quickly estimate the third using this relation.
Measures of dispersion — variance, standard deviation, and their properties. Heavily tested in JEE Mains.
Standard Deviation: $\sigma = \sqrt{\text{Variance}}$.
Key: Variance = (mean of squares) $-$ (square of mean).
JEE Trick: Adding a constant does not change variance. Multiplying by $a$ multiplies SD by $|a|$.
Combined mean: $\bar{x} = \frac{n_1\bar{x}_1+n_2\bar{x}_2}{n_1+n_2}$.
Combined variance: $\sigma^2 = \frac{n_1(\sigma_1^2+d_1^2)+n_2(\sigma_2^2+d_2^2)}{n_1+n_2}$, where $d_i = \bar{x}_i-\bar{x}$.
Classical definition, axioms, addition and multiplication rules — the core probability toolkit for JEE.
For mutually exclusive events: $P(A \cup B) = P(A) + P(B)$.
Complement: $P(A') = 1 - P(A)$.
For independent events: $P(A \cap B) = P(A) \cdot P(B)$.
JEE Trick: "At least one" problems — use complement: $P(\text{at least one}) = 1 - P(\text{none})$.
$P(A' \cup B') = P((A \cap B)') = 1 - P(A \cap B)$.
Conditional probability, independence, and Bayes' theorem — JEE Advanced favourites with real-world applications.
Independence: $A$ and $B$ are independent iff $P(A|B) = P(A)$, equivalently $P(A \cap B) = P(A)\cdot P(B)$.
$P(R) = \frac{1}{2}\cdot\frac{3}{7}+\frac{1}{2}\cdot\frac{5}{11} = \frac{3}{14}+\frac{5}{22} = \frac{33+35}{154} = \frac{68}{154} = \frac{34}{77}$.
$P(I|R) = \frac{\frac{1}{2}\cdot\frac{3}{7}}{\frac{34}{77}} = \frac{\frac{3}{14}}{\frac{34}{77}} = \frac{3}{14}\cdot\frac{77}{34} = \frac{231}{476} = \frac{33}{68}$.
Discrete random variables, expectation, variance, and the binomial distribution — a must-know for JEE Mains.
$\text{Var}(X) = E(X^2) - [E(X)]^2 = \sum x_i^2\,p_i - \mu^2$.
Properties: $E(aX+b)=aE(X)+b$; $\text{Var}(aX+b)=a^2\text{Var}(X)$.
Mode: The most probable value of $X$ lies in $[(n+1)p - 1,\; (n+1)p]$.
JEE Trick: If $(n+1)p$ is an integer, there are two modes: $(n+1)p$ and $(n+1)p-1$.
- Variance = (mean of squares) $-$ (square of mean) — the most useful computational formula for JEE.
- Adding a constant to all data does not change variance or SD; multiplying by $a$ multiplies SD by $|a|$.
- "At least one" problems are almost always easier with the complement: $1 - P(\text{none})$.
- For Bayes' theorem, draw a tree diagram — it makes the computation systematic and error-free.
- In binomial distribution, $E(X) = np$ and $\text{Var}(X) = npq$ — these are the two most tested formulas in JEE Mains.