Statistics & Probability — NDA Mathematics
Two CBSE chapters share this 6% slice of the paper, and they reward opposite habits. Statistics is long division done right — mean, median, mode and dispersion from a frequency table, where the formula is rarely in doubt but a mis-added column or a forgotten division wrecks the answer. Probability is classification done right — addition vs multiplication, mutually exclusive vs independent, conditional vs unconditional — where the arithmetic is short but picking the wrong rule gives a confidently wrong answer. Neither sub-area needs a calculator; both need discipline.
1. What NDA actually asks
Statistics & Probability carries weightPct 6 of NDA Mathematics — the lightest topic on the syllabus, tied with Vector Algebra — roughly 7–8 of the 120 questions, worth about 18–20 of the 300 marks, at +2.5 for a correct answer and −0.8333 for a wrong one (the 1/3rd penalty). The syllabus is exactly CBSE Class 11 Statistics plus Class 11–12 Probability; nothing beyond that is asked. Questions cluster into two halves:
Statistics (roughly half the marks here):
- Mean of raw or grouped data — direct method, assumed-mean (shortcut) method, or step-deviation method for a continuous frequency distribution.
- Median — of raw data (odd/even count) or from a grouped frequency table via the cumulative-frequency formula.
- Mode — most frequent raw value, or the grouped-data mode formula built from the modal class.
- Dispersion — range, mean deviation (about mean or median), variance and standard deviation (direct and shortcut methods), and the coefficient of variation for comparing two distributions.
Probability (the other half): 5. Classical probability — counting favourable outcomes over total equally-likely outcomes (cards, dice, coins, balls from a bag). 6. Addition theorem — for general events and the simpler mutually-exclusive case. 7. Conditional probability and the multiplication theorem — including the independent-events special case. 8. Bayes' theorem — "given the effect, find the probable cause," always via the total-probability-theorem denominator. 9. Discrete random variables and the binomial distribution — probability distribution tables, expectation, and , .
No calculator is allowed, so every dataset in this chapter is built from small, clean numbers — the skill being tested is running the right procedure without an arithmetic slip, not handling ugly numbers.
2. Measures of central tendency
Raw (individual) data. For observations :
Median of raw data (arrange in ascending order first): if is odd, the median is the th value; if is even, it is the average of the th and th values. Mode is simply the most frequently occurring value — read straight off the data, no formula needed.
Ungrouped (discrete) frequency distribution. With distinct values occurring times:
Median uses the cumulative frequency column: locate the smallest whose cumulative frequency is (where ) — that is the median. Mode is the with the highest .
Continuous (grouped) frequency distribution. Let denote class midpoints, the (uniform) class width, and any assumed mean.
- Direct method:
- Assumed-mean (shortcut) method: with ,
- Step-deviation method: with ,
All three give identical answers — step-deviation is simply the fastest by hand, since stays a small integer instead of a multiple of . Median (grouped):
where = lower boundary of the median class (the class whose cumulative frequency first reaches or exceeds ), = cumulative frequency of the class immediately before the median class, = frequency of the median class, = class width. Mode (grouped):
where = lower boundary of the modal class (highest-frequency class), = its frequency, = frequency of the class before it, = frequency of the class after it. A useful cross-check when all three measures are computed from the same data: the empirical relationship holds approximately for moderately skewed distributions — NDA occasionally asks for one of the three given the other two via this identity.
3. Measures of dispersion
Range — the crudest measure, but occasionally asked directly.
Mean deviation. About the mean, for raw data:
and about the median, replace with the median . For a frequency distribution, weight each term by : . The absolute value is essential — deviations from the mean always sum to zero unsigned, so skipping the modulus silently collapses every mean-deviation question to zero.
Variance and standard deviation. For raw data, the defining and shortcut forms:
NDA (following CBSE Class 11) divides by throughout — this is the population variance, not the sample variance with an divisor used in some statistics courses. For a grouped frequency distribution, the equivalent shortcut and step-deviation forms:
The step-deviation variance needs the multiplier outside the bracket — this is the single most-forgotten factor in the whole chapter, since the mean's step-deviation formula only multiplies by once (not squared).
Coefficient of variation. To compare the relative spread of two datasets with different means or units:
The dataset with the smaller CV is the more consistent one — a rule NDA tests directly by giving two mean/SD pairs and asking which is "more consistent" or "less variable."
4. Probability — classical definition and the two core theorems
Classical (equally-likely) definition. For a sample space of equally likely outcomes and an event :
where is the complement of — "at least one" questions are almost always faster via than by direct counting.
Addition theorem (general form). For any two events :
Mutually exclusive events cannot occur together, so and , which collapses the formula to the simpler . The single most common NDA trap in this chapter is applying this simplified addition when the events are not actually mutually exclusive — e.g. "a king or a heart" from a deck: King and Heart overlap at the king of hearts, so the term must be subtracted; skipping it overcounts that one card.
Conditional probability. The probability of given that has already occurred:
Multiplication theorem (rearranging the definition above):
Independent events are the special case where knowing one occurred doesn't change the other's probability: and , which simplifies the multiplication theorem to the direct product
Independent is not the same as mutually exclusive — in fact, two mutually exclusive events with nonzero probabilities can never be independent, since but whenever both events are possible. NDA sets this up as a direct true/false trap regularly.
5. Bayes' theorem, random variables & the binomial distribution
Total probability theorem. If partition the sample space (mutually exclusive, exhaustive) and is any event:
Bayes' theorem reverses a conditional probability — given that the effect has occurred, it finds the probability that a particular cause produced it:
The denominator is exactly the total-probability-theorem expression for — compute it once, then reuse it for the probability of each cause. NDA-level Bayes' questions almost always involve exactly two or three causes (machines, boxes, factories) producing a defective/success outcome at different rates.
Random variable & probability distribution (discrete). A random variable assigns a real number to every outcome; its probability distribution is a table of values with probabilities , satisfying and — this normalisation condition is frequently used to solve for an unknown constant in the table. Its mean (expectation) and variance:
Binomial distribution. For independent Bernoulli trials, each with success probability (failure probability ), the number of successes follows:
with
NDA keeps this introductory — expect a fixed and (typically a coin, die, or a stated success rate), a request for at one specific , or a direct mean/variance question, never the full distribution table for large .
Worked examples
Q1. Find the mean of the distribution: classes –, –, –, – with frequencies .
| Class | 0–10 | 10–20 | 20–30 | 30–40 |
|---|---|---|---|---|
| Frequency | 3 | 5 | 8 | 4 |
Show explanation
Solution. Midpoints ; . . .
Q2. Find the variance and standard deviation of .
Show explanation
Solution. . . . .
Q3. Two dice are thrown. Find the probability that the sum is either or .
Show explanation
Solution. Sum : — 6 outcomes. Sum : — 2 outcomes. These are mutually exclusive (a single throw can't sum to both), so .
Q4. A card is drawn from a pack of 52. Given that it is a face card (J, Q, K), find the probability it is a King.
Show explanation
Solution. = face card, . = King; every King is itself a face card, so , giving . .
Q5. Bag I has 3 red and 2 black balls; Bag II has 2 red and 4 black balls. A bag is picked at random and a ball drawn from it turns out red. Find the probability that Bag I was picked.
Show explanation
Solution. . , . . By Bayes' theorem, .
Q6. A fair coin is tossed 5 times. Find the probability of getting exactly 3 heads.
Show explanation
Solution. , , . .
7. Common traps
- Forgetting the modulus in mean deviation. is always exactly zero by definition of the mean — mean deviation requires absolute values, or the answer silently comes out zero every single time.
- Population vs sample variance. NDA/CBSE variance divides by , not . Applying the sample-variance (Bessel-corrected) formula from a different course gives a systematically inflated wrong answer.
- Step-deviation variance missing the . The mean's step-deviation formula multiplies by once; the variance's step-deviation formula multiplies the whole bracket by . Copying the mean's single- pattern into a variance question is a very common slip.
- Misidentifying the median/modal class. The median class is the one where cumulative frequency first reaches — using the cumulative frequency of that class itself (instead of the class before it) for gives a badly wrong answer.
- Addition theorem misapplied to non-mutually-exclusive events. If the two events can happen together (e.g. "king or heart," "even or greater than 4"), the intersection must be subtracted. Applying directly over-counts the overlap exactly once.
- Confusing independent with mutually exclusive. Independent events can occur together (); mutually exclusive events cannot (). Two nonzero-probability events can be one or the other, never both.
- Bayes' theorem without the total-probability denominator. Writing alone as the final answer (skipping the division by ) gives an unnormalised number that isn't even guaranteed to be .
- Treating unequal-probability outcomes as equally likely. With two dice, the 11 possible sums (2 through 12) are not equally likely — always count over the 36 elementary outcomes, never over the sums directly.
8. Revision protocol
Split practice cleanly along the chapter's two halves, since they fail in different ways. For statistics, build one clean frequency table and compute mean (all three methods), median, mode, variance and CV from it in a single sitting — the goal is catching column-arithmetic errors (a wrong , a dropped term) before the exam, since the formulas themselves are rarely the problem. For probability, drill the classification step in isolation: given fifteen one-line scenarios, write only "addition (mutually exclusive)," "addition (general)," "conditional," "multiplication (independent)," or "Bayes'" next to each — without solving anything — until that fifteen-second read of the wording is instant. At 6% weight and roughly 7–8 questions, this chapter won't decide the paper, but with no calculator and a −0.8333 penalty for a rushed guess, it is one of the most reliably gettable few marks on offer if the two halves are drilled separately rather than blurred together.
