Class 11 Maths NCERT Solutions Chapter 14 Probability | Boundless Maths
Chapter 14 · Class 11 Maths NCERT Solutions

Class 11 Maths NCERT Solutions Chapter 14 — Probability

Every question from Exercise 14.1, Exercise 14.2 and the Miscellaneous Exercise, solved step by step — describing events with set notation, and assigning and computing probabilities the axiomatic way.

Probability builds directly on the Sets and the Permutations & Combinations chapters. Every event is treated as a subset of a sample space, so "A or B", "A and B" and "not A" translate exactly into union, intersection and complement. The chapter then classifies events as mutually exclusive, exhaustive, or both, before laying down the axiomatic definition of probability — a small set of rules any valid probability assignment must satisfy — and building the addition rule P(A ∪ B) = P(A) + P(B) − P(A ∩ B) on top of it.

3Exercises (incl. Misc.)
38Total Questions
2026-27CBSE Syllabus
100%Solved

Class 11 Maths NCERT Solutions Chapter 14 — Overview

This Class 11 Maths NCERT Solutions Chapter 14 hub covers Probability — the chapter that formalises "chance" using the language of sets. Every event associated with a random experiment is defined as a subset of the sample space S. Simple events have exactly one outcome, compound events have more than one, the empty set φ is the impossible event, and S itself is the sure event.

Two or more events combine using the same set operations from the Sets chapter: 'A or B' is A∪B, 'A and B' is A∩B, 'A but not B' is A−B, and 'not A' is the complement A′. Two events are mutually exclusive if they cannot both occur (A∩B=φ), and a collection of events is exhaustive if their union covers the whole sample space — together, mutually exclusive and exhaustive events partition S completely.

The axiomatic approach then defines probability as any function P satisfying three rules — P(E) ≥ 0, P(S) = 1, and P(E∪F) = P(E)+P(F) for mutually exclusive E and F — which is more general than assuming every outcome is equally likely. Exercise 14.1 (7 questions) is entirely about describing and classifying events. Exercise 14.2 (21 questions) covers valid probability assignments, equally likely outcomes, and the addition and complement rules. The Miscellaneous Exercise (10 questions) applies all of this to card, marble, lottery and seating-arrangement problems that also draw on counting techniques from Permutations and Combinations.

How The Chapter Builds

From Events as Sets to the Axiomatic Definition of Probability

1

Sample Space and Events

An event is any subset of the sample space S. Simple, compound, impossible (φ) and sure (S) events. Exercise 14.1.

2

Algebra of Events

'A or B' = A∪B, 'A and B' = A∩B, 'A but not B' = A−B, 'not A' = A′. Exercise 14.1.

3

Mutually Exclusive & Exhaustive Events

A and B are mutually exclusive if A∩B=φ; events are exhaustive if their union equals S. Exercise 14.1.

4

Axiomatic Probability

A valid probability assignment needs P(E)≥0 for every event, P(S)=1, and additivity over mutually exclusive events. Exercise 14.2.

5

Addition & Complement Rules

P(A∪B)=P(A)+P(B)−P(A∩B) and P(not A)=1−P(A), applied to cards, dice, marbles and more. Exercise 14.2 and the Miscellaneous Exercise.

Quick Reference

Important Formulas — Chapter 14

Everything you need before you start solving. This is a summary for quick recall — the Formula Cards above have the full printable version.

Events and Set Notation

Complement — 'not A'

A'=\{\omega:\omega\in S,\ \omega\notin A\}=S-A

The event that A does not occur.

'A or B'

\text{Event 'A or B'}=A\cup B

Occurs whenever A occurs, B occurs, or both do.

'A and B' / 'A but not B'

\text{'A and B'}=A\cap B,\quad \text{'A but not B'}=A-B=A\cap B'

Both translate directly from the corresponding set operations.

Mutually Exclusive and Exhaustive Events

Mutually exclusive

A\cap B=\phi

A and B cannot occur simultaneously — the corresponding sets are disjoint.

Exhaustive events

E_1\cup E_2\cup\ldots\cup E_n=S

At least one of the events is guaranteed to occur on every performance of the experiment.

Axiomatic Probability

The three axioms

P(E)\ge0,\quad P(S)=1,\quad P(E\cup F)=P(E)+P(F)\ \text{if}\ E\cap F=\phi

Any assignment of numbers to outcomes satisfying all three is a valid probability — outcomes need not be equally likely.

Equally likely outcomes

P(A)=\dfrac{n(A)}{n(S)}

Number of outcomes favourable to A, divided by the total number of outcomes — valid only when every outcome is equally likely.

Key Results

Addition rule

P(A\cup B)=P(A)+P(B)-P(A\cap B)

Corrects for outcomes in A∩B being counted twice.

Mutually exclusive special case

P(A\cup B)=P(A)+P(B)

Valid only when A∩B=φ, so the correction term vanishes.

Complement rule

P(\text{not }A)=1-P(A)

Since A and A′ are mutually exclusive and exhaustive.

Method Selection

Which Technique Should You Use?

