By the end of this chapter you'll be able to…

  • 1Compute mean, median and mode for grouped and ungrouped data, and read what their ordering says about the distribution
  • 2Compute mean deviation, variance and standard deviation, using the mean-of-squares shortcut rather than deviations
  • 3Predict the effect of shifting and scaling on mean and variance, and combine the variances of two groups correctly
  • 4Apply the addition theorem and distinguish mutually exclusive events from independent ones
  • 5Use conditional probability by shrinking the sample space, and apply Bayes' theorem with the prior included
  • 6Find the mean and variance of a random variable, and apply the binomial distribution to Bernoulli trials
💡
Why this chapter matters in JEE Main
A test that is 99 per cent accurate in both directions, for a disease affecting one person in ten thousand, returns a positive result. Almost everyone answers that the chance of being ill is 99 per cent. Count a million people instead: 100 have the disease and 99 of them test positive, while 999,900 are healthy and one per cent of that enormous group still gives 9,999 false positives. The chance of being ill is 99 out of 10,098, which is about one per cent, a hundredfold error. The accuracy figure describes the probability of a positive test given the disease, and the question asked for the probability of the disease given a positive test. Those are different numbers, and Bayes' theorem converts one into the other. The statistics half fails the same way: two classes can both average fifty out of a hundred while one has every mark identical and the other spread from zero to a hundred. Every question here reduces a lot of information to one number, and the marks go to noticing what that number leaves out.

Before you start — revise these

🔗
Combinations, for counting favourable outcomes, from Permutations and Combinations
🔗
The binomial coefficient and its counting meaning, from Binomial Theorem
🔗
Inclusion-exclusion for two sets, from Sets, Relations and Functions
🔗
Comfort with fractions, percentages and simple algebraic manipulation of sums

Statistics and Probability

A test for a rare disease is per cent accurate, in both directions: it catches per cent of those who have it and clears per cent of those who do not. The disease affects one person in ten thousand.

You test positive. What is the chance you have it?

The number in the question is per cent, so that is the answer everyone gives.

Take a million people and count.

GroupHow manyTest positive
Have the disease
Do not
Total positives

Not per cent. About one per cent, a hundredfold error.

The healthy group is ten thousand times larger, so even a one per cent error rate applied to it produces a hundred times more false positives than there are true ones. The test's accuracy was never the answer, because it describes and the question asked for . Those are different numbers, and Bayes' theorem is the machinery for turning one into the other.

999,900 healthy 1 per cent of them still test positive: 9,999 false positives 100 ill 99 true positives one million people 99 true positives against 9,999 false ones so a positive test means about a 1 per cent chance a small error rate on a huge group beats a large success rate on a tiny one

The statistics half of the chapter fails in the same way. Two classes both average out of .

Same mean, and nothing else in common: the first has standard deviation , the second . One number described both and distinguished neither.

Every question in this chapter reduces a lot of information to one number, and the marks go to noticing what that number leaves out.

The numberWhat it hides
the meanthe spread, entirely
it is not
"mutually exclusive"this is not the same as independent

1. Central Tendency

MeasureDefinitionBest when
Meandata is symmetric, no extreme values
Medianthe middle value in orderoutliers are present
Modethe most frequent valuedata is categorical

For grouped data the median and mode need interpolation inside the modal or median class.

Here is the lower boundary of the relevant class, its width, the cumulative frequency before it, and the frequencies of the previous, modal and next classes.

Trap. The mean is dragged by a single extreme value and the median is not. A dataset of nine salaries near thirty thousand and one of ten million has a mean that describes nobody in it.

Illustration 1

For the distribution below, find the mean, median and mode.

Class
Frequency

Mean uses class midpoints and .

Median needs the cumulative frequencies . Half of is , which first exceeds a cumulative total inside the class .

Mode sits in the class with the highest frequency, , with and on either side.

The three answers differ, and their ordering carries information: mean below median below mode signals a distribution with a longer tail to the left. A question asking which measure best represents the data is asking you to read exactly that.

2. Measures of Dispersion

Squaring rather than taking a modulus is what makes the variance algebraically tractable, and it produces the shortcut that does almost all the work.

Mean of the squares minus the square of the mean. Standard deviation is , in the same units as the data; variance is , in squared units.

mean 50 SD 0 mean 50 SD 35.4 050100 the same single number describes both datasets and distinguishes neither

Illustration 2

Find the variance and standard deviation of , both directly and by the shortcut.

Check directly. The deviations are , whose squares total .

The shortcut needed no deviations at all, which matters when the mean is not a whole number: subtracting from every value is where arithmetic errors come from, and the shortcut avoids it entirely.

