Chapter Overview & Weightage
Probability and Statistics is one of the most reliable scoring chapters in JEE Main. Unlike Calculus or Algebra where you can get stuck for 10 minutes, a Probability question usually resolves in 2-3 minutes if you know your Bayes or distribution formula cold.
JEE Main consistently drops 2-3 questions from this chapter every sitting. That’s 8-12 marks — enough to shift your percentile meaningfully.
Weightage trend (JEE Main):
| Year | Questions | Marks | Topics Covered |
|---|---|---|---|
| 2024 | 3 | 12 | Bayes, Binomial, Classical |
| 2023 | 2 | 8 | Conditional, Binomial |
| 2022 | 3 | 12 | Classical, Bayes, Variance |
| 2021 | 2–3 | 8–12 | Binomial, Conditional |
| 2020 | 2 | 8 | Classical, Bayes |
Expected weightage: 8–10% of Maths section. JEE Advanced tests deeper combinatorial probability — classical counting-heavy problems.
Statistics (mean, variance, standard deviation) is lighter in JEE Main — usually 1 question, often straightforward. Don’t skip it; it’s free marks.
Key Concepts You Must Know
Prioritised by how often they appear in PYQs:
High Priority (appear almost every session)
- Classical probability — equally likely outcomes, P(A) = favourable/total
- Conditional probability — P(A|B) = P(A∩B)/P(B); the foundation for Bayes
- Bayes’ Theorem — reverse conditional; given the outcome, find the cause
- Binomial distribution — n independent trials, success probability p, find P(X = r)
- Mean and Variance of Binomial — μ = np, σ² = npq
Medium Priority (1-2 times per year)
- Total Probability Theorem — when sample space is partitioned into exhaustive events
- Independent events — P(A∩B) = P(A)·P(B); must verify, not assume
- Mutually exclusive vs exhaustive — conceptual questions and traps
- Variance and Standard Deviation — Var(X) = E(X²) – [E(X)]²
Lower Priority but don’t skip
- Poisson distribution — rarely in Main, appears in Advanced occasionally
- Random variable — discrete distributions, expected value calculations
- Geometric probability — length/area ratio problems
Important Formulas
When to use: Sample space is finite and all outcomes are equally likely — dice, cards, balls in a bag, arrangement problems.
For mutually exclusive events:
When to use: “At least one of A or B” type questions.
When to use: Any question where an event has “already occurred” — “given that the first ball is red, find probability the second is blue.”
When to use: You know prior probabilities (causes) and want the posterior (which cause, given the effect). Bag problems, disease testing, factory defect questions.
Mean: | Variance:
When to use: Fixed number of identical, independent trials with two outcomes (success/failure). “A coin is tossed 10 times, find P(exactly 4 heads).”
When to use: Given a probability distribution table, always use this form — faster than computing deviations individually.
Solved Previous Year Questions
PYQ 1 — Bayes’ Theorem (JEE Main 2024 Shift 1)
Question: Bag I has 3 red and 4 black balls. Bag II has 5 red and 6 black balls. One bag is selected at random and a ball is drawn. If the ball is red, find the probability it came from Bag II.
Solution:
Let = Bag I selected, = Bag II selected, = Red ball drawn.
Answer:
PYQ 2 — Binomial Distribution (JEE Main 2023 January Session)
Question: A fair die is thrown 5 times. Find the probability of getting an even number at least 4 times.
Solution:
Each throw: P(even) = 3/6 = 1/2 = p. So q = 1/2, n = 5.
“At least 4 times” means P(X = 4) + P(X = 5).
Answer:
PYQ 3 — Variance (JEE Main 2022 July Session)
Question: A random variable X has the following distribution:
| X | 0 | 1 | 2 | 3 |
|---|---|---|---|---|
| P(X) | k | 2k | 3k | 4k |
Find the variance of X.
Answer: Variance = 1
Difficulty Distribution
For JEE Main, Probability typically breaks down as:
| Difficulty | % of Questions | What it Tests |
|---|---|---|
| Easy | 30% | Classical probability, basic conditional |
| Medium | 50% | Bayes, Binomial P(X = r), variance from table |
| Hard | 20% | Multi-stage Bayes, combinatorial probability |
In JEE Advanced, expect 1-2 questions with heavy combinatorial counting embedded inside probability. These can be Hard to Very Hard. The distribution itself (binomial, geometric) rarely shows up in Advanced — it’s more about clever sample space construction.
For Statistics specifically, JEE Main questions are almost always Easy-Medium. Mean, variance, standard deviation from a frequency table — 2 minutes if you know the formula.
Expert Strategy
Week 1 — Foundations
Start with classical probability and conditional probability. Every other concept builds on P(A|B). Do at least 20 conditional probability problems before touching Bayes — students who rush to Bayes without nailing conditional P often get confused about which direction the conditioning goes.
Week 2 — Bayes and Binomial
These two are your highest-yield topics. For Bayes: practice the “bag of balls” and “factory defects” templates until they feel mechanical. For Binomial: focus on “at least” and “at most” questions — these always require the complement method or careful summation.
Topper technique for Bayes: Always draw a quick tree diagram — Causes on the first branch, effects on the second. This makes visual. Students who skip the tree diagram make sign errors in the denominator calculation.
Week 3 — Statistics and Mixed Practice
Statistics is 1-2 hours of work. Variance formula, coefficient of variation, and mean deviation — know these cold. Then spend the rest of Week 3 on PYQs. Solve last 5 years of JEE Main papers, chapter-filtered. You’ll notice the same 4-5 templates recurring.
Time allocation in exam: Probability questions in JEE Main should take 2-3 minutes each. If you’re at 4+ minutes on a single question, mark and move — these questions reward quick pattern recognition, not grinding.
For “at least 1” problems, always use the complement: . This reduces a multi-term sum to a single calculation. This trick alone saves 90 seconds per question.
Common Traps
Trap 1 — Confusing “independent” with “mutually exclusive”
These are opposite ideas. Mutually exclusive means they can’t happen together: P(A∩B) = 0. Independent means knowing one doesn’t change the other: P(A∩B) = P(A)·P(B).
Two mutually exclusive events with non-zero probability are never independent. Examiners love this distinction in MCQ options.
Trap 2 — Forgetting to check if events are exhaustive in Bayes
The denominator in Bayes’ Theorem requires the events to be mutually exclusive and exhaustive (they must partition the sample space). If they don’t add up to the full sample space, Bayes doesn’t apply directly. Always verify before applying the formula.
Trap 3 — Wrong n in Binomial for “at least” questions
“Find P(at least 2 successes in 6 trials)” — many students write this as but accidentally use n=5 instead of n=6 in the term. Slow down when writing out the formula.
Trap 4 — Variance is not E(X²)
, not just . This is the most common arithmetic mistake in Statistics problems. Always subtract the square of the mean.
Trap 5 — Classical probability with ordered vs unordered samples
“Two balls are drawn from a bag” — are you counting ordered pairs or unordered pairs? Be consistent. If you use for total outcomes, use for favourable. Mixing ordered numerator with unordered denominator (or vice versa) gives the wrong answer even when your logic is right.
With 2-3 questions guaranteed in JEE Main and a clear set of repeating templates, Probability is one of the few chapters where consistent practice directly converts into marks. The students who score full marks here aren’t more talented — they’ve just seen the patterns often enough that the template recognition is automatic.