Class 11 Maths NCERT Solutions Chapter 14 Ex 14.1 – Probability | Boundless Maths
Ex 14.1 Class 11 Maths NCERT Solutions · Chapter 14

Class 11 Maths NCERT Solutions Chapter 14 Ex 14.1 – Probability

Free, step-by-step Class 11 Maths NCERT Solutions for Chapter 14 Ex 14.1 — all 7 questions solved, covering how to describe events as sets, the algebra of events, and identifying mutually exclusive and exhaustive events.

Every event in this exercise is written as a subset of a sample space, so 'A or B' becomes A\cup B, 'A and B' becomes A\cap B, 'A but not B' becomes A-B, and 'not A' becomes the complement A'. Two events are mutually exclusive exactly when their intersection is empty, and a set of events is exhaustive when their union is the whole sample space — most of this exercise is listing out sample spaces carefully and then checking these two conditions.

7Questions
Easy–HardDifficulty Mix
2026-27CBSE Syllabus

Class 11 Maths NCERT Solutions Chapter 14 Ex 14.1 — All 7 Questions

S A B A−B A∩B B−A
'A or B' is the whole shaded region (A∪B). 'A and B' is only the overlap (A∩B). 'A but not B' is the blue-only crescent (A−B). Everything outside both circles, within S, is 'not A and not B'.
1

A die is rolled. Let E be the event "die shows 4" and F be the event "die shows even number". Are E and F mutually exclusive?

Easy +
Solution

The sample space is S=\{1,2,3,4,5,6\}.

E=\{4\} and F=\{2,4,6\}

E\cap F=\{4\}\cap\{2,4,6\}=\{4\}

Since E\cap F=\{4\}\ne\phi, the outcome 4 belongs to both events, so they can occur together.

E and F are not mutually exclusive, since E ∩ F = {4} ≠ φ.
2

A die is thrown. Describe the following events: (i) A: a number less than 7 (ii) B: a number greater than 7 (iii) C: a multiple of 3 (iv) D: a number less than 4 (v) E: an even number greater than 4 (vi) F: a number not less than 3 Also find A∪B, A∩B, B∪C, E∩F, D∩E, A−C, D−E, E∩F′, F′.

Medium +
Solution

The sample space for throwing a die is S=\{1,2,3,4,5,6\}.

Describing the events

A=\{1,2,3,4,5,6\} — every number on the die is less than 7, so A=S.

B=\phi — no number on the die is greater than 7.

C=\{3,6\} — the multiples of 3 on the die.

D=\{1,2,3\} — numbers less than 4.

E=\{6\} — the only even number greater than 4 on the die.

F=\{3,4,5,6\} — numbers not less than 3, i.e. numbers ≥ 3.

Finding the requested sets

A\cup B=\{1,2,3,4,5,6\}\cup\phi=\{1,2,3,4,5,6\}

A\cap B=\{1,2,3,4,5,6\}\cap\phi=\phi

B\cup C=\phi\cup\{3,6\}=\{3,6\}

E\cap F=\{6\}\cap\{3,4,5,6\}=\{6\}

D\cap E=\{1,2,3\}\cap\{6\}=\phi

A-C=\{1,2,3,4,5,6\}-\{3,6\}=\{1,2,4,5\}

D-E=\{1,2,3\}-\{6\}=\{1,2,3\}

F'=S-F=\{1,2,3,4,5,6\}-\{3,4,5,6\}=\{1,2\}

E\cap F'=\{6\}\cap\{1,2\}=\phi

A∪B={1,2,3,4,5,6}; A∩B=φ; B∪C={3,6}; E∩F={6}; D∩E=φ; A−C={1,2,4,5}; D−E={1,2,3}; F′={1,2}; E∩F′=φ
3

An experiment involves rolling a pair of dice and recording the numbers that come up. Describe the following events: A: the sum is greater than 8 B: 2 occurs on either die C: the sum is at least 7 and a multiple of 3 Which pairs of these events are mutually exclusive?

Medium +
Solution

The sample space is S=\{(x,y):x,y=1,2,\ldots,6\}, with 36 equally likely outcomes.

A=\{(3,6),(4,5),(4,6),(5,4),(5,5),(5,6),(6,3),(6,4),(6,5),(6,6)\} — pairs summing to 9, 10, 11 or 12.

B=\{(2,1),(2,2),(2,3),(2,4),(2,5),(2,6),(1,2),(3,2),(4,2),(5,2),(6,2)\} — every pair where a 2 appears on either die (11 outcomes).