3. Transformations and Combined Data

Change to every valueEffect on meanEffect on variance
add increases by unchanged
multiply by multiplied by multiplied by

Shifting the whole dataset moves it without stretching it, so the spread cannot change. Scaling stretches every deviation by , and variance is built from squared deviations.

For two groups combined, the variance picks up the gap between the group means as well as the variances within them.

Illustration 3

The data of Illustration 1 has mean and variance . Find the mean and variance after adding to each value, and after multiplying each by .

Adding shifts the whole set without stretching it.

Multiplying stretches every deviation threefold, and variance squares deviations.

The standard deviation, being the square root, is only tripled: . That is the practical reason to keep standard deviation and variance apart in your head — one scales by , the other by .

Illustration 4

Group A has values with mean and variance . Group B has values with mean and variance . Find the variance of the combined data.

The combined mean comes first, because the gaps are measured from it.

Notice that exceeds both group variances, and . Combining groups whose means differ always increases the spread, because the separation between the means becomes part of the variation in the pooled data. Averaging the two variances to get is the standard error, and it is always too small.

4. Probability: Events and the Axioms

That counting definition needs the outcomes to be equally likely, which is a real assumption and not a formality.

The complement rule is the most under-used line in the chapter. "At least one" is almost always faster as one minus the probability of none.

5. Addition Theorem, and Two Words That Are Not Synonyms

The subtraction is inclusion-exclusion again, correcting for the overlap counted twice.

TermConditionMeaning
Mutually exclusivethey cannot both happen
Independentone happening tells you nothing about the other
A B mutually exclusive no overlap at all so knowing A happened rules B out A B P(A)P(B) independent the overlap is exactly the product so knowing A happened changes nothing events with non-zero probability cannot be both: exclusivity is the strongest possible dependence

Illustration 5

Show that two events with non-zero probability cannot be both mutually exclusive and independent.

Suppose they were. Exclusivity gives , and independence gives .

But both probabilities were assumed non-zero, so their product is non-zero. Contradiction.

The intuition is sharper than the algebra. Mutually exclusive events are maximally dependent: learning that happened tells you certainly did not, which is the largest possible amount of information one event can carry about another. Independence means learning tells you nothing at all. The two are opposite ends of the same scale, not two names for the same idea.

Illustration 6

A card is drawn from a standard pack. Find the probability that it is a king or a heart.

The two events overlap in exactly one card, the king of hearts, and that card would otherwise be counted twice.

Are they independent? Test the definition rather than guessing.

They are, which surprises most people. Being a heart really does not change the chance of being a king, because each suit contains exactly one king. Change the pack by removing one non-heart king and independence breaks immediately.

6. Conditional Probability

Conditioning shrinks the sample space to and re-measures inside it. That is the entire content of the definition, and reading it that way solves most questions without algebra.

Illustration 7

A family has two children. Given that at least one is a boy, what is the probability that both are?

The reflex answer is , reasoning that the other child is equally likely to be either.

List the sample space, in birth order, and then shrink it.

"At least one boy" removes and leaves three equally likely outcomes.

The reflex fails because "at least one is a boy" does not identify which child, so it eliminates one outcome rather than fixing one child's sex. Contrast the different question "the elder is a boy", which leaves and does give .

Trap. Read exactly what the condition specifies. "At least one", "the first one" and "a randomly chosen one" produce three different answers to the same-sounding question.

7. Bayes' Theorem

The denominator is the total probability of , assembled from every way it could happen. The theorem reverses the conditioning: it converts , which experiments give you, into , which is what you actually want to know.

The prior is what people leave out. In the opening example the prior was one in ten thousand, and ignoring it moved the answer by a factor of a hundred.

Illustration 8

Bag A holds red and black balls; bag B holds red and black. A bag is chosen at random and a red ball is drawn. What is the probability it came from bag B?

Set out the priors and the conditionals before combining anything.

The denominator is every route to a red ball.

Slightly above a half, because bag B has the marginally higher proportion of red: against . The evidence shifted the answer from the prior of only a little, which is what weak evidence should do.

8. Random Variables, Mean and Variance

A random variable assigns a number to each outcome. Its probability distribution lists the values with their probabilities, which must sum to .

The variance formula is the same "mean of the squares minus square of the mean" as in the statistics half, and that is not a coincidence: a probability distribution is a dataset with the frequencies replaced by probabilities.

Illustration 9

Find the mean and variance of the score on one throw of a fair die.

Each value has probability , so both sums are straightforward.

The mean of is a value the die can never show, which is worth noticing: an expected value is a long-run average, not a prediction of any single throw.

9. Bernoulli Trials and the Binomial Distribution

