📚 StudyOS CBSE Class 5–12 AI Tutor

Probability

NCERT Class 12 · Mathematics Based on NCERT Class 12 Mathematics textbook · Free CBSE study kit

Chapter Notes

Conditional Probability

**Definition**: If E and F are two events associated with the same sample space S of a random experiment, the conditional probability of event E given that F has already occurred is denoted as **P(E|F)** and is defined as:

**P(E|F) = P(E ∩ F) / P(F)** provided **P(F) ≠ 0**

This formula gives the probability of E occurring when we know F has already occurred, thus reducing the sample space from S to F.

**Intuitive Explanation**: When event F occurs, the sample space effectively reduces to only the outcomes in F. Among these outcomes, we count how many also satisfy event E (these are in E ∩ F). The conditional probability is the ratio of favorable outcomes to total outcomes in the reduced sample space.

**Example 1: Card Problem**

From a standard deck of 52 cards, given that a card drawn is a heart (event F), find the probability it is an ace (event E).

  • F = {all 13 hearts}, so P(F) = 13/52
  • E ∩ F = {ace of hearts}, so P(E ∩ F) = 1/52
  • P(E|F) = (1/52)/(13/52) = 1/13
  • **Example 2: Two Children Problem**

    A family has two children. Find P(both boys | at least one boy).

  • Sample space: S = {(b,b), (b,g), (g,b), (g,g)}, each with probability 1/4
  • E = {(b,b)} (both boys), P(E) = 1/4
  • F = {(b,b), (b,g), (g,b)} (at least one boy), P(F) = 3/4
  • E ∩ F = {(b,b)}, P(E ∩ F) = 1/4
  • P(E|F) = (1/4)/(3/4) = **1/3**
  • **Key Insight**: The conditional probability is only defined when P(F) ≠ 0 because we cannot condition on an impossible event.

    Properties of Conditional Probability

    **Property 1: P(S|F) = 1** and **P(F|F) = 1**

  • Since P(S|F) = P(S ∩ F)/P(F) = P(F)/P(F) = 1
  • The entire sample space or F itself always occurs when restricted to F
  • **Property 2: Addition Rule for Conditional Probability**

    For any events A, B with P(F) ≠ 0:

    **P((A ∪ B)|F) = P(A|F) + P(B|F) − P((A ∩ B)|F)**

    If A and B are disjoint (mutually exclusive):

    **P((A ∪ B)|F) = P(A|F) + P(B|F)**

    This follows from: P((A ∪ B)|F) = P[(A ∪ B) ∩ F]/P(F) = P[(A ∩ F) ∪ (B ∩ F)]/P(F)

    **Property 3: Complement Rule**

    **P(E'|F) = 1 − P(E|F)**

    Proof: Since E ∪ E' = S and P(S|F) = 1, and E and E' are disjoint:

    P(E|F) + P(E'|F) = P((E ∪ E')|F) = P(S|F) = 1

    **Example**: In a class, P(student is intelligent | student studies hard) = 0.8

    Then P(student is not intelligent | student studies hard) = 1 − 0.8 = 0.2

    ---

    Multiplication Theorem on Probability

    **Definition**: The multiplication theorem relates the probability of simultaneous occurrence of two events to conditional probability.

    **Multiplication Rule for Two Events:**

    **P(E ∩ F) = P(E) · P(F|E) = P(F) · P(E|F)**

    provided P(E) ≠ 0 and P(F) ≠ 0

    **Derivation**: From the definition of conditional probability:

  • P(E|F) = P(E ∩ F)/P(F), therefore P(E ∩ F) = P(F) · P(E|F)
  • P(F|E) = P(E ∩ F)/P(E), therefore P(E ∩ F) = P(E) · P(F|E)
  • **Multiplication Rule for Three Events:**

    **P(E ∩ F ∩ G) = P(E) · P(F|E) · P(G|(E ∩ F))**

    This extends naturally: find probability of E, then F given E, then G given both E and F have occurred.

    **Example 1: Drawing Without Replacement**

    An urn contains 10 black and 5 white balls. Two balls are drawn one after another without replacement. Find P(both black).

  • E: first ball is black, P(E) = 10/15 = 2/3
  • F: second ball is black given first is black, P(F|E) = 9/14 (now 9 black out of 14 balls remain)
  • P(E ∩ F) = (10/15) × (9/14) = 90/210 = **3/7**
  • **Example 2: Three Cards**

    From a shuffled deck of 52 cards, draw three cards without replacement. Find P(first two are kings and third is an ace).

  • P(1st is king) = 4/52
  • P(2nd is king | 1st is king) = 3/51 (3 kings remain from 51 cards)
  • P(3rd is ace | first two kings) = 4/50 (all 4 aces remain from 50 cards)
  • P(KKA) = (4/52) × (3/51) × (4/50) = 48/132,600 = **2/5525**
  • **Key Points**:

  • The order of multiplication does not matter: P(E ∩ F) = P(E) · P(F|E) = P(F) · P(E|F)
  • Conditions on events change as we progress through the chain
  • Always work left to right: probability of first event, then next given first has occurred, etc.
  • ---

    Independent Events

    **Definition 1 (Using Conditional Probability)**: Events E and F are **independent** if:

    **P(F|E) = P(F)** (provided P(E) ≠ 0) and **P(E|F) = P(E)** (provided P(F) ≠ 0)

    This means occurrence of one event does not change the probability of the other.

    **Definition 2 (Using Intersection)**: Events E and F are **independent** if:

    **P(E ∩ F) = P(E) · P(F)**

    This is equivalent to Definition 1 and often more practical to use.

    **Intuitive Meaning**: Two events are independent if knowledge that one has occurred does not change the probability assessment of the other.

    **Example 1: Card Drawing**

    Draw one card from a deck. Let E = "card is a spade" and F = "card is an ace".

  • P(E) = 13/52 = 1/4
  • P(F) = 4/52 = 1/13
  • P(E ∩ F) = 1/52 (ace of spades)
  • Check: P(E) · P(F) = (1/4) × (1/13) = 1/52 = P(E ∩ F) ✓
  • Therefore E and F are **independent**
  • Also: P(E|F) = (1/52)/(1/13) = 1/4 = P(E) confirms independence
  • **Example 2: Dice Rolls**

    Roll a fair die twice. Let E = "first die shows odd" and F = "second die shows even".

  • P(E) = 3/6 = 1/2
  • P(F) = 3/6 = 1/2
  • P(E ∩ F) = (3/6) × (3/6) = 9/36 = 1/4 = P(E) · P(F) ✓
  • E and F are **independent** because the results of two dice rolls do not affect each other
  • **Important Distinctions**:

  • **Independent vs Mutually Exclusive**: These are completely different concepts
  • Mutually exclusive: E and F cannot both occur, i.e., E ∩ F = ∅
  • Independent: Occurrence of one doesn't affect probability of the other
  • If E and F are mutually exclusive with P(E) > 0 and P(F) > 0, they **cannot be independent** because P(E|F) = 0 ≠ P(E)
  • Examples: (1) Rolling a die: getting 1 and getting 2 are mutually exclusive but not independent in context. (2) Drawing cards: drawing a heart and drawing a spade are mutually exclusive; independent only by accident of definition
  • **Dependent Events**: If P(E ∩ F) ≠ P(E) · P(F), then E and F are **dependent**
  • **Mutual Independence of Three Events**:

    Events A, B, C are **mutually independent** if **all** of the following hold:

  • P(A ∩ B) = P(A) · P(B)
  • P(A ∩ C) = P(A) · P(C)
  • P(B ∩ C) = P(B) · P(C)
  • P(A ∩ B ∩ C) = P(A) · P(B) · P(C)
  • If any one condition fails, the events are not mutually independent. Note: pairwise independence does not guarantee mutual independence.

    **Example 3: Testing Independence**

    Let A = "first die shows odd", B = "second die shows odd", C = "sum is even".

  • P(A) = 1/2, P(B) = 1/2, P(C) = 1/2
  • P(A ∩ B) = 1/4 = P(A)P(B) ✓
  • P(A ∩ C): sum is even when both odd or both even. If A occurs (first odd), C occurs when second is odd. P(A ∩ C) = 1/4 = P(A)P(C) ✓
  • P(B ∩ C): similarly 1/4 = P(B)P(C) ✓
  • P(A ∩ B ∩ C) = P(both odd and sum even) = 1/4 = P(A)P(B)P(C) ✓
  • A, B, C are **mutually independent**
  • **Example 4: Checking Dependence**

    A box has 4 cards: RR, RB, BR, BB (two-sided cards).

    Draw one card. Let A = "side 1 is red", B = "side 2 is red".

  • P(A) = 2/4 = 1/2 (cards RR, RB show red on side 1)
  • P(B) = 2/4 = 1/2 (cards RR, BR show red on side 2)
  • P(A ∩ B) = 1/4 (only card RR shows red on both sides)
  • P(A) · P(B) = 1/4 ✓
  • A and B are **independent** (somewhat counterintuitive but mathematically true)
  • ---

    Bayes' Theorem

    **Statement**: If E₁, E₂, ..., Eₙ are mutually exclusive and exhaustive events with P(Eᵢ) > 0 for all i, and F is any event with P(F) > 0, then:

    **P(Eᵢ|F) = [P(Eᵢ) · P(F|Eᵢ)] / P(F)**

    where **P(F) = Σⱼ P(Eⱼ) · P(F|Eⱼ)** (law of total probability)

    **Detailed Formula for Two Events**:

    If E and E' partition the sample space and F is any event:

    **P(E|F) = [P(E) · P(F|E)] / [P(E) · P(F|E) + P(E') · P(F|E')]**

    **Terminology**:

  • **P(Eᵢ)**: Prior probability (probability before observing F)
  • **P(F|Eᵢ)**: Likelihood (probability of observing F given Eᵢ)
  • **P(Eᵢ|F)**: Posterior probability (probability after observing F)
  • **P(F)**: Total probability of evidence
  • **Derivation**: From the multiplication rule:

    P(Eᵢ ∩ F) = P(Eᵢ) · P(F|Eᵢ) = P(F) · P(Eᵢ|F)

    Therefore: P(Eᵢ|F) = [P(Eᵢ) · P(F|Eᵢ)] / P(F)

    By total probability: P(F) = Σⱼ P(Eⱼ ∩ F) = Σⱼ P(Eⱼ) · P(F|Eⱼ)

    **Example 1: Medical Diagnosis**

    A certain disease affects 1% of the population. A test has 99% accuracy for infected people and 98% accuracy for healthy people (i.e., 2% false positive rate). If a person tests positive, what is the probability they actually have the disease?

    Let D = "person has disease", T⁺ = "person tests positive"

  • P(D) = 0.01, P(D') = 0.99
  • P(T⁺|D) = 0.99 (sensitivity)
  • P(T⁺|D') = 0.02 (false positive rate)
  • Find P(D|T⁺):

  • P(T⁺) = P(D) · P(T⁺|D) + P(D') · P(T⁺|D')
  • P(T⁺) = 0.01 × 0.99 + 0.99 × 0.02 = 0.0099 + 0.0198 = 0.0297
  • P(D|T⁺) = [P(D) · P(T⁺|D)] / P(T⁺)
  • P(D|T⁺) = (0.01 × 0.99) / 0.0297 = 0.0099 / 0.0297 ≈ **0.333 or 33.3%**
  • Despite testing positive, there's only about 1 in 3 chance of having the disease due to the low prevalence.

    **Example 2: Defective Products**

    A factory has three machines A, B, C producing 50%, 30%, 20% of items respectively. Defect rates are 3%, 4%, 5% respectively. An item is found defective. Find probability it came from machine A.

    Let A, B, C = "item from machine A/B/C", D = "item defective"

  • P(A) = 0.5, P(B) = 0.3, P(C) = 0.2
  • P(D|A) = 0.03, P(D|B) = 0.04, P(D|C) = 0.05
  • Total probability of defect:

    P(D) = P(A)P(D|A) + P(B)P(D|B) + P(C)P(D|C)

    P(D) = 0.5(0.03) + 0.3(0.04) + 0.2(0.05) = 0.015 + 0.012 + 0.01 = 0.037

    By Bayes' theorem:

    P(A|D) = [P(A) · P(D|A)] / P(D) = (0.5 × 0.03) / 0.037 = 0.015 / 0.037 ≈ **0.405 or 40.5%**

    **Example 3: Coin Selection**

    There are three coins: one fair coin and two biased coins (both show heads with probability 0.7). A coin is selected randomly and tossed, resulting in heads. What is the probability the selected coin is fair?

    Let F = "fair coin selected", B = "biased coin selected", H = "heads appears"

  • P(F) = 1/3, P(B) = 2/3
  • P(H|F) = 1/2, P(H|B) = 0.7
  • Total probability:

    P(H) = P(F) · P(H|F) + P(B) · P(H|B)

    P(H) = (1/3)(1/2) + (2/3)(0.7) = 1/6 + 1.4/3 = 1/6 + 14/30 = 5/30 + 14/30 = 19/30

    By Bayes' theorem:

    P(F|H) = [P(F) · P(H|F)] / P(H) = [(1/3) · (1/2)] / (19/30)

    P(F|H) = (1/6) × (30/19) = 30/114 = **5/19**

    **Key Applications**:

  • Medical diagnosis and disease screening
  • Spam email filtering
  • Quality control and defect detection
  • Weather prediction and forecasting
  • Legal reasoning and criminal investigations
  • Machine learning and artificial intelligence
  • **Common Mistakes**:

  • Confusing P(F|E) with P(E|F) — they are not equal
  • Forgetting to calculate P(F) using total probability
  • Using only P(E) · P(F|E) without normalizing by P(F)
  • Not recognizing when events partition the sample space
  • ---

    Random Variables and Probability Distributions

    **Definition**: A **random variable** is a function that assigns a real number to each outcome in the sample space of a random experiment. Typically denoted by capital letters X, Y, Z, etc.

    **Formal Definition**: Let S be a sample space. A random variable X is a function X: S → ℝ that associates a real number X(ω) with each outcome ω ∈ S.

    **Example 1: Coin Toss**

    Toss a coin three times. Let X = number of heads.

  • Sample space: S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT}
  • X can take values: 0, 1, 2, 3
  • X(HHH) = 3, X(HHT) = 2, X(HTT) = 1, X(TTT) = 0
  • **Example 2: Dice Roll**

    Roll a die. Let X = outcome on the die.

  • S = {1, 2, 3, 4, 5, 6}
  • X takes values 1, 2, 3, 4, 5, 6
  • X is the identity function here
  • **Types of Random Variables**:

  • **Discrete Random Variable**: Takes on a countable number of distinct values (e.g., integers). X(S) is finite or countably infinite
  • **Continuous Random Variable**: Takes on any real value in an interval (e.g., height, weight, time). X(S) is an interval or union of intervals
  • This chapter focuses on **discrete random variables**.

    **Probability Distribution (Probability Mass Function)**:

    The **probability distribution** of a discrete random variable X lists all possible values of X and their corresponding probabilities.

    **Definition**: For a discrete random variable X taking values x₁, x₂, x₃, ..., the probability distribution is given by:

  • **P(X = xᵢ) = p(xᵢ)** for each value xᵢ
  • **Properties of Probability Distribution**:

    1. **p(xᵢ) ≥ 0** for all i (probabilities are non-negative)

    2. **Σᵢ p(xᵢ) = 1** (probabilities sum to 1)

    **Representation**: Usually presented as a table or list:

    | X | x₁ | x₂ | x₃ | ... |

    |---|----|----|----|----|

    | P(X) | p₁ | p₂ | p₃ | ... |

    **Example 1: Three Coins, Number of Heads**

    Toss three fair coins. X = number of heads.

  • Sample space has 8 equally likely outcomes
  • P(X=0) = 1/8 (TTT)
  • P(X=1) = 3/8 (HTT, THT, TTH)
  • P(X=2) = 3/8 (HHT, HTH, THH)
  • P(X=3) = 1/8 (HHH)
  • Probability distribution:

    | X | 0 | 1 | 2 | 3 |

    |---|---|---|---|---|

    | P(X) | 1/8 | 3/8 | 3/8 | 1/8 |

    Check: 1/8 + 3/8 + 3/8 + 1/8 = 8/8 = 1 ✓

    **Example 2: Two Dice, Sum of Numbers**

    Roll two fair dice. X = sum of numbers appearing.

    Possible values: 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12

    Total outcomes: 36

  • P(X=2) = 1/36 (1,1)
  • P(X=3) = 2/36 (1,2), (2,1)
  • P(X=4) = 3/36 (1,3), (2,2), (3,1)
  • P(X=5) = 4/36
  • P(X=6) = 5/36
  • P(X=7) = 6/36
  • P(X=8) = 5/36
  • P(X=9) = 4/36
  • P(X=10) = 3/36
  • P(X=11) = 2/36
  • P(X=12) = 1/36
  • Sum: 1+2+3+4+5+6+5+4+3+2+1 = 36/36 = 1 ✓

    ---

    Mean (Expected Value) of a Probability Distribution

    **Definition**: The **mean** or **expected value** of a discrete random variable X, denoted as **E(X)** or **μ**, is:

    **E(X) = Σᵢ xᵢ · P(X = xᵢ)**

    This is the weighted average of all possible values, where weights are probabilities.

    **Physical Interpretation**: If the experiment is repeated many times, the average of all outcomes approaches E(X).

    **Example 1: Three Coins, Number of Heads**

    From previous example:

    E(X) = 0 · (1/8) + 1 · (3/8) + 2 · (3/8) + 3 · (1/8)

    E(X) = 0 + 3/8 + 6/8 + 3/8 = 12/8 = **3/2 or 1.5**

    This makes intuitive sense: with three fair coins, we expect 1.5 heads on average (by symmetry, exactly 3/2).

    **Example 2: Fair Die**

    Roll a fair die. X = number on die.

    E(X) = 1 · (1/6) + 2 · (1/6) + 3 · (1/6) + 4 · (1/6) + 5 · (1/6) + 6 · (1/6)

    E(X) = (1+2+3+4+5+6)/6 = 21/6 = **3.5**

    **Example 3: Profit Distribution**

    A company's daily profit X (in thousands of rupees) has distribution:

    | X | 0 | 1 | 2 | 3 |

    |---|---|---|---|---|

    | P(X) | 0.2 | 0.3 | 0.4 | 0.1 |

    E(X) = 0(0.2) + 1(0.3) + 2(0.4) + 3(0.1)

    E(X) = 0 + 0.3 + 0.8 + 0.3 = **1.4 thousand rupees or ₹1400**

    Expected average daily profit is ₹1400.

    **Properties of Expected Value**:

    1. **E(c) = c** where c is a constant

    2. **E(cX) = c · E(X)** (constant factor comes out)

    3. **E(X + Y) = E(X) + E(Y)** (expectation of sum = sum of expectations)

    4. **E(X + c) = E(X) + c** (adding constant adds to expectation)

    5. **If X and Y are independent: E(XY) = E(X) · E(Y)**

    ---

    Variance and Standard Deviation of a Probability Distribution

    **Definition of Variance**: The **variance** of a random variable X, denoted as **Var(X)** or **σ²**, measures how spread out the values are around the mean:

    **Var(X) = E[(X − μ)²] = Σᵢ (xᵢ − μ)² · P(X = xᵢ)**

    where μ = E(X)

    **Alternative Formula**:

    **Var(X) = E(X²) − [E(X)]²**

    Proof:

    E[(X − μ)²] = E[X² − 2μX + μ²]

    = E(X²) − 2μE(X) + μ²

    = E(X²) − 2μ · μ + μ²

    = E(X²) − μ²

    **Definition of Standard Deviation**: The **standard deviation** is:

    **σ = √Var(X)**

    It is in the same units as X and gives a more interpretable measure of spread.

    **Example 1: Three Coins, Number of Heads**

    From earlier: E(X) = 3/2

    First calculate E(X²):

    E(X²) = 0² · (1/8) + 1² · (3/8) + 2² · (3/8) + 3² · (1/8)

    E(X²) = 0 + 3/8 + 12/8 + 9/8 = 24/8 = 3

    Using the alternative formula:

    Var(X) = E(X²) − [E(X)]²

    Var(X) = 3 − (3/2)² = 3 − 9/4 = 12/4 − 9/4 = **3/4**

    Standard deviation:

    σ = √(3/4) = √3/2 ≈ **0.866**

    Using the definition directly (verification):

    Var(X) = (0 − 3/2)² · (1/8) + (1 − 3/2)² · (3/8) + (2 − 3/2)² · (3/8) + (3 − 3/2)² · (1/8)

    = (9/4) · (1/8) + (1/4) · (3/8) + (1/4) · (3/8) + (9/4) · (1/8)

    = 9/32 + 3/32 + 3/32 + 9/32 = 24/32 = 3/4 ✓

    **Example 2: Fair Die**

    From earlier: E(X) = 3.5

    E(X²) = 1² · (1/6) + 2² · (1/6) + ... + 6² · (1/6)

    = (1 + 4 + 9 + 16 + 25 + 36)/6 = 91/6

    Var(X) = 91/6 − (3.5)² = 91/6 − 12.25 = 91/6 − 49/4

    = 182/12 − 147/12 = 35/12 ≈ **2.917**

    σ = √(35/12) ≈ **1.708**

    **Example 3: Profit Distribution**

    From earlier, X has distribution with E(X) = 1.4

    E(X²) = 0² · (0.2) + 1² · (0.3) + 2² · (0.4) + 3² · (0.1)

    = 0 + 0.3 + 1.6 + 0.9 = 2.8

    Var(X) = E(X²) − [E(X)]²

    Var(X) = 2.8 − (1.4)² = 2.8 − 1.96 = **0.84**

    σ = √0.84 ≈ **0.917**

    **Properties of Variance**:

    1. **Var(c) = 0** (constant has zero variance)

    2. **Var(cX) = c² · Var(X)** (variance scales with square of constant)

    3. **Var(X + c) = Var(X)** (adding constant doesn't change variance)

    4. **If X and Y are independent: Var(X + Y) = Var(X) + Var(Y)**

    5. **Var(X) ≥ 0** (variance is always non-negative)

    **Interpretation**:

  • **Small variance**: Data concentrated near mean, less dispersion
  • **Large variance**: Data spread out, more variability
  • **σ ≈ 0**: All values very close to mean
  • **Large σ**: Values vary significantly from mean
  • ---

    Binomial Distribution

    **Definition**: A **Binomial Distribution** models a series of independent experiments (called Bernoulli trials) where each trial has exactly two outcomes: success (with probability p) or failure (with probability q = 1−p).

    **Conditions for Binomial Distribution**:

    1. Fixed number of trials: n (known in advance)

    2. Each trial is independent of others

    3. Each trial has exactly two possible outcomes (success/failure)

    4. Probability of success p is constant across all trials

    5. We count the total number of successes X in n trials

    **Bernoulli Trial**: A single experiment with two outcomes, success with probability p and failure with probability q = 1−p.

    **Notation**: If X follows a binomial distribution with parameters n and p, we write:

    **X ~ B(n, p)** or **X ~ Binomial(n, p)**

    **Probability Mass Function**:

    For X = 0, 1, 2, ..., n:

    **P(X = k) = ⁿCₖ · pᵏ · qⁿ⁻ᵏ**

    where:

  • n = number of trials
  • k = number of successes
  • p = probability of success in one trial
  • q = 1 − p = probability of failure
  • ⁿCₖ = n!/(k!(n−k)!) = binomial coefficient
  • **Proof/Derivation**:

    To get exactly k successes in n trials:

  • Choose which k of the n trials result in success: ⁿCₖ ways
  • Each successful trial has probability p: contributes pᵏ
  • Each of the (n−k) failed trials has probability q: contributes qⁿ⁻ᵏ
  • Multiply: P(X = k) = ⁿCₖ · pᵏ · qⁿ⁻ᵏ
  • **Example 1: Coin Tosses**

    Toss a fair coin 4 times. Find distribution of X = number of heads.

    Here n = 4, p = 0.5 (probability of heads), q = 0.5

  • P(X=0) = ⁴C₀ · (0.5)⁰ · (0.5)⁴ = 1 · 1 · 1/16 = 1/16
  • P(X=1) = ⁴C₁ · (0.5)¹
  • MCQs — 10 Questions with Answers

    Q1. If P(A) = 3/7, P(B) = 5/7, and P(A∩B) = 2/7, then P(A|B) = ?

    • A. 2/5 ✓
    • B. 3/5
    • C. 5/7
    • D. 2/7

    Answer: A — Using P(A|B) = P(A∩B)/P(B) = (2/7)/(5/7) = 2/5.

    Q2. A family has two children. What is the probability both are boys given at least one is a boy?

    • A. 1/2 ✓
    • B. 1/3
    • C. 1/4
    • D. 2/3

    Answer: A — Sample space with at least one boy: {(b,b), (g,b), (b,g)}, favorable outcome for both boys: {(b,b)}, so P = 1/3, not 1/2 (common error: P(b,b) from total space is 1/4).

    Q3. If P(E|F) = 0.6 and P(E'|F) = x, then x = ?

    • A. 0.6
    • B. 0.4 ✓
    • C. 0.3
    • D. Cannot be determined

    Answer: B — By Property 3, P(E'|F) = 1 − P(E|F) = 1 − 0.6 = 0.4.

    Q4. Ten numbered cards 1–10 are in a box. If drawn card is known to be > 5, probability it is even is?

    • A. 1/5
    • B. 2/5
    • C. 3/5 ✓
    • D. 3/4

    Answer: C — Given event F: {6,7,8,9,10}, favorable event E∩F: {6,8,10}, so P(E|F) = 3/5.

    Q5. Which statement about conditional probability is NOT correct?

    • A. P(E|F) requires P(F) > 0
    • B. P(E|F) = P(F|E) always ✓
    • C. P(E|F) + P(E'|F) = 1
    • D. P(S|F) = 1

    Answer: B — P(E|F) ≠ P(F|E) in general; they are different conditional probabilities representing different ordered events.

    Q6. Two events A and B satisfy: P(A) = 0.5, P(B) = 0.4, P(A∩B) = 0.2. Then P(A|B) and P(B|A) are respectively:

    • A. 0.5 and 0.4 ✓
    • B. 0.2 and 0.2
    • C. 0.5 and 0.4
    • D. 0.4 and 0.5

    Answer: A — P(A|B) = 0.2/0.4 = 0.5; P(B|A) = 0.2/0.5 = 0.4; they are unequal, illustrating order-dependence.

    Q7. For mutually exclusive events A, B and event F, if P(F) ≠ 0, then P((A∪B)|F) equals:

    • A. P(A|F) + P(B|F) − P((A∩B)|F)
    • B. P(A|F) + P(B|F) ✓
    • C. P(A|F) × P(B|F)
    • D. P(A|F) − P(B|F)

    Answer: B — For mutually exclusive events, P((A∩B)|F) = 0, so Property 2 simplifies to P((A∪B)|F) = P(A|F) + P(B|F).

    Q8. A box contains 5 red and 3 blue balls. One red ball is drawn and not replaced. Probability next ball is red given first was red:

    • A. 5/8
    • B. 4/7 ✓
    • C. 4/8
    • D. 5/7

    Answer: B — After drawing one red ball without replacement, 4 red and 3 blue remain out of 7 total, so P(second red | first red) = 4/7.

    Q9. **Assertion**: P(E|F) = P(E∩F)/P(F) is valid for all events F. **Reason**: This formula defines conditional probability when P(F) = 0.

    • A. Both assertion and reason are true; reason explains assertion
    • B. Both are true; reason does not explain assertion
    • C. Assertion is true; reason is false ✓
    • D. Assertion is false; reason is true

    Answer: C — The assertion is true and valid only when P(F) ≠ 0; the reason is false because the formula is not defined when P(F) = 0.

    Q10. In 100 students, 60 like Math and 45 like Science, 25 like both. If a student likes Math, probability they like Science is:

    • A. 45/100
    • B. 25/45
    • C. 25/60 ✓
    • D. 60/100

    Answer: C — P(Science|Math) = P(both)/P(Math) = 25/60, using students liking Math as the reduced sample space.

    Flashcards

    What is conditional probability P(E|F)?

    P(E|F) = P(E∩F)/P(F), the probability of event E occurring given that event F has already occurred, provided P(F) ≠ 0.

    Why must P(F) ≠ 0 in conditional probability formula?

    Because division by zero is undefined, and an event with zero probability (impossible event) cannot serve as a given condition to reduce the sample space.

    State Property 1 of conditional probability.

    P(S|F) = P(F|F) = 1, meaning the probability of the entire sample space or the event itself given that event has occurred is always 1.

    State Property 3 of conditional probability.

    P(E'|F) = 1 − P(E|F), the complement rule holds: conditional probability of complement equals 1 minus conditional probability of the event.

    For disjoint events A and B, what is P((A∪B)|F)?

    P((A∪B)|F) = P(A|F) + P(B|F), since the intersection P((A∩B)|F) = 0 for disjoint events.

    Two cards drawn without replacement: first is red. How does this affect probability second is red?

    The reduced sample space now has one fewer red card and one fewer total card, making P(second red | first red) = (red cards−1)/(total cards−1), which differs from initial probability.

    In a conditional probability problem, what does E∩F represent?

    E∩F represents outcomes where both events E and F occur simultaneously; these are the favorable outcomes for calculating P(E|F).

    A die shows number > 3. What is sample space for conditional probability?

    The reduced sample space is {4, 5, 6} instead of {1, 2, 3, 4, 5, 6}, containing only outcomes satisfying the given condition.

    Prove: P(E|F) + P(E'|F) = 1

    Since E and E' are disjoint and E∪E' = S, we have P((E∪E')|F) = P(E|F) + P(E'|F) = P(S|F) = 1 by Property 1.

    If P(A|B) = P(A), what can you conclude about events A and B?

    Events A and B are independent because knowing B occurred does not change the probability of A, meaning P(A∩B) = P(A)·P(B).

    Important Board Questions

    Define conditional probability and state the condition under which P(E|F) = P(E∩F)/P(F) is valid. Give one example. [2 marks]

    State P(E|F) formula explicitly, require P(F) ≠ 0, provide any real example like coin/card/dice with two events and calculate using the formula.

    Prove that P(E|F) + P(E'|F) = 1. Then use this to find P(E'|F) if P(E|F) = 7/13. [5 marks]

    Start with P(S|F) = P(E∪E'|F) = 1 from Property 1; expand using Property 2 for disjoint events E and E'; substitute values to compute P(E'|F) = 6/13.

    A die is thrown twice. Event A: sum of numbers is 8; Event B: first throw is at least 3. Find P(A|B) and verify using definition. [6 marks]

    List all outcomes in B: (3,1) to (6,6) — 24 outcomes; find A∩B: {(3,5), (4,4), (5,3)} — 3 outcomes; calculate P(A|B) = 3/24 = 1/8; verify by computing P(A∩B)/P(B) = (3/36)/(24/36) = 3/24.

    Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly

    Try StudyOS Free →