Probability and Bayes Theorem: JEE Main Guide
Probability is one of the most reliably tested chapters in JEE Main mathematics, contributing 2–3 questions per session. The chapter spans classical probability, axiomatic probability, conditional probability, independence, Bayes' theorem, and the binomial distribution. JEE Main tests all these subtopics with problems ranging from simple counting-based probability to sophisticated conditional probability problems requiring Bayes' theorem. This guide provides complete coverage with worked examples at JEE Main difficulty and the shortcuts that convert complex probability setups into fast calculations.
Test your understanding now
Take a free 10-minute JEE mock test — no sign-up needed.
Start Mock Test →Classical and Axiomatic Probability
Classical probability: P(A) = n(A)/n(S), where n(A) is the number of favourable outcomes and n(S) is the total number of equally likely outcomes. Requires careful enumeration — often using combinations. Example: "probability of getting exactly 2 heads in 4 tosses" = C(4,2)/2^4 = 6/16 = 3/8. The sample space for multi-step experiments grows quickly: 4 tosses have 2^4 = 16 outcomes; drawing 2 cards from 52 has C(52,2) = 1326 outcomes. Complementary probability: P(A') = 1 − P(A). Often easier to calculate P(A') and subtract from 1 when P(A') is simpler. Example: probability of at least one head in 4 tosses = 1 − P(no heads) = 1 − (1/2)^4 = 15/16. Axiomatic probability: P(S) = 1; P(A) ≥ 0 for all A; P(A∪B) = P(A) + P(B) for mutually exclusive events. For general events: P(A∪B) = P(A) + P(B) − P(A∩B). For three events: P(A∪B∪C) = P(A)+P(B)+P(C) − P(A∩B) − P(B∩C) − P(A∩C) + P(A∩B∩C). For broader combinatorics context, see our Probability and Statistics Guide.
Geometric probability: when the sample space is continuous (area, length, or volume), P(event) = measure(favourable region) / measure(total region). Example: a point is chosen randomly in a unit square; find the probability that it's closer to the centre than to any side. The favourable region is a circle of radius 1/2 centred at the middle (radius determined by the condition) — geometric probability problems require area calculations. JEE Main has tested geometric probability through "a stick is broken into 3 pieces — probability they form a triangle" and similar continuous-sample-space problems.
Conditional Probability and Independence
Conditional probability: P(A|B) = P(A∩B)/P(B), provided P(B) greater than 0. Reading: "probability of A given that B has occurred." Multiplication rule: P(A∩B) = P(B)·P(A|B) = P(A)·P(B|A). For n events: P(A1∩A2∩...∩An) = P(A1)·P(A2|A1)·P(A3|A1∩A2)·...·P(An|A1∩...∩A(n-1)). Independence: A and B are independent iff P(A∩B) = P(A)·P(B), equivalently P(A|B) = P(A) and P(B|A) = P(B). Common JEE Main question: two dice are rolled; given that their sum is 8, what is the probability that both are 4? P(A∩B) = P(both 4) = 1/36; P(sum=8) = 5/36. P(both 4 | sum=8) = (1/36)/(5/36) = 1/5. Practise conditional probability and independence problems on our JEE Main math mock tests with clear explanations for Bayes' theorem multi-step problems.
Total Probability Theorem: if B1, B2, ..., Bn are mutually exclusive and exhaustive events (partition of sample space), then for any event A: P(A) = sum P(Bi)·P(A|Bi). This is the foundation for Bayes' theorem and appears directly in problems: "a ball is drawn from one of two urns — find the probability it is red" requires total probability theorem to combine P(red | urn 1)·P(urn 1) + P(red | urn 2)·P(urn 2).
Get free JEE prep resources daily
Join 50,000+ students. Free daily tips, mock tests, and insights.
Sign Up Free →Bayes' Theorem and Posterior Probability
Bayes' Theorem: given mutually exclusive and exhaustive events Bi and an event A, the posterior probability of Bi given A occurred is: P(Bi|A) = P(Bi)·P(A|Bi) / [sum over all j: P(Bj)·P(A|Bj)]. The denominator is just P(A) from the total probability theorem. Standard JEE Main Bayes problem: "Bag I has 3 red, 4 black balls; Bag II has 5 red, 6 black balls. A bag is chosen randomly (P = 1/2 each) and one ball drawn — it is red. Find probability it came from Bag I." Solution: P(Bag I | red) = P(red | Bag I)·P(Bag I) / [P(red | Bag I)·P(Bag I) + P(red | Bag II)·P(Bag II)] = (3/7)·(1/2) / [(3/7)·(1/2) + (5/11)·(1/2)] = (3/7) / [3/7 + 5/11] = (33/77) / (33/77 + 35/77) = 33/68. JEE Main tests Bayes with exactly this setup (two sources, one event, find posterior probability of one source).
Common pitfall in Bayes problems: students forget to normalise (divide by P(A) = total probability). Always set up the Bayes calculation explicitly: numerator = P(Bi)·P(A|Bi); denominator = sum of numerators over all i. This explicit structure prevents errors even in complex 3-source Bayes problems.
Binomial Distribution and Applications
Binomial distribution: if an experiment has two outcomes (success with probability p, failure with probability q = 1−p) and is repeated n times independently, the probability of exactly k successes is P(X=k) = C(n,k)·p^k·q^(n−k). Mean = np; variance = npq; standard deviation = sqrt(npq). JEE Main asks: (1) Find P(X = k) for specific k. (2) Find the most probable value of X (mode): if (n+1)p is an integer, both (n+1)p and (n+1)p − 1 are modes; otherwise, floor((n+1)p) is the unique mode. (3) Find P(X ≥ k) by summing terms or using complement. (4) Given mean and variance, find n and p (use mean = np, variance = npq simultaneously to get p = 1 − variance/mean = 1 − q; then n = mean/p). Example: "binomial distribution has mean 4 and variance 3. Find n and p." q = variance/mean = 3/4; p = 1/4. n = mean/p = 4/(1/4) = 16. Create a free account on our platform for 150+ probability and Bayes theorem practice problems. Our premium subscription includes full JEE Main mathematics mock tests with probability analytics. For the permutations and combinations counting techniques that underpin classical probability, see our Permutations and Combinations Guide.
Exam strategy for JEE Main probability: the chapter has very consistent question formats year after year. Build a personal list of 10 "probability archetypes" (urn problem, dice problem, card problem, defective items problem, Bayes theorem problem, binomial distribution problem, geometric probability problem, independent events problem, conditional probability from a table, total probability theorem). Solve 5 examples of each archetype. On exam day, identify which archetype you're facing and apply the standard approach — probability becomes a pattern-matching exercise for prepared students.
Unlock Full JEE Preparation
2,000+ Bloom-level questions, full mock tests, rank predictor and analytics. Just ₹149/month.
Upgrade for ₹149/month →Written by Amit Tyagi
ISB alumnus and founder of 10minJEE. amit@berriesadvisory.com
Practice this topic in 10 minutes
Bloom-level questions mapped to exactly what you just read.
Start free →