Bernoulli trials are repeated, independent, with two outcomes and a constant probability of success.

The binomial coefficient counts the orderings in which successes can occur, which is the Binomial Theorem's counting argument reappearing in a new setting.

Since , the variance is always less than the mean for a binomial distribution. That is a fast check on any answer.

mean np = 3 024 6810 number of successes in 10 trials, p = 0.3 variance npq = 2.1, always below the mean because q is less than 1: a quick check on any answer

Illustration 10

A fair die is thrown times. Find the probability of exactly sixes, and the mean and variance of the number of sixes.

The trials are independent with constant , so the binomial applies.

The variance is below the mean, as it must be. The mean under also matches intuition: five throws will most often produce no six at all.

Illustration 11

A die is thrown times. Find the probability of at least one six.

Listing the cases for one, two, three, four and five sixes means five binomial terms. The complement needs one.

Just under per cent, which is worth remembering as a corrective: five throws is not enough to make a six likely-but-certain, and the intuition that six throws should "guarantee" one is wrong too, giving only about per cent.

Trap. "At least one" almost always means take the complement. Adding the individual cases gives the same answer and takes five times as long, with five times as many chances to slip.

10. A Note on Syllabus Emphasis

The unit is titled Measures of Dispersion and Probability, and the statistics half is exactly that: means, medians and modes of grouped and ungrouped data, and mean deviation, variance and standard deviation for both.

Where the marks areWhat it looks like
variance and standard deviationone computation, often with a transformation attached
conditional probability and Bayesthe most examined idea in the unit
binomial distributionmean, variance, and one specified probability

Probability carries most of the weight, and within it Bayes' theorem carries most again. The statistics half is short, formulaic and worth securing completely, because the questions are nearly identical from year to year.

Summary

Every question here reduces a lot of information to one number, and the marks go to noticing what that number leaves out.

A per cent accurate test for a one-in-ten-thousand disease gives a positive result that means about a one per cent chance, because the healthy group is vastly larger. is not .

Two datasets can share a mean and share nothing else. The mean hides the spread completely.

For grouped data, the median and mode are interpolated inside their classes, and mean below median below mode signals a left tail.

Variance is the mean of the squares minus the square of the mean, which avoids computing any deviations.

Adding a constant leaves the variance unchanged; multiplying by multiplies it by , while the standard deviation is multiplied by .

Combining groups with different means always increases the variance, because the gap between the means becomes part of the spread.

Mutually exclusive and independent are opposite ends of one scale, and events with non-zero probability can never be both.

Conditioning shrinks the sample space and re-measures inside it, which is why "at least one is a boy" gives and "the elder is a boy" gives .

Bayes' theorem reverses the conditioning, and the prior is what people leave out.

An expected value is a long-run average and need not be an attainable value, as the die's shows.

For a binomial distribution the mean is and the variance , so the variance is always the smaller of the two.

"At least one" almost always means one minus the probability of none.

Key formulas & results

Everything to memorise for the exam hall, in one card. Screenshot this for revision.

The organising principle
every question reduces a lot of information to one number; the marks are in what that number leaves out
The mean hides the spread entirely. P(A given B) is not P(B given A). Mutually exclusive is not independent. Three different single numbers, three different omissions.
Central tendency for grouped data
median = l + [(n/2 - c)/f] h; mode = l + [(f1 - f0)/(2f1 - f0 - f2)] h
Interpolation inside the median or modal class. Mean below median below mode signals a longer tail to the left, and the reverse ordering a longer tail to the right.
Variance, the working form
sigma squared = mean of the squares minus the square of the mean
Avoids computing any deviations, which matters most when the mean is not a whole number. Standard deviation is in the data's own units, variance in squared units.
Mean deviation
the average of the absolute deviations from the mean or median
Uses a modulus rather than a square, which makes it easy to state and awkward to manipulate. That is precisely why variance squares instead.
Effect of transformations
adding a: mean shifts, variance unchanged; multiplying by k: mean times k, variance times k squared
Shifting moves the data without stretching it. Standard deviation is multiplied by k, not k squared, which is the reason to keep the two quantities separate in your head.
Combined variance
weight each group's variance plus its squared distance from the combined mean, then average
Combining groups with different means ALWAYS increases the spread, since the gap between the means becomes part of the variation. Averaging the two variances is always too small.
Addition theorem
P(A or B) = P(A) + P(B) - P(A and B)
Inclusion-exclusion again, correcting for the overlap counted twice. For a card being a king or a heart, the king of hearts is the single overlap.
Mutually exclusive against independent
exclusive means P(A and B) = 0; independent means P(A and B) = P(A)P(B)
Events with non-zero probability can never be both. Exclusivity is the strongest possible dependence, since learning A happened tells you B certainly did not.
Conditional probability
P(A given B) = P(A and B) / P(B)
Conditioning shrinks the sample space to B and re-measures A inside it. Reading it that way answers most questions without algebra.
Multiplication theorem
P(A and B) = P(B) P(A given B) = P(A) P(B given A)
For independent events this collapses to the product of the two probabilities, which is the definition of independence rather than a separate rule.
Bayes' theorem
P(cause given evidence) is the prior times the likelihood, over the total probability of the evidence
It reverses the conditioning. The prior is what people leave out, and leaving it out moved the disease-test answer by a factor of a hundred.
Mean and variance of a random variable
mean is the sum of x times p; variance is the sum of x squared times p, minus the mean squared
The same mean-of-squares structure as the statistics half, because a distribution is a dataset with frequencies replaced by probabilities. An expected value need not be attainable: a die's mean is 3.5.
Binomial distribution
Requires independent trials with constant p. Since q is below 1, the variance is ALWAYS less than the mean, which is a one-second check on any answer.
⚠️

