An **event** is any subset E of the sample space S of a random experiment.
**Key Understanding:**
**Occurrence of an Event:**
An event E is said to have **occurred** if the outcome ω of the experiment satisfies ω ∈ E. If ω ∉ E, the event has not occurred.
---
**Impossible Event:** The empty set φ (no outcome satisfies the event condition)
**Sure Event:** The entire sample space S (every outcome ensures the event)
**Definition:** An event containing exactly one sample point.
**Properties:**
**Definition:** An event with more than one sample point.
**Examples:**
Each contains multiple outcomes, hence compound.
---
Events can be combined using set operations similar to combining sets.
**Definition:** A′ represents the event "not A"
**Formula:**
A′ = {ω : ω ∈ S and ω ∉ A} = S – A
**Property:** If A occurs, A′ doesn't occur, and vice versa
**Example:** Tossing three coins, S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}
If A = "only one tail" = {HHH, HHT, HTH}, then A′ = {HTT, THT, TTH, TTT}
**Definition:** A ∪ B represents "A or B or both"
**Formula:**
A ∪ B = {ω : ω ∈ A or ω ∈ B}
Contains all outcomes in A, all in B, and all common to both.
**Definition:** A ∩ B represents "A and B simultaneously"
**Formula:**
A ∩ B = {ω : ω ∈ A and ω ∈ B}
Contains only outcomes common to both A and B.
**Example:** Two dice thrown, A = "first die shows 6", B = "sum ≥ 11"
A = {(6,1), (6,2), (6,3), (6,4), (6,5), (6,6)}
B = {(5,6), (6,5), (6,6)}
A ∩ B = {(6,5), (6,6)} represents "first die is 6 AND sum is at least 11"
**Definition:** A – B represents "A occurs but B doesn't"
**Formula:**
A – B = A ∩ B′
Contains outcomes in A that are not in B.
---
**Definition:** Two events A and B are **mutually exclusive** if they cannot occur simultaneously.
**Condition:** A ∩ B = φ (the sets are disjoint)
**Property:** Simple events of a sample space are always mutually exclusive.
**Example:** Rolling a die, A = "odd number appears" = {1, 3, 5}, B = "even number appears" = {2, 4, 6}
A ∩ B = φ, so A and B are mutually exclusive.
**Counterexample:** A = "odd number" = {1, 3, 5}, B = "number less than 4" = {1, 2, 3}
A ∩ B = {1, 3} ≠ φ, so they are NOT mutually exclusive.
---
**Definition:** Events E₁, E₂, ..., Eₙ are **exhaustive** if their union equals the sample space.
**Condition:**
E₁ ∪ E₂ ∪ ... ∪ Eₙ = S
This means at least one of the events must occur in every trial.
**Mutually Exclusive and Exhaustive Events:**
If events are:
1. Pairwise disjoint: Eᵢ ∩ Eⱼ = φ for i ≠ j
2. Their union is S: ⋃ᵢ₌₁ⁿ Eᵢ = S
Then they form a **partition** of S.
**Example:** Three coins tossed, A = "no heads" = {TTT}, B = "exactly one head" = {HTT, THT, TTH}, C = "at least two heads" = {HHT, HTH, THH, HHH}
These form a mutually exclusive and exhaustive set.
---
**Definition:** Probability P is a real-valued function from the power set of S to [0, 1] satisfying three axioms:
**Axiom 1 (Non-negativity):** For any event E,
P(E) ≥ 0
**Axiom 2 (Certainty):** For the sample space S,
P(S) = 1
**Axiom 3 (Additivity):** If E and F are mutually exclusive events (E ∩ F = φ), then
P(E ∪ F) = P(E) + P(F)
**Consequence:** P(φ) = 0
Proof: Take any event E and F = φ. Since E ∩ φ = φ:
P(E ∪ φ) = P(E) + P(φ) → P(E) = P(E) + P(φ) → P(φ) = 0
**For a sample space S = {ω₁, ω₂, ..., ωₙ}:**
1. 0 ≤ P(ωᵢ) ≤ 1 for each elementary event ωᵢ
2. P(ω₁) + P(ω₂) + ... + P(ωₙ) = 1
3. For any event A ⊆ S: P(A) = Σ P(ωᵢ) for all ωᵢ ∈ A
**Multiple valid assignments exist:** For a coin toss, we can assign P(H) = ½, P(T) = ½ OR P(H) = ¼, P(T) = ¾, as long as both conditions are satisfied.
---
**Definition:** The probability of an event A is the sum of probabilities of all elementary events in A.
**Formula:**
P(A) = Σ P(ωᵢ) for all ωᵢ ∈ A
**Example:** Examining three consecutive pens (B = bad, G = good)
S = {BBB, BBG, BGB, GBB, BGG, GBG, GGB, GGG} with equal probabilities 1/8 each.
Event A: exactly one defective = {BGG, GBG, GGB}
P(A) = 1/8 + 1/8 + 1/8 = 3/8
---
**Definition:** If all outcomes in a sample space are **equally likely**, each has the same probability.
**Formula:** For sample space with n outcomes:
P(ωᵢ) = 1/n for each ωᵢ
**Probability of an Event (Classical Definition):**
P(E) = Number of favorable outcomes / Total number of outcomes = n(E) / n(S)
**Key Condition:** This formula applies ONLY when all outcomes are equally likely.
**Example:** Rolling a fair die, E = "getting prime" = {2, 3, 5}
P(E) = 3/6 = 1/2
---
**Theorem:** For any two events A and B,
P(A ∪ B) = P(A) + P(B) – P(A ∩ B)
**Derivation:** A ∪ B can be partitioned as:
A ∪ B = (A – B) ∪ (A ∩ B) ∪ (B – A)
These three sets are mutually exclusive, so:
P(A ∪ B) = P(A – B) + P(A ∩ B) + P(B – A)
Also:
P(A) = P(A – B) + P(A ∩ B) → P(A – B) = P(A) – P(A ∩ B)
P(B) = P(B – A) + P(A ∩ B) → P(B – A) = P(B) – P(A ∩ B)
Therefore:
P(A ∪ B) = [P(A) – P(A ∩ B)] + P(A ∩ B) + [P(B) – P(A ∩ B)]
= P(A) + P(B) – P(A ∩ B)
**For Mutually Exclusive Events:** If A ∩ B = φ, then
P(A ∪ B) = P(A) + P(B)
**Example:** Tossing three coins, A = "at least 2 heads" = {HHT, HTH, THH, HHH}, B = "exactly 1 head" = {HTT, THT, TTH}
With equal probabilities:
P(A) = 4/8, P(B) = 3/8, A ∩ B = φ
P(A ∪ B) = 4/8 + 3/8 = 7/8
**Common Mistake:** Students often compute P(A) + P(B) without subtracting P(A ∩ B), which causes overlap.
---
**Theorem:** For any event E and its complement E′,
P(E) + P(E′) = 1
Or equivalently:
P(E′) = 1 – P(E)
**Proof:** Since E and E′ partition S:
E ∪ E′ = S and E ∩ E′ = φ
By Axiom 3:
P(E ∪ E′) = P(E) + P(E′)
P(S) = P(E) + P(E′)
1 = P(E) + P(E′)
Therefore: P(E′) = 1 – P(E)
**Application:** If probability of rain is 0.4, probability of no rain is 0.6. This formula makes calculating "at least one" events easier—find probability of "none" and subtract from 1.
**Example:** Rolling a die, E = "getting less than 3" = {1, 2}
P(E) = 2/6 = 1/3
P(E′) = 1 – 1/3 = 2/3 (getting 3 or more)
Q1. When a die is rolled, which of the following represents a simple event?
Answer: B — A simple event contains exactly one sample point; {5} contains only the outcome 5, making it a simple event.
Q2. In tossing two coins, let A be the event 'at least one head' and B be the event 'exactly one tail'. Which statement is true?
Answer: B — A = {HH, HT, TH} and B = {HT, TH}; their intersection contains outcomes common to both, which are {HT, TH}.
Q3. If E is the event 'getting a multiple of 7 on rolling a die', then E is classified as:
Answer: C — No outcome on a die (1–6) is a multiple of 7, so E = φ, making it an impossible event.
Q4. Two events A and B are mutually exclusive if and only if:
Answer: B — Mutually exclusive events cannot occur simultaneously, which means they have no common outcomes, so A ∩ B = φ.
Q5. In rolling a die, let A = 'prime number' = {2, 3, 5} and B = 'number greater than 3' = {4, 5, 6}. What is A but not B?
Answer: A — A but not B = A − B = A ∩ B′; outcomes in A that are NOT in B are 2 and 3, so the answer is {2, 3}.
Q6. Which of the following is NOT correct about complementary events A and A′?
Answer: D — Complementary events are disjoint (A ∩ A′ = φ), not equal to the entire sample space; option D is incorrect.
Q7. In the experiment of tossing three coins, the event 'at most two heads' corresponds to which set?
Answer: D — 'At most two heads' means 0, 1, or 2 heads; this includes all 8 outcomes except HHH, giving {TTT, HTT, THT, TTH, HHT, HTH, THH}.
Q8. Assertion (A): Simple events of a sample space are always mutually exclusive. Reason (R): Each simple event contains exactly one sample point, and no two simple events share the same sample point.
Answer: A — Both statements are true: simple events contain one point each and cannot share outcomes, making them mutually exclusive; R correctly explains why A is true.
Q9. In rolling a die twice, let A = 'first roll is 6' and B = 'sum is at least 11'. How many outcomes satisfy both A and B?
Answer: B — A = {(6,1), (6,2), (6,3), (6,4), (6,5), (6,6)}, B = {(5,6), (6,5), (6,6)}; A ∩ B = {(6,5), (6,6)}, which contains 2 outcomes.
Q10. If S = {1, 2, 3, 4, 5, 6, 7, 8}, and events P = {2, 4, 6, 8} and Q = {3, 6}, then which statement is true?
Answer: D — P′ = {1, 3, 5, 7}, so P′ ∪ Q = {1, 3, 5, 7}; P ∩ Q = {6}, so (P ∩ Q)′ = {1, 2, 3, 4, 5, 7, 8}; Q′ = {1, 2, 4, 5, 7, 8}, so P ∩ Q′ = {2, 4, 8}; all three are correct.
What is an event in probability?
An event is any subset E of the sample space S associated with a random experiment.
When does an event E occur?
Event E occurs if the outcome ω of the experiment satisfies ω ∈ E.
What is a simple event?
A simple event is an event containing exactly one sample point from the sample space.
What is a compound event?
A compound event is an event containing more than one sample point from the sample space.
Define impossible and sure events.
Impossible event = φ (empty set, never occurs); Sure event = S (entire sample space, always occurs).
What does A′ (complement) represent?
A′ is the event 'not A', containing all outcomes in S that are not in A, where A′ = S − A.
When are two events mutually exclusive?
Events A and B are mutually exclusive if they cannot occur simultaneously, meaning A ∩ B = φ.
What is the difference between 'A or B' and 'A and B'?
'A or B' = A ∪ B (at least one occurs); 'A and B' = A ∩ B (both occur together).
How is 'A but not B' expressed using set notation?
'A but not B' is represented as A − B = A ∩ B′, containing outcomes in A that are not in B.
Why are simple events always mutually exclusive?
Simple events are mutually exclusive because each contains a unique single sample point, so no two simple events can share an outcome.
Define a simple event and a compound event. Give one example of each from the experiment of tossing a coin twice. [2 marks]
Simple event has exactly 1 sample point; compound event has 2+ sample points. For tossing 2 coins, use sample space S = {HH, HT, TH, TT}.
In rolling a die, let A be the event 'getting a number less than or equal to 3' and B be the event 'getting an odd number'. Find (i) A ∪ B, (ii) A ∩ B, (iii) A − B, and (iv) A′ ∩ B. Show all working steps. [5 marks]
First write A = {1, 2, 3} and B = {1, 3, 5}. Use definitions: A ∪ B includes all elements in A or B; A ∩ B is common elements; A − B = A ∩ B′; A′ = S − A then intersect with B.
Explain the concepts of mutually exclusive events and exhaustive events. Prove that if A and B are mutually exclusive and exhaustive events, then A ∪ B = S and A ∩ B = φ. Give a real-world example from the experiment of rolling a die. [6 marks]
Define mutually exclusive as A ∩ B = φ (cannot both occur) and exhaustive as A ∪ B = S (together cover all outcomes). Show both conditions hold simultaneously using set properties. Use example: A = 'even number' and B = 'odd number' on a die where A ∩ B = φ and A ∪ B = {1, 2, 3, 4, 5, 6}.
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →