Class 11Mathematics · Statistics & ProbabilityFull chapter

Probability

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Random Experiments, Sample Space and Events

Quick answer A random experiment has unpredictable individual outcomes; the sample space S is the set of all its possible outcomes, and any subset of S is called an event.

An experiment is called a random experiment if it satisfies two conditions: it has more than one possible outcome, and it is not possible to predict the outcome in advance, even though all the possible outcomes are known beforehand. Tossing a coin, throwing a die, and drawing a card from a well-shuffled deck are all random experiments.

The set of all possible outcomes of a random experiment is called its sample space, denoted by S. Each element of S is called a sample point or an outcome. The number of elements in S is written as n(S).

  • Tossing a coin once: S = {H, T}, so n(S) = 2.
  • Throwing a die once: S = {1, 2, 3, 4, 5, 6}, so n(S) = 6.
  • Tossing a coin twice (or two coins once): S = {HH, HT, TH, TT}, so n(S) = 4.

An event is simply a subset of the sample space S. An event is said to occur if the outcome of the experiment is one of the sample points belonging to that subset.

Worked Example: A coin is tossed three times. Write the sample space, and find the number of outcomes in the event A = "exactly two heads appear".

Each toss has 2 possible outcomes (H or T), and there are 3 tosses, so n(S) = 23 = 8. Listing them:

S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}

The outcomes with exactly two heads are HHT, HTH and THH. So A = {HHT, HTH, THH} and n(A) = 3.

Sample space size (coin, n tosses) n(S) = 2^n n = number of tosses
Sample space size (die, n throws) n(S) = 6^n n = number of throws of a single die
Two dice thrown together n(S) = 36 6 × 6 ordered pairs (a, b)
Event A ⊆ S Every event is a subset of the sample space
Remember
  • A random experiment has more than one possible outcome and cannot be predicted with certainty in advance.
  • The sample space S is the set of ALL possible outcomes; each element is a sample point.
  • n(S) denotes the total number of outcomes in the sample space.
  • Every event is a subset of the sample space S.
  • For n successive tosses of a coin, n(S) = 2^n.

Types of Events

Quick answer Events are classified as impossible, sure, simple (elementary) or compound depending on how many sample points they contain, and every event A has a complementary event A′ = 'not A'.

Depending on how many sample points an event contains, events are classified as follows.

  • The impossible event is the empty set φ. It contains no sample point and can never occur, so it corresponds to probability 0.
  • The sure (or certain) event is the whole sample space S itself. It always occurs, since it contains every possible outcome, so it corresponds to probability 1.
  • A simple (or elementary) event is an event that has exactly one sample point, that is, a singleton subset of S, such as {3} in a die throw.
  • A compound event is an event that has more than one sample point; it can be expressed as a union of two or more elementary events, such as "getting an even number" = {2, 4, 6} on a die.

Every event A has a corresponding complementary event, written A′ (or "not A"), consisting of all outcomes of S that do NOT belong to A. Thus A′ = S − A, and A and A′ together make up the whole sample space, with no outcome common to both.

Worked Example: A die is thrown once. Let A be the event "a number greater than 4 appears". List A and its complement A′, and state whether A is simple or compound.

S = {1, 2, 3, 4, 5, 6}. A = {5, 6}, since 5 and 6 are the only numbers greater than 4. As A has two sample points, it is a compound event. Its complement is A′ = S − A = {1, 2, 3, 4}.

Complement of an event A′ = S − A read as 'A does not occur'
Outcome count of complement n(A′) = n(S) − n(A)
Impossible event P(φ) = 0
Sure event P(S) = 1
Remember
  • Impossible event = φ (empty set); probability 0.
  • Sure event = S (whole sample space); probability 1.
  • Simple/elementary event: exactly one sample point.
  • Compound event: more than one sample point; a union of elementary events.
  • Complement A′ = S − A consists of all outcomes where A does NOT happen.

Algebra of Events: Union, Intersection and Mutually Exclusive/Exhaustive Events

Quick answer Combining events with 'or' gives their union, 'and' gives their intersection; events that cannot occur together are mutually exclusive, and events whose union fills the whole sample space are exhaustive.

Since events are sets, the usual set operations describe how events combine.

  • A ∪ B ("A union B") is the event that A occurs OR B occurs (or both) — it consists of all outcomes that belong to A, to B, or to both.
  • A ∩ B ("A intersection B") is the event that A occurs AND B occurs — it consists of all outcomes common to both A and B.
  • A − B (equivalently A ∩ B′) is the event that A occurs but B does not.

Two events A and B are called mutually exclusive (or disjoint) if they cannot occur simultaneously, that is, A ∩ B = φ. For example, on a single die throw, "getting an even number" and "getting an odd number" are mutually exclusive because no outcome is both even and odd.

Events E1, E2, ..., En are called exhaustive events if their union is the entire sample space, that is, E1 ∪ E2 ∪ ... ∪ En = S. This means at least one of them must occur every time the experiment is performed.

When a set of events is BOTH pairwise mutually exclusive AND exhaustive, they are called mutually exclusive and exhaustive events — exactly one of them occurs on every trial. The elementary events of any sample space always form such a set.

Two useful identities (De Morgan's laws) are: (A ∪ B)′ = A′ ∩ B′, and (A ∩ B)′ = A′ ∪ B′.

Worked Example: A die is thrown once. Let A = {1, 2, 3}, B = {3, 4, 5}, C = {5, 6}. Examine each pair for mutual exclusiveness, and check whether A, B, C are exhaustive.

A ∩ B = {3}, which is not empty, so A and B are NOT mutually exclusive. B ∩ C = {5}, not empty, so B and C are NOT mutually exclusive. A ∩ C = φ (A has no element in common with C), so A and C ARE mutually exclusive. Finally, A ∪ B ∪ C = {1, 2, 3, 4, 5, 6} = S, so A, B, C together are exhaustive events.

Mutually exclusive events A ∩ B = φ
Exhaustive events E1 ∪ E2 ∪ ... ∪ En = S
De Morgan's law (union) (A ∪ B)′ = A′ ∩ B′
De Morgan's law (intersection) (A ∩ B)′ = A′ ∪ B′
A but not B A − B = A ∩ B′
Remember
  • A ∪ B: A or B (or both) occurs; A ∩ B: both A and B occur together.
  • Mutually exclusive events: A ∩ B = φ (cannot occur together).
  • Exhaustive events: their union equals the whole sample space S.
  • Elementary events of any sample space are always mutually exclusive and exhaustive.
  • De Morgan's laws link union/intersection with complements.

The Axiomatic Approach to Probability

Quick answer Probability assigns to every event a number between 0 and 1, with P(S) = 1, such that probabilities of mutually exclusive events simply add — this is the modern axiomatic definition used throughout the chapter.

In the axiomatic approach, probability is defined as a function P that assigns to every event A of a sample space S a real number P(A), called the probability of A, satisfying the following axioms:

  1. 0 ≤ P(A) ≤ 1 for every event A.
  2. P(S) = 1.
  3. If A and B are mutually exclusive events, then P(A ∪ B) = P(A) + P(B). More generally, if E1, E2, ..., En are pairwise mutually exclusive events, then P(E1 ∪ E2 ∪ ... ∪ En) = P(E1) + P(E2) + ... + P(En).

In practice, this means we first assign a probability pi to every elementary event {ωi} of the sample space S = {ω1, ω2, ..., ωn}, such that 0 ≤ pi ≤ 1 for each i, and the sum of all the pi equals 1. The probability of any compound event A is then found by adding the probabilities of the elementary events that make it up. If all outcomes are equally likely, each pi = 1/n(S).

Two important results follow directly from the axioms: since φ and S are mutually exclusive with φ ∪ S = S, we get P(φ) = 0; and since A and A′ are mutually exclusive with A ∪ A′ = S, we get P(A) + P(A′) = 1, that is, P(A′) = 1 − P(A).

Worked Example: A sample space is S = {ω1, ω2, ω3}. It is given that P(ω1) = P(ω2) and P(ω3) = 2P(ω1). Find the probability of each elementary event.

Let P(ω1) = p. Then P(ω2) = p and P(ω3) = 2p. By the axioms, the probabilities of all elementary events must add up to 1:

p + p + 2p = 1, so 4p = 1, giving p = 1/4.

Hence P(ω1) = 1/4, P(ω2) = 1/4 and P(ω3) = 1/2.

Range of probability 0 ≤ P(A) ≤ 1
Probability of sample space P(S) = 1
Additivity for mutually exclusive events P(E1 ∪ E2 ∪ ... ∪ En) = P(E1) + P(E2) + ... + P(En)
Sum over elementary events p1 + p2 + ... + pn = 1 S = {ω1, ω2, ..., ωn}
Complement rule P(A′) = 1 − P(A)
Impossible event P(φ) = 0
Remember
  • Axiom 1: 0 ≤ P(A) ≤ 1 for every event A.
  • Axiom 2: P(S) = 1.
  • Axiom 3: probabilities of mutually exclusive events add up.
  • The probabilities assigned to all elementary events of S must sum to exactly 1.
  • P(φ) = 0 and P(A′) = 1 − P(A) both follow from the axioms.

Probability of an Event: Equally Likely Outcomes

Quick answer When every outcome of a sample space is equally likely, the probability of an event A is simply the ratio of favourable outcomes to the total number of outcomes: P(A) = n(A)/n(S).

When a random experiment has outcomes that are all equally likely to occur — such as a fair coin, an unbiased die, or a well-shuffled deck of cards — the axiomatic approach reduces to the familiar classical definition of probability:

P(A) = n(A) / n(S), where n(A) is the number of outcomes favourable to event A, and n(S) is the total number of outcomes in the sample space.

This formula is only valid when the outcomes are equally likely; it must not be used otherwise. It automatically satisfies the axioms: since 0 ≤ n(A) ≤ n(S), we get 0 ≤ P(A) ≤ 1, and P(S) = n(S)/n(S) = 1.

A very useful trick for "at least one" type problems is to work through the complement: P(at least one) = 1 − P(none).

Worked Example: Two fair dice are thrown together. Find the probability that the sum of the numbers appearing on them is 8.

Each die has 6 faces, so the sample space of ordered pairs (first die, second die) has n(S) = 6 × 6 = 36 equally likely outcomes.

The pairs whose sum is 8 are: (2,6), (3,5), (4,4), (5,3), (6,2). That gives n(A) = 5.

Therefore P(A) = 5/36.

Worked Example (complement trick): A coin is tossed twice. Find the probability of getting at least one head.

S = {HH, HT, TH, TT}, so n(S) = 4. The only outcome with NO head is TT, so P(no head) = 1/4.

By the complement rule, P(at least one head) = 1 − 1/4 = 3/4.

Classical (equally likely) probability P(A) = n(A) / n(S)
At least one P(at least one) = 1 − P(none)
Two dice: sum = 8 P = 5/36
Two coin tosses: at least one head P = 3/4
Remember
  • Classical probability: P(A) = n(A)/n(S), valid only for equally likely outcomes.
  • Always identify n(S) (total outcomes) and n(A) (favourable outcomes) carefully by listing or counting.
  • P(A) always lies between 0 and 1 inclusive.
  • "At least one" is usually easiest to compute as 1 − P(none) using the complement.
  • Two dice thrown together give 36 equally likely ordered outcomes.

The Addition Theorem of Probability

Quick answer For any two events, P(A ∪ B) = P(A) + P(B) − P(A ∩ B); when A and B are mutually exclusive this simplifies to P(A ∪ B) = P(A) + P(B), since P(A ∩ B) = 0.

For any two events A and B of a sample space S, the addition theorem (or addition rule) of probability states:

P(A ∪ B) = P(A) + P(B) − P(A ∩ B)

This subtracts P(A ∩ B) because outcomes common to both A and B would otherwise be counted twice — once in P(A) and once again in P(B).

If A and B are mutually exclusive (A ∩ B = φ), then P(A ∩ B) = 0, and the rule simplifies to the special case used in Axiom 3:

P(A ∪ B) = P(A) + P(B) (when A, B are mutually exclusive)

If, further, A and B are exhaustive as well (A ∪ B = S), then P(A ∪ B) = 1, so P(A) + P(B) = 1.

For three events A, B, C, the rule extends to:

P(A ∪ B ∪ C) = P(A) + P(B) + P(C) − P(A ∩ B) − P(B ∩ C) − P(A ∩ C) + P(A ∩ B ∩ C)

Two useful related results, both following from the addition theorem and De Morgan's law, are:

  • P(A occurs but not B) = P(A ∩ B′) = P(A) − P(A ∩ B).
  • P(neither A nor B occurs) = P(A′ ∩ B′) = 1 − P(A ∪ B).

Worked Example: A card is drawn from a well-shuffled deck of 52 playing cards. Find the probability that it is a king or a heart.

Let A = "the card is a king" and B = "the card is a heart". There are 4 kings, so P(A) = 4/52. There are 13 hearts, so P(B) = 13/52. The king of hearts is the single card common to both events, so P(A ∩ B) = 1/52.

By the addition theorem: P(A ∪ B) = 4/52 + 13/52 − 1/52 = 16/52 = 4/13.

Worked Example (mutually exclusive case): A fair die is thrown once. Let A = "an even number appears" = {2, 4, 6} and B = "the number 5 appears" = {5}. Since A ∩ B = φ, A and B are mutually exclusive, so:

P(A ∪ B) = P(A) + P(B) = 3/6 + 1/6 = 4/6 = 2/3.

Addition theorem (two events) P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Mutually exclusive case P(A ∪ B) = P(A) + P(B) when A ∩ B = φ
Addition theorem (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)
A but not B P(A ∩ B′) = P(A) − P(A ∩ B)
Neither A nor B P(A′ ∩ B′) = 1 − P(A ∪ B)
Remember
  • General addition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B).
  • For mutually exclusive events, P(A ∩ B) = 0, so P(A ∪ B) = P(A) + P(B).
  • If A, B are also exhaustive, P(A) + P(B) = 1.
  • P(A ∩ B′) = P(A) − P(A ∩ B); P(A′ ∩ B′) = 1 − P(A ∪ B).
  • The rule extends to three events with a similar inclusion–exclusion pattern.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

n(S) = 2^n
Sample space size (coin, n tosses)
n(S) = 6^n
Sample space size (die, n throws)
n(S) = 36
Two dice thrown together
A ⊆ S
Event
A′ = S − A
Complement of an event
n(A′) = n(S) − n(A)
Outcome count of complement
P(φ) = 0
Impossible event
P(S) = 1
Sure event
A ∩ B = φ
Mutually exclusive events
E1 ∪ E2 ∪ ... ∪ En = S
Exhaustive events
(A ∪ B)′ = A′ ∩ B′
De Morgan's law (union)
(A ∩ B)′ = A′ ∪ B′
De Morgan's law (intersection)
A − B = A ∩ B′
A but not B
0 ≤ P(A) ≤ 1
Range of probability
P(S) = 1
Probability of sample space
P(E1 ∪ E2 ∪ ... ∪ En) = P(E1) + P(E2) + ... + P(En)
Additivity for mutually exclusive events
p1 + p2 + ... + pn = 1
Sum over elementary events
P(A′) = 1 − P(A)
Complement rule
P(φ) = 0
Impossible event
P(A) = n(A) / n(S)
Classical (equally likely) probability
P(at least one) = 1 − P(none)
At least one
P = 5/36
Two dice: sum = 8
P = 3/4
Two coin tosses: at least one head
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Addition theorem (two events)
P(A ∪ B) = P(A) + P(B)
Mutually exclusive case
P(A∪B∪C) = P(A)+P(B)+P(C)−P(A∩B)−P(B∩C)−P(A∩C)+P(A∩B∩C)
Addition theorem (three events)
P(A ∩ B′) = P(A) − P(A ∩ B)
A but not B
P(A′ ∩ B′) = 1 − P(A ∪ B)
Neither A nor B

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Sample Space easy

