Chapter 13: Probability
In Class XI you encountered the basics: sample space, events, the axioms of probability, simple computation by counting. This chapter extends in two directions. First, conditional probability: how does new information change our probability estimates? Second, random variables and their distributions: how do we describe a numerical outcome of an experiment, and what is its expected value?
Conditional probability is the workhorse of modern reasoning under uncertainty. The conditional probability of given , written , is the probability of in the new world where we know has occurred. The defining formula is , valid when . Reorganising gives the multiplication rule: .
From these two ideas grow two of the most useful tools in elementary probability: the law of total probability and Bayes' theorem. Total probability lets us compute when can occur in several mutually exclusive ways. Bayes' theorem lets us reverse a conditional probability: given we can compute , given a few other ingredients. Bayes is the heart of statistical inference, medical diagnosis, and machine learning.
The chapter ends with random variables , numerical functions on the sample space , their probability distributions, expected value, and variance. We focus on the binomial distribution, the model for independent Bernoulli trials.
For board exams, expect Bayes' theorem problems (often dressed as medical tests or quality-control scenarios) and binomial distribution problems. For JEE the same ideas appear in cleverly stated combinatorial questions; counting and probability merge.
Prerequisites: counting principles, permutations and combinations from Class XI; basic set theory; comfort with .
What's inside
- Conditional probability , , properties.
- Multiplication theorem , for two and more events.
- Independent events , as a definition.
- Total probability , partition the sample space.
- Bayes' theorem , reversing the conditional.
- Random variables and expectation , discrete distributions, .
- Binomial distribution , independent Bernoulli trials.
Key results / Formula card
| Concept | Formula |
|---|---|
| Conditional | , |
| Multiplication | |
| Multiplication, three events | |
| Independence | ; equivalently |
| Total probability | over partition |
| Bayes | |
| Expectation | |
| Variance | |
| Binomial probability | |
| Binomial mean | |
| Binomial variance |
How to read this chapter
Many probability problems can be solved by careful enumeration and the multiplication rule. Sketch tree diagrams when in doubt. For Bayes' theorem, always identify clearly the prior, the likelihood, and the marginal , then plug in. For the binomial distribution, identify , , and the specific asked. The arithmetic is mechanical; the modelling is the harder part.