C=\{(3,6),(4,5),(5,4),(6,3),(6,6)\} — sums of 9 or 12 that are also ≥ 7 (sums 7, 8, 10, 11 are not multiples of 3, so only 9 and 12 qualify).

Checking each pair for mutually exclusive

A\cap B=\phi — no outcome in A has a 2 on either die, since every sum in A is 9 or more, needing both dice showing at least 3. So A and B are mutually exclusive.

A\cap C=\{(3,6),(4,5),(5,4),(6,3),(6,6)\}\ne\phi — every outcome in C also lies in A (all these sums exceed 8, except that (3,6) sums to 9 > 8). So A and C are not mutually exclusive.

B\cap C=\phi — no outcome in C has a 2 on either die, since a 2 paired with anything gives a sum too small or not a multiple of 3 in the required range. So B and C are mutually exclusive.

A and B are mutually exclusive; B and C are mutually exclusive; A and C are NOT mutually exclusive (they share outcomes like (3,6) and (6,6)).
4

Three coins are tossed once. Let A denote the event 'three heads show', B denote the event "two heads and one tail show", C denote the event "three tails show" and D denote the event 'a head shows on the first coin'. Which events are (i) mutually exclusive? (ii) simple? (iii) Compound?

Medium +
Solution

The sample space is S=\{\text{HHH,HHT,HTH,THH,HTT,THT,TTH,TTT}\} (8 outcomes).

A=\{\text{HHH}\}, B=\{\text{HHT,HTH,THH}\}, C=\{\text{TTT}\}, D=\{\text{HHH,HHT,HTH,HTT}\}

(i) Mutually exclusive pairs

Checking every pair: A\cap B=\phi, A\cap C=\phi, B\cap C=\phi, C\cap D=\phi. But A\cap D=\{\text{HHH}\}\ne\phi and B\cap D=\{\text{HHT,HTH}\}\ne\phi.

So the mutually exclusive pairs are: A and B; A and C; B and C; C and D.

(ii) Simple events

A simple event has exactly one sample point. A=\{\text{HHH}\} and C=\{\text{TTT}\} each have one outcome, so A and C are simple events.

(iii) Compound events

A compound event has more than one sample point. B has 3 outcomes and D has 4 outcomes, so B and D are compound events.

Mutually exclusive: (A,B), (A,C), (B,C), (C,D). Simple events: A, C. Compound events: B, D.
5

Three coins are tossed. Describe (i) Two events which are mutually exclusive. (ii) Three events which are mutually exclusive and exhaustive. (iii) Two events, which are not mutually exclusive. (iv) Two events which are mutually exclusive but not exhaustive. (v) Three events which are mutually exclusive but not exhaustive.

Hard +
Solution

The sample space is S=\{\text{HHH,HHT,HTH,THH,HTT,THT,TTH,TTT}\} (8 outcomes). These answers are illustrative — any events satisfying the stated conditions are acceptable.

(i) Two mutually exclusive events

Let A=\{\text{HHH}\} ('three heads') and B=\{\text{TTT}\} ('three tails'). A\cap B=\phi, so A and B are mutually exclusive.

(ii) Three mutually exclusive and exhaustive events

Let A=\{\text{TTT}\} ('no head'), B=\{\text{HTT,THT,TTH}\} ('exactly one head'), C=\{\text{HHT,HTH,THH,HHH}\} ('at least two heads'). These are pairwise disjoint, and A\cup B\cup C=S, so they are mutually exclusive and exhaustive.

(iii) Two events which are not mutually exclusive

Let A = 'at least one head' (every outcome except TTT) and B = 'at least one tail' (every outcome except HHH). Both HHT and other mixed outcomes lie in A\cap B, so A\cap B\ne\phi — not mutually exclusive.

(iv) Two events which are mutually exclusive but not exhaustive

Let A=\{\text{HHT,HTH,THH}\} ('exactly two heads') and B=\{\text{HTT,THT,TTH}\} ('exactly two tails'). A\cap B=\phi, but A\cup B has only 6 outcomes and misses HHH and TTT, so A\cup B\ne S — mutually exclusive but not exhaustive.

(v) Three events which are mutually exclusive but not exhaustive

Let A=\{\text{HTT,THT,TTH}\} ('exactly one head'), B=\{\text{HHT,HTH,THH}\} ('exactly one tail'), C=\{\text{HHH}\} ('three heads'). These are pairwise disjoint, but their union has only 7 outcomes, missing TTT — mutually exclusive but not exhaustive.

Sample valid answers given above for each part — any events satisfying the same conditions (disjointness and/or coverage of S) are equally correct.
6