If you see...Use this approach
Asked to describe "A or B", "A and B", "A but not B", or "not A" as a setTranslate directly: A∪B, A∩B, A−B (= A∩B′), and A′ = S−A.
Asked whether two events are mutually exclusiveList both events as sets and check whether A∩B=φ (no outcome in common).
Asked whether a collection of events is exhaustiveCheck whether the union of all the events equals the full sample space S.
Given a table of proposed probabilities for each outcomeCheck every value is ≥ 0 and that all the values sum to exactly 1 — both conditions must hold.
Outcomes are stated (or clearly implied) to be equally likelyUse P(A) = n(A)/n(S) — count favourable outcomes over total outcomes.
Asked for P(A or B) and A, B might overlapUse the addition rule P(A∪B) = P(A) + P(B) − P(A∩B); only drop the last term if A∩B=φ.
Asked for the probability that an event does NOT happenUse P(not A) = 1 − P(A) rather than computing the complement's outcomes directly.
Avoid These

Common Mistakes to Avoid in This Chapter

Drawn from where students actually lose marks across all three exercises.

  • Assuming every outcome is equally likely without checking. The axiomatic approach explicitly allows unequal probabilities (e.g. P(H) = 1/4, P(T) = 3/4 is perfectly valid) — only use n(A)/n(S) when the problem states or clearly implies equal likelihood.
  • Adding P(A) + P(B) when A and B are not mutually exclusive. This double-counts every outcome in A∩B; always check for overlap first, and subtract P(A∩B) if there is any.
  • Treating "mutually exclusive" and "exhaustive" as interchangeable. Mutually exclusive means no overlap between the events; exhaustive means their union covers the whole sample space — a set of events can satisfy one condition without the other.
  • Getting the direction wrong in "A but not B". A−B removes B's outcomes from A, which is not the same set as B−A; always subtract the event that should be excluded, not the other way round.
  • Confusing "at least" and "at most" conditions. "At least 2 heads" includes 2 and 3 heads; "at most 2 heads" includes 0, 1 and 2 — these are easy to swap under exam pressure.
  • Miscounting the sample space when order matters. Throwing two dice gives 36 ordered outcomes (x, y), not 21 unordered pairs — always check whether the experiment distinguishes "first die" from "second die" before listing outcomes.
Solve Chapter-Wise

Class 11 Maths NCERT Solutions Chapter 14 — Choose an Exercise

14.1

Exercise 14.1

Events — describing events as sets, the algebra of events, and identifying mutually exclusive and exhaustive events · 7 questions

Solve Exercise 14.1 →
14.2

Exercise 14.2

Axiomatic Approach to Probability — valid probability assignments, equally likely outcomes, and the addition and complement rules · 21 questions

Solve Exercise 14.2 →
M

Miscellaneous Exercise

Mixed practice — cards, marbles, lotteries, seating and letter-envelope problems combining probability with counting techniques · 10 questions

Solve Miscellaneous →

Revising before a test?

Every definition and result from this chapter — the algebra of events, mutually exclusive and exhaustive events, the axioms of probability, the addition and complement rules — on one printable formula sheet.

Get Formula Cards →
Common Questions

Class 11 Maths NCERT Solutions Chapter 14 — FAQs

How many exercises and questions are there in Chapter 14?
Chapter 14, Probability, has two numbered exercises plus a Miscellaneous Exercise. Exercise 14.1 (Events) has 7 questions, Exercise 14.2 (Axiomatic Approach to Probability) has 21 questions, and the Miscellaneous Exercise has 10 questions — 38 questions in total.
What is the difference between mutually exclusive and exhaustive events?
Two events A and B are mutually exclusive if they cannot occur together — that is, A ∩ B = φ. A collection of events is exhaustive if at least one of them is guaranteed to occur whenever the experiment is performed — that is, their union equals the whole sample space S. A set of events can be mutually exclusive without being exhaustive, exhaustive without being mutually exclusive, or both at once.
What is the axiomatic approach to probability?
The axiomatic approach defines probability as any function P, assigning a number to each event of a sample space S, that satisfies three rules: P(E) ≥ 0 for every event E, P(S) = 1, and P(E ∪ F) = P(E) + P(F) whenever E and F are mutually exclusive. Any assignment of numbers to outcomes that satisfies these axioms is a valid probability, even if the outcomes are not equally likely.
What is the addition rule of probability, P(A ∪ B)?
For any two events A and B, P(A ∪ B) = P(A) + P(B) − P(A ∩ B). The subtraction corrects for outcomes in A ∩ B being counted twice when P(A) and P(B) are simply added. When A and B are mutually exclusive, A ∩ B = φ, so P(A ∩ B) = 0 and the rule simplifies to P(A ∪ B) = P(A) + P(B).
Where can I find the official NCERT textbook for this chapter?
Probability is Chapter 14 of the NCERT Class 11 Mathematics textbook, published by the National Council of Educational Research and Training (NCERT) and prescribed by CBSE. You can download the official textbook PDF directly from ncert.nic.in, NCERT's official website — the solutions on this page follow the exercises exactly as they appear there.
Expert CBSE Coaching · Class 9–12