Traps JEE Main sets — and how to dodge them

These are the exact option-traps and misreads that cost marks under negative marking.

WATCH OUT
Answering P(A given B) with the value of P(B given A)
They are different numbers whenever the two events have different probabilities. A 99 per cent accurate test for a one-in-ten-thousand disease gives P(positive given ill) of 0.99 and P(ill given positive) of about 0.01. Write down which way the conditioning runs before computing anything, and use Bayes to reverse it.
Why it happens: Only one conditional probability is stated in the question, so it gets used as though it were the answer.
WATCH OUT
Ignoring the prior in a Bayes question
The prior multiplies the likelihood in every term of the numerator and denominator. A rare cause with a strong likelihood can still lose to a common cause with a weak one, which is exactly what happens with rare diseases. Set out priors and likelihoods in two labelled rows before combining them.
Why it happens: The likelihoods are the numbers the question emphasises, and the base rate often appears as an easily overlooked aside.
WATCH OUT
Treating mutually exclusive and independent as the same thing
They are opposites. Exclusive means P(A and B) = 0, so learning A happened tells you B did not, the maximum possible dependence. Independent means P(A and B) = P(A)P(B), so learning A tells you nothing. Events with non-zero probability cannot be both, and the one-line proof is that a product of non-zero numbers is not zero.
Why it happens: Both describe a relationship between two events and both sound like a kind of separateness.
WATCH OUT
Averaging two group variances when combining data
Each group's contribution is its variance PLUS the square of its distance from the combined mean. For groups of five with means 12 and 20 and variances 34 and 16, the combined variance is 41, not the average of 25. Combining groups with different means always increases the spread.
Why it happens: Averaging the means works, so averaging the variances looks like the same operation.
WATCH OUT
Multiplying the variance by k rather than k squared under scaling
Variance is built from squared deviations, so scaling every value by k scales it by k squared. Standard deviation, being the square root, scales by k. Adding a constant changes the mean but leaves both untouched, because shifting does not stretch.
Why it happens: The mean scales by k, and both are called measures of the data.
WATCH OUT
Summing the individual cases for an at-least-one probability
The complement is one term instead of many. For at least one six in five throws, compute one minus five-sixths to the fifth, giving about 0.598. Adding the five binomial terms gives the same number after five times the work and five times the opportunities to slip.
Why it happens: The cases are each computable, so the direct route feels safe.

Exam-pattern practice

PYQ-style questions with full solutions. Work through them as a readiness check — mark yourself honestly and get your gap report at the end.

Readiness check

Are you exam-ready for Statistics and Probability?

12 problems from this chapter. Try each one, reveal the worked solution, mark yourself honestly — get your gap report at the end.

12 questions~8 min

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Every answer here is one number, and the marks are in what it leaves out
  • P(A given B) is not P(B given A); Bayes converts one to the other
  • The prior is what people leave out, and it moved the disease answer a hundredfold
  • Two datasets can share a mean and share nothing else
  • Variance is the mean of the squares minus the square of the mean
  • Adding leaves variance unchanged; multiplying by k multiplies it by k squared
  • Combining groups with different means always increases the variance
  • Mutually exclusive and independent are opposites, never both for non-zero probabilities
  • Conditioning shrinks the sample space and re-measures inside it
  • At least one is a boy gives one third; the elder is a boy gives one half
  • An expected value is a long-run average and need not be attainable
  • Binomial mean is np and variance npq, so the variance is always the smaller

JEE Main question blueprint

How this topic is asked, tier by tier — so you can prep to the pattern.