A coin is tossed twice. The number of elements in the sample space is:

Q2 Types of Events easy

In a single throw of an ordinary die, the event 'getting a number greater than 6' is:

Q3 Algebra of Events medium

If A = {1, 3, 5} and B = {2, 3, 4} are subsets of S = {1, 2, 3, 4, 5, 6}, then A ∩ B is:

Q4 Mutually Exclusive Events medium

Two events A and B of a sample space S are said to be mutually exclusive if:

Q5 Axiomatic Probability medium

A sample space S = {ω1, ω2, ω3, ω4} has equally likely outcomes. The probability of the elementary event {ω1} is:

Q6 Classical Probability easy

A card is drawn at random from a well-shuffled deck of 52 playing cards. The probability that it is an ace is:

Q7 Classical Probability medium

Two fair dice are thrown together. The probability that the sum of the numbers appearing is 7 is:

Q8 Addition Theorem medium

If P(A) = 0.5, P(B) = 0.4, and A, B are mutually exclusive events, then P(A ∪ B) equals:

Q9 Addition Theorem hard

If P(A) = 0.6, P(B) = 0.5 and P(A ∩ B) = 0.3, then P(A ∪ B) equals:

Q10 Complement Rule easy

If P(A) = 0.35, then P(not A) equals:

Q11 Exhaustive Events hard