Two dice are thrown. The events A, B and C are as follows: A: getting an even number on the first die. B: getting an odd number on the first die. C: getting the sum of the numbers on the dice ≤ 5. Describe the events (i) A′ (ii) not B (iii) A or B (iv) A and B (v) A but not C (vi) B or C (vii) B and C (viii) A∩B′∩C′

Hard +
Solution

The sample space is S=\{(x,y):x,y=1,2,\ldots,6\}, 36 outcomes, where x is the number on the first die.

A = all 18 pairs with x\in\{2,4,6\}; B = all 18 pairs with x\in\{1,3,5\}; C = pairs with x+y\le5.

(i) A′

A′ is 'not an even number on the first die', which is exactly the same set as B: the first die shows an odd number. So A'=B (18 outcomes).

(ii) not B

'Not B' is 'not an odd number on the first die', which is exactly A: the first die shows an even number. So B'=A (18 outcomes).

(iii) A or B

Every outcome has the first die either even or odd, so A\cup B=S, all 36 outcomes.

(iv) A and B

No outcome can have the first die both even and odd, so A\cap B=\phi.

(v) A but not C

A-C is the set of pairs with an even first die AND a sum greater than 5. This removes from A the pairs (2,1), (2,2), (2,3), (4,1) — the only pairs in A with sum ≤ 5 — leaving 14 outcomes.

(vi) B or C

B\cup C combines all 18 odd-first-die outcomes with the (even-first-die) outcomes in C not already counted — this works out to 22 outcomes in total.

(vii) B and C

B\cap C is pairs with an odd first die and sum ≤ 5: \{(1,1),(1,2),(1,3),(1,4),(3,1),(3,2)\} — 6 outcomes.

(viii) A∩B′∩C′

Since B'=A, this is A\cap A\cap C'=A\cap C', i.e. 'even first die AND sum greater than 5' — the same 14 outcomes found in part (v).

A′ = B (18 outcomes); not B = A (18 outcomes); A or B = S (36 outcomes); A and B = φ; A but not C has 14 outcomes; B or C has 22 outcomes; B and C = {(1,1),(1,2),(1,3),(1,4),(3,1),(3,2)}; A∩B′∩C′ = A−C, 14 outcomes.
7

Refer to question 6 above, state true or false: (give reason for your answer) (i) A and B are mutually exclusive (ii) A and B are mutually exclusive and exhaustive (iii) A = B′ (iv) A and C are mutually exclusive (v) A and B′ are mutually exclusive. (vi) A′, B′, C are mutually exclusive and exhaustive.

Hard +
Solution
(i) True

No outcome can have the first die both even and odd, so A\cap B=\phi — A and B are mutually exclusive.

(ii) True

From (i), A\cap B=\phi (mutually exclusive). Also every outcome's first die is either even or odd, so A\cup B=S (exhaustive). Both conditions hold.

(iii) True

B′ is 'not an odd number on the first die', which means the first die is even — exactly the definition of A. So A=B'.

(iv) False

A and C share outcomes such as (2,1), (2,2), (2,3) and (4,1) — an even first die with a sum ≤ 5 is entirely possible. So A\cap C\ne\phi, and A, C are not mutually exclusive.

(v) False

Since B'=A (from part (iii)), A\cap B'=A\cap A=A\ne\phi. So A and B′ share every outcome of A — they are not mutually exclusive.

(vi) False

A'\cup B'\cup C does equal S (since A'=B and B'=A, so A'\cup B'=A\cup B=S already, and adding C changes nothing) — so this part is exhaustive. But A'\cap C=B\cap C=\{(1,1),(1,2),(1,3),(1,4),(3,1),(3,2)\}\ne\phi (from Q6 part (vii)), so A′ and C overlap. Since they are not pairwise disjoint, A′, B′, C are not mutually exclusive, even though they are exhaustive.

(i) True (ii) True (iii) True (iv) False (v) False (vi) False

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 Ex 14.1 — FAQs

How many questions are there in Exercise 14.1?
Exercise 14.1 has 7 questions, several with multiple sub-parts. The questions cover checking whether two events are mutually exclusive, describing events as sets using the algebra of events (union, intersection, difference, complement), and identifying mutually exclusive and exhaustive events for coin-toss and dice experiments.
How do you check if two events are mutually exclusive?
Write both events as subsets of the sample space and find their intersection. If the intersection is the empty set (no outcome belongs to both events), the events are mutually exclusive — they cannot occur at the same time. If even one outcome is common to both sets, the events are not mutually exclusive.
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 exercise exactly as it appears there.

Carry the formulas with you

One-page printable formula deck for every unit, including Probability.

Get Formula Cards →
Expert CBSE Coaching · Class 9–12