Typical weightage: 8

Question styleMarks eachTypical countWhat it tests
Central tendency and grouped data21
Dispersion, variance and standard deviation21
Probability: addition, multiplication and conditional21
Bayes' theorem and the binomial distribution21

Exam-hall strategy

Battle-tested tips from mentors and toppers for this topic under the sectional clock.

  1. Write down which way the conditioning runs before touching a probability question. Underline the word given, and if the question asks for the reverse of what is supplied, you are in a Bayes question whatever it looks like.
  2. Set out priors and likelihoods in two labelled rows before combining them. Most Bayes errors are bookkeeping rather than conceptual, and the layout prevents them.
  3. Use the mean-of-squares shortcut for every variance. It is faster, and it removes the decimal deviations that cause most arithmetic slips when the mean is not a whole number.
  4. Check any binomial answer against the rule that the variance is less than the mean. It costs a second and catches a swapped np and npq immediately.
  5. Reach for the complement whenever you read at least one. One subtraction replaces a sum of several terms, and the saved time is usually the difference between finishing the section and not.

Beyond the exam

Where this skill shows up in the job you're competing for — and in life.

Medical screening programmes are designed around exactly …

Medical screening programmes are designed around exactly the base-rate calculation in this chapter, which is why rare conditions are screened in two stages: a cheap sensitive test first, then a specific confirmatory one on the small positive group

Spam filters and fraud detection are Bayes' theorem appli…

Spam filters and fraud detection are Bayes' theorem applied at scale, updating a prior probability with each piece of evidence, and their failure mode is precisely a mis-estimated base rate

Quality control uses the binomial distribution to set acc…

Quality control uses the binomial distribution to set acceptance limits, since a batch is accepted or rejected on the number of defectives in a sample, and the variance being smaller than the mean is what makes such sampling workable

Where else this topic is tested

Prepare once, score in every exam that asks it.

JEE Main
JEE Advanced
BITSAT
WBJEE
MHT CET

Questions aspirants ask

Pulled from the Q&A community and mentor sessions.

Because the question asks for a different conditional probability from the one the accuracy figure describes. Ninety-nine per cent accuracy means that given you have the disease, the test almost certainly says so. What you want to know is the reverse: given the test says so, how likely is it that you have the disease. The two differ enormously when the disease is rare, because the healthy group is so much larger that even a small error rate on it produces far more false positives than there are true cases. Counting a million people makes it concrete: 99 true positives against 9,999 false ones, so a positive result carries about a one per cent chance. Bayes' theorem is exactly the machinery for that reversal, and the prevalence figure is the prior it needs.

Test the definition and nothing else: compute P(A)P(B) and compare it with P(A and B). If they are equal the events are independent, and if not they are not. Intuition is unreliable here, because independence is a numerical coincidence rather than a physical separation. Drawing a card that is a king and drawing one that is a heart turn out to be independent, which surprises most people, because each suit contains exactly one king. Remove one non-heart king from the pack and independence breaks immediately, with no change to the physical setup. Equally, do not use mutual exclusivity as evidence: exclusive events with non-zero probability are always dependent, and strongly so.

Because the pooled data now varies for two reasons: the spread within each group, and the gap between the two group means. The combined variance formula makes this explicit, weighting each group by its own variance plus the square of its distance from the combined mean. Only if the two means happen to be identical do those distance terms vanish, and then the combined variance really is a weighted average of the two. For groups of five with means 12 and 20 and variances 34 and 16, the answer is 41, comfortably above both. This is also why an average of averages is a dangerous quantity: it discards exactly the information that the variance formula is careful to keep.

Whenever the phrase at least one appears, and often for at most one as well. The opposite of at least one is none, which is a single easy case, so the complement replaces a whole sum with one subtraction. For at least one six in five throws of a die, the direct route needs five binomial terms while the complement needs one: one minus five-sixths to the fifth power, giving about 0.598. The same reasoning applies to at least one defective item, at least one head, and at least one success in any Bernoulli setting. For at most one the complement is at least two, which may or may not be shorter, so count the cases on each side before committing.

Structurally almost nothing, which is why the two halves of this chapter share their formulas. A dataset lists values with frequencies and a distribution lists values with probabilities, and dividing the frequencies by the total converts one into the other. That is why the mean of a random variable is the sum of value times probability, matching the grouped-data mean with frequencies replaced, and why the variance is again the mean of the squares minus the square of the mean. The one genuine difference is interpretation: a dataset's mean is a summary of numbers you actually observed, while an expected value is a long-run average that no single trial need produce. A fair die has expected score 3.5, a value it can never show.
Header Logo