Events E1, E2, E3 are mutually exclusive and exhaustive with P(E1) = 2x, P(E2) = 3x, P(E3) = 5x. The value of x is:

Q12 Addition Theorem hard

For any two events A and B in a sample space S, P(A′ ∩ B′) equals:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 A coin is tossed three times. Write the sample space of the experiment, and find the event A = 'at least two heads occur'.Sample Space

Each toss gives H or T, and there are 3 tosses, so n(S) = 23 = 8.

S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}

'At least two heads' means two or three heads. Checking each outcome: HHH (3 heads), HHT (2 heads), HTH (2 heads), THH (2 heads) all qualify.

So A = {HHH, HHT, HTH, THH}, n(A) = 4, and assuming equally likely outcomes, P(A) = 4/8 = 1/2.

2 A die is thrown once. Describe the events: (i) A = 'a number less than 7 appears' (ii) B = 'a number greater than 7 appears'. State which of these is a sure event and which is an impossible event.Types of Events

S = {1, 2, 3, 4, 5, 6}.

(i) A = numbers less than 7 = {1, 2, 3, 4, 5, 6} = S. Since A equals the entire sample space, A is a sure event, with P(A) = 1.

(ii) B = numbers greater than 7 = φ, since no face of the die shows a number greater than 7. So B is an impossible event, with P(B) = 0.

3 A sample space consists of three elementary events ω1, ω2, ω3. Check whether the assignment P(ω1) = 0.6, P(ω2) = 0.4, P(ω3) = 0.2 is a valid assignment of probability, and justify your answer.Axiomatic Probability

For a valid assignment of probability, two conditions must hold: (i) each pi must satisfy 0 ≤ pi ≤ 1, and (ii) the sum of the probabilities of all elementary events must equal exactly 1.

Here, each of 0.6, 0.4 and 0.2 individually lies between 0 and 1, so condition (i) is satisfied.

However, the sum is 0.6 + 0.4 + 0.2 = 1.2, which is not equal to 1. This violates the second axiom (P(S) = 1).

Hence this is not a valid assignment of probability.

4 Two dice are thrown. Find the probability that the sum of the numbers appearing is neither 9 nor 11.Classical Probability

Total outcomes: n(S) = 6 × 6 = 36, all equally likely.

Outcomes with sum 9: (3,6), (4,5), (5,4), (6,3) — 4 outcomes.

Outcomes with sum 11: (5,6), (6,5) — 2 outcomes.

