01Key Concepts & Definitions
Probability theory attempts to quantify the chances of occurrence or non-occurrence of events. The modern axiomatic approach was introduced by A. N. Kolmogorov in 1933.
02Algebra of Events and Set Theory Equivalences
Analogous to set theory, events can be combined to form new events:
- Complementary Event ('not A'): Denoted by , , or . It consists of all outcomes in that are not in . .
- The Event 'A or B' (): The event that either occurs, or occurs, or both occur.
- The Event 'A and B' (): The event that both and occur simultaneously.
- The Event 'A but not B' (): Elements in but not in . Represented as . JEE Tip The formula is heavily tested in JEE for calculating exact occurrences.
03Axiomatic Approach to Probability
Let be the sample space. The probability is a real-valued function whose domain is the power set of and range is the interval , satisfying the following axioms:
- Axiom 1: For any event , .
- Axiom 2: .
- Axiom 3: If and are mutually exclusive events, then .
From Axiom 3, substituting , we get . For outcomes :
- .
- .
- For any event , .
04Advanced Probability Concepts (JEE Advanced Topics)
- Conditional Probability: The probability of event occurring given that event has already occurred. (where ).
- Multiplication Theorem: .
- Independent Events: Two events and are independent if the occurrence of one does not affect the occurrence of the other. Condition: . JEE Tip Do not confuse independent events with mutually exclusive events. Mutually exclusive events are highly dependent (if one happens, the other strictly cannot).
- Law of Total Probability: If form a set of mutually exclusive and exhaustive events, and is any event, then .
- Bayes' Theorem: Reverses conditional probability. . JEE Tip Always define your partitions clearly before applying Bayes' Theorem to avoid denominator traps.
- Binomial Probability Distribution: For independent Bernoulli trials with probability of success and failure , the probability of exactly successes is .
- Random Variables: Mean (Expected value) . Variance .
05Formulae, Equations & Units
| Concept / Quantity | Formula | Definitions & Variables |
|---|---|---|
| Equally Likely Outcomes | : Number of favourable outcomes, : Total possible outcomes. | |
| Complementary Event | is the probability of 'not A'. | |
| Addition Theorem (2 sets) | is the probability of or or both. | |
| Addition Theorem (3 sets) | Evaluates probability of at least one of three events occurring. | |
| Mutually Exclusive Add. | Used ONLY when . | |
| Difference of Events | Probability of occurring but not . | |
| De Morgan's Laws (Prob) | Evaluates "neither A nor B". | |
| Conditional Probability | Given . | |
| Independence | Required for multiple independent trials. |
(Note: Probability is a dimensionless, unitless ratio. Always falls in the interval .)
06Conditions & Limitations
- Equally Likely Restriction: The classical formula CANNOT be used if the sample points are not equally likely. If a coin is biased, you must use the Axiomatic rule by summing the individual valid, non-equal probabilities.
- Axiomatic Validity: Any assigned probability distribution is only valid if both and hold true simultaneously.
- Empty Sets in Conditionals: is completely undefined if .
07Standard Derivations & Step-by-Step Problem Solving
Derivation of the Addition Theorem
- Express as disjoint sets: .
- Because and are mutually exclusive, apply Axiom 3: .
- Express as disjoint sets: .
- Apply Axiom 3 again: .
- Subtract the second equation from the first: .
- Rearrange to get the final theorem: .
08COMMON MISCONCEPTIONS & SIGN CONVENTIONS
- Mutually Exclusive vs. Independent: Students frequently confuse these. Mutually exclusive means . Independent means . Non-empty mutually exclusive events are never independent.
- "Or" vs. "And": "Or" correlates with Union () and Addition. "And" correlates with Intersection () and Multiplication.
Probability of exactly one of A or B = .
Probability of at least one of A or B = .
- Pairwise vs. Mutually Independent: For 3 events to be independent, they must be pairwise independent (, etc.) AND mutually independent (). Pairwise independence does not guarantee mutual independence.
- Order Importance in Combinatorics: When drawing items "without replacement", standard combination formulas () ignore order. If order matters (e.g., drawing specifically a Red then Blue), use permutations () or direct multiplication of sequential probabilities.
09Previous Year JEE Topics
- Bayes' Theorem & Total Probability: Heavily tested via urn models, diagnostic tests, and sequential factory production scenarios.
- Binomial Distribution bounds & maximization: Finding the maximum probability in a binomial distribution or calculating expected values.
- Geometric Probability: Solving probability of regions intersecting (using area/volume integrals instead of discrete counting).
- Derangements: Probability that none of items goes into their correct corresponding envelopes.
- Sets and Venn Diagrams: Extracting , , etc., given percentages of a population.
10JEE Traps
Assuming universally.
This only applies if and are strictly mutually exclusive (). Always subtract otherwise.
Treating Mutually Exclusive and Independent events as the same thing.
Mutually exclusive means . Independent means .
Calculating "probability of A or B but not both" as .
"Exactly one of A or B" requires subtracting the intersection twice: .
Multiplying probabilities directly without checking for replacement.
If drawing without replacement, the sample space shrinks. You must use conditional probability or Combinatorics ().
Summing in a Bayes' theorem denominator without making sure the events form an exhaustive and mutually exclusive partition.
The Law of Total Probability only holds if and .
Ignoring the scaling factor when a problem states a restricted sample space (e.g., "Given that an even number rolled...").
This restricts the denominator. , not .
Forgetting that identical objects distribute differently than distinct objects.
Ensure the classical definition uses a sample space of equally likely outcomes. Combinatorics with identical items often creates outcomes that are not equally likely unless items are treated as artificially distinct.
Assuming or sign errors in De Morgan's equations.
. Additionally, , not .
Thinking probability values can be greater than 1 when adding multiple sets.
Probabilities strictly live in . If an addition yields , you forgot to subtract the intersection overlaps.
Confusing with in conditional word problems (Base Rate Fallacy).
. "Probability of having the disease given you tested positive" is distinct from "Probability of testing positive given you have the disease." Use Bayes' Theorem to convert them.