Since a single throw cannot give both sum 9 and sum 11 at once, these events are mutually exclusive, so outcomes favourable to 'sum is 9 or 11' = 4 + 2 = 6.

P(sum is 9 or 11) = 6/36 = 1/6.

Therefore, P(sum is neither 9 nor 11) = 1 − 1/6 = 5/6.

5 A and B are events such that P(A) = 0.42, P(B) = 0.48, and P(A ∩ B) = 0.16. Find (i) P(not A), (ii) P(not B), and (iii) P(A ∪ B).Addition Theorem

(i) P(not A) = P(A′) = 1 − P(A) = 1 − 0.42 = 0.58.

(ii) P(not B) = P(B′) = 1 − P(B) = 1 − 0.48 = 0.52.

(iii) By the addition theorem, P(A ∪ B) = P(A) + P(B) − P(A ∩ B) = 0.42 + 0.48 − 0.16 = 0.74.

6 In a single throw of a die, let A = event of getting an even number = {2, 4, 6} and B = event of getting an odd number = {1, 3, 5}. Show that A and B are mutually exclusive and exhaustive events, and verify that P(A) + P(B) = 1.Algebra of Events

S = {1, 2, 3, 4, 5, 6}, A = {2, 4, 6}, B = {1, 3, 5}.

Mutually exclusive: A ∩ B = φ, since no number is both even and odd. Hence A and B are mutually exclusive.

Exhaustive: A ∪ B = {1, 2, 3, 4, 5, 6} = S. Hence A and B are exhaustive.

Since all six outcomes are equally likely, P(A) = 3/6 = 1/2 and P(B) = 3/6 = 1/2.

P(A) + P(B) = 1/2 + 1/2 = 1, which is verified, as expected for mutually exclusive and exhaustive events.

Previous-year board questions 4

Q1 If A and B are mutually exclusive events with P(A) = 0.35 and P(B) = 0.45, find P(A ∪ B). CBSE 2023 1 mark

Since A and B are mutually exclusive, P(A ∩ B) = 0, so:

P(A ∪ B) = P(A) + P(B) = 0.35 + 0.45 = 0.80.

Q2 A card is drawn at random from a well-shuffled deck of 52 playing cards. Find the probability that the card drawn is neither a red card nor a queen. CBSE 2022 2 marks

Let A = 'the card is red' and B = 'the card is a queen'.

Number of red cards: 26, so P(A) = 26/52. Number of queens: 4, so P(B) = 4/52. There are 2 red queens (queen of hearts, queen of diamonds), so P(A ∩ B) = 2/52.

By the addition theorem, P(A ∪ B) = 26/52 + 4/52 − 2/52 = 28/52 = 7/13.

P(neither red nor a queen) = P(A′ ∩ B′) = 1 − P(A ∪ B) = 1 − 7/13 = 6/13.

Q3 Three coins are tossed once. Find the probability of getting (i) exactly two tails, (ii) at least one head, (iii) at most two tails. CBSE 2019 3 marks

The sample space has n(S) = 23 = 8 equally likely outcomes:

S = {HHH, HHT, HTH, HTT, THH, THT, TTH, TTT}

(i) Exactly two tails: HTT, THT, TTH → 3 outcomes. P = 3/8.

(ii) At least one head = 1 − P(no head) = 1 − P(TTT) = 1 − 1/8 = 7/8.

(iii) At most two tails = 1 − P(all three tails) = 1 − P(TTT) = 1 − 1/8 = 7/8.

Q4 If P(A) = 0.6, P(B) = 0.3 and P(A ∩ B) = 0.2, are A and B mutually exclusive events? Justify your answer. CBSE 2020 1 mark

Two events A and B are mutually exclusive only if P(A ∩ B) = 0.

Here, P(A ∩ B) = 0.2, which is not equal to 0. This means A and B share some common outcomes and can occur simultaneously.

Hence, A and B are not mutually exclusive.

Part of Priodemy for School

Interactive CBSE lessons, Class 8–12 — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI