Math ClubMath Club
v1 · padrão canônico

Lesson 39 — Classical Probability

Sample space, events, Kolmogorov axioms. Classical probability: favorable cases over possible cases. Complement, addition, conditional, and independence. Simple Bayes.

Used in: 1.º ano do EM (15–16 anos) · Equiv. Math B japonês · Equiv. Stochastik Klasse 11 alemã · Equiv. H2 Math Statistics (Singapura)

P(A)=AΩP(A) = \frac{|A|}{|\Omega|}

The classical probability of an event AA is the number of favorable outcomes divided by the total number of outcomes in the sample space Ω\Omega — valid when all outcomes are equally likely. The value always lies in [0,1][0, 1]: zero means impossible, one means certain.

Choose your door

Rigorous notation, full derivation, hypotheses

Definitions and Axioms

Sample space and events

Kolmogorov's Axioms (1933)

Classical probability

Properties derived from the axioms

Conditional probability

Independence

Bayes' Theorem

"Bayes' theorem is a tool for updating beliefs in light of new evidence. The prior P(A)P(A) is updated to the posterior P(AB)P(A \mid B) when we observe BB." — Grinstead-Snell, Introduction to Probability, Chapter 4

Worked Examples

Exercise list

44 exercises · 11 with worked solution (25%)

Application 27Understanding 7Modeling 7Challenge 2Proof 1
  1. Ex. 39.1Understanding

    What term is used to express the probability of an event occurring? Are there restrictions on its values? If so, what are they? If not, explain.

    Select the correct option
    Select an option first
    Show solution
    The probability of an event is a number between 0 and 1, inclusive.
  2. Ex. 39.2Understanding

    What is the difference between events and outcomes? Give an example using the sample space of flipping a coin 50 times.

    Select the correct option
    Select an option first
    Show solution
    An outcome describes a single result (e.g., "heads"), while an event groups one or more outcomes (e.g., "at least one heads").
  3. Ex. 39.3Understanding

    How does the definition of the union of two sets resemble the definition of the union of two events in a probability model? How do they differ?

    Select the correct option
    Select an option first
    Show solution
    The union gathers everything in at least one of the sets; for events this means all outcomes belonging to at least one of the events.
  4. Ex. 39.4Modeling

    For the following exercises, two coins are flipped. What is the sample space?

    Select the correct option
    Select an option first
    Show solution
    Each coin has two faces; combining them yields four possible outcomes: HH, HT, TH, and TT.
  5. Ex. 39.5Application

    What is the probability of getting two heads when flipping two coins?

    Select the correct option
    Select an option first
    Show solution
    There are 4 possible outcomes and only 1 (HH) corresponds to two heads, so the probability is 1/4.
    Show step-by-step (with the why)
    1. 1. List the sample space: {HH, HT, TH, TT}.
    2. 2. Count the favorable outcomes (HH).
    3. 3. Divide by the total outcomes (4).
    4. 4. Simplify: 1/4.
  6. Ex. 39.6Application

    What is the probability of getting exactly one tail when flipping two coins?

    Select the correct option
    Select an option first
    Show solution
    The outcomes HT and TH have exactly one tail; that is 2 out of 4 possibilities, so 2/4 = 1/2.
  7. Ex. 39.7ApplicationAnswer key

    What is the probability of getting at least one tail when flipping two coins?

    Select the correct option
    Select an option first
    Show solution
    The only situation without a tail is HH; therefore P(at least 1 tail) = 1 − P(HH) = 1 − 1/4 = 3/4.
  8. Ex. 39.8Application

    What is the sample space when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    Each coin has 2 faces; 2⁴ = 16 different combinations of H and T.
  9. Ex. 39.9Application

    What is the probability of getting exactly two heads when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    There are C(4,2) = 6 favorable combinations out of 2⁴ = 16 possible, so 6/16 = 3/8.
    Show step-by-step (with the why)
    1. 1. Total outcomes = 2⁴ = 16.
    2. 2. Number of ways to choose 2 heads = C(4,2) = 6.
    3. 3. Probability = 6/16.
    4. 4. Simplify to 3/8.
  10. Ex. 39.10ApplicationAnswer key

    What is the probability of getting exactly three heads when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    There are C(4,3) = 4 favorable combinations; 4/16 = 1/4.
  11. Ex. 39.11Application

    What is the probability of getting four heads or four tails when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    There are two favorable sequences (HHHH and TTTT) out of 16, so 2/16 = 1/8.
  12. Ex. 39.12ApplicationAnswer key

    What is the probability of getting all tails when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    Only the sequence TTTT satisfies; 1/16.
  13. Ex. 39.13Application

    What is the probability of NOT getting all tails when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    Complement of "all tails": 1 − 1/16 = 15/16.
  14. Ex. 39.14ApplicationAnswer key

    What is the probability of getting exactly two heads or at least two tails when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    At least two tails includes 2, 3, and 4 tails → 6 + 4 + 1 = 11 combinations; probability 11/16.
    Show step-by-step (with the why)
    1. 1. Count combinations with at least two tails: 2 tails (6), 3 tails (4), 4 tails (1).
    2. 2. Sum: 6 + 4 + 1 = 11.
    3. 3. Divide by total of 16 outcomes.
    4. 4. Result = 11/16.
  15. Ex. 39.15Application

    What is the probability of getting exactly two heads or exactly three heads when flipping four coins?

    Select the correct option
    Select an option first
    Show solution
    Combinations: 2 heads → 6, 3 heads → 4; total 10/16 = 5/8.
  16. Ex. 39.16Application

    What is the probability of drawing a spade suit when drawing one card from a standard 52-card deck?

    Select the correct option
    Select an option first
    Show solution
    There are 13 spades in 52 cards; 13/52 = 1/4.
    Show step-by-step (with the why)
    1. 1. Total cards = 52.
    2. 2. Number of spades = 13.
    3. 3. Probability = 13/52.
    4. 4. Simplify to 1/4.
  17. Ex. 39.17Application

    What is the probability of drawing a two when drawing one card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    There are four twos; 4/52 = 1/13.
  18. Ex. 39.18Application

    What is the probability of drawing a six or a seven when drawing one card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    Six and seven each have 4 cards; 8/52 = 2/13.
  19. Ex. 39.19ApplicationAnswer key

    What is the probability of drawing a red six (that is, six of hearts or six of diamonds) when drawing one card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    There are two red sixes; 2/52 = 1/26.
  20. Ex. 39.20ApplicationAnswer key

    What is the probability of drawing an ace or a diamond when drawing one card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    Ace = 4, diamonds = 13, intersection = 1; (4 + 13 − 1)/52 = 16/52 = 4/13.
  21. Ex. 39.21Application

    What is the probability of drawing a card that is not an ace when drawing one card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    There are 52 − 4 = 48 cards that are not aces; 48/52 = 12/13.
  22. Ex. 39.22ApplicationAnswer key

    What is the probability of drawing a card that is a heart or that is not a jack when drawing one card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    Hearts = 13, non-jack = 48, intersection = 12; (13 + 48 − 12)/52 = 49/52.
  23. Ex. 39.23ModelingAnswer key

    For two dice rolled and whose faces are summed, describe the sample space of ordered pairs (i,j) with i,j = 1...6.

    Select the correct option
    Select an option first
    Show solution
    Each die has 6 faces; combining them yields 6 × 6 = 36 ordered pairs.
  24. Ex. 39.24Application

    What is the probability of getting a sum of 3 when rolling two dice?

    Select the correct option
    Select an option first
    Show solution
    Sum 3 occurs in the combinations (1,2) and (2,1): 2/36 = 1/18.
    Show step-by-step (with the why)
    1. 1. List the combinations that sum to 3: (1,2) and (2,1).
    2. 2. Count favorable combinations (2).
    3. 3. Total combinations = 36.
    4. 4. Probability = 2/36 = 1/18.
  25. Ex. 39.25ApplicationAnswer key

    What is the probability of getting at least one four or sum 8 when rolling two dice?

    Select the correct option
    Select an option first
    Show solution
    P(at least one 4) = 11/36, P(sum 8) = 5/36, intersection = 1/36; union = (11 + 5 − 1)/36 = 15/36 = 5/12.
    Show step-by-step (with the why)
    1. 1. Count combinations with at least one four: 11.
    2. 2. Count combinations with sum 8: 5.
    3. 3. Identify the intersection (4,4): 1.
    4. 4. Apply inclusion–exclusion: (11 + 5 − 1)/36 = 15/36.
    5. 5. Simplify to 5/12.
  26. Ex. 39.26Challenge

    What is the probability of getting a sum less than 6 or greater than 9 when rolling two dice?

    Select the correct option
    Select an option first
    Show solution
    Sums less than 6 have 10 combinations; greater than 9 have 6; total 16/36 = 4/9.
    Show step-by-step (with the why)
    1. 1. Count combinations with sum less than 6 (2,3,4,5): 1 + 2 + 3 + 4 = 10.
    2. 2. Count combinations with sum greater than 9 (10,11,12): 3 + 2 + 1 = 6.
    3. 3. Sum the favorable: 10 + 6 = 16.
    4. 4. Divide by 36: 16/36 = 4/9.
  27. Ex. 39.27Application

    What is the probability of getting a sum between 6 and 9 inclusive when rolling two dice?

    Select the correct option
    Select an option first
    Show solution
    Sums 6–9 have 20 combinations; 20/36 = 5/9.
  28. Ex. 39.28Application

    What is the probability of getting a sum of 5 or 6 when rolling two dice?

    Select the correct option
    Select an option first
    Show solution
    Sum 5 has 4 combinations, sum 6 has 5; total 9/36 = 1/4.
  29. Ex. 39.29Application

    What is the probability of getting any sum other than 5 or 6 when rolling two dice?

    Select the correct option
    Select an option first
    Show solution
    Complement of 1/4 → 1 − 1/4 = 3/4.
  30. Ex. 39.30Challenge

    What is the probability of getting heads on a coin flip or a club when drawing a card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    P(heads) = 1/2, P(club) = 1/4, intersection = 1/8; union = 1/2 + 1/4 − 1/8 = 5/8.
    Show step-by-step (with the why)
    1. 1. Probability of heads = 1/2.
    2. 2. Probability of club = 13/52 = 1/4.
    3. 3. Probability of both = (1/2) * (1/4) = 1/8.
    4. 4. Apply inclusion–exclusion: 1/2 + 1/4 − 1/8 = 5/8.
  31. Ex. 39.31Application

    What is the probability of getting tails on a coin flip or a red ace when drawing a card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    P(tails) = 1/2, P(red ace) = 2/52 = 1/26, intersection = 1/52; union = 1/2 + 1/26 − 1/52 = 27/52.
  32. Ex. 39.32Application

    What is the probability of getting heads on a coin flip or a face card when drawing a card from a standard deck?

    Select the correct option
    Select an option first
    Show solution
    P(heads) = 1/2, P(face card) = 12/52 = 3/13, intersection = 3/26; union = 1/2 + 3/13 − 3/26 = 8/13.
  33. Ex. 39.33Application

    What is the probability that, when drawing 5 M&Ms from a bag containing 12 blue, 6 brown, 10 orange, 8 yellow, 8 red, and 4 green M&Ms, all are blue?

    Select the correct option
    Select an option first
    Show solution
    Probability = C(12,5)/C(48,5) = 792/1 712 304 ≈ 0.00046.
    Show step-by-step (with the why)
    1. 1. Total possible combinations = C(48,5).
    2. 2. Favorable combinations (all blue) = C(12,5).
    3. 3. Probability = C(12,5) / C(48,5).
    4. 4. Substitute values: 792 / 1 712 304.
  34. Ex. 39.34Application

    What is the probability that, when drawing 5 M&Ms from the same bag, exactly 4 are blue?

    Select the correct option
    Select an option first
    Show solution
    Probability = C(12,4)·C(36,1)/C(48,5) = 17 820/1 712 304 ≈ 0.0104.
  35. Ex. 39.35Modeling

    What is the probability that, when drawing 5 M&Ms from the same bag, exactly 3 are blue?

    Select the correct option
    Select an option first
    Show solution
    Probability = C(12,3)·C(36,2)/C(48,5) = 138 600/1 712 304 ≈ 0.0809.
    Show step-by-step (with the why)
    1. 1. Choose 3 blue from 12: C(12,3).
    2. 2. Choose 2 non-blue from 36: C(36,2).
    3. 3. Multiply the favorable combinations.
    4. 4. Divide by C(48,5) (total combinations).
    5. 5. Simplify the result.
  36. Ex. 39.36Modeling

    What is the probability that, when drawing 5 M&Ms from the same bag, none are brown?

    Select the correct option
    Select an option first
    Show solution
    Probability = C(42,5)/C(48,5) = 850 668/1 712 304 ≈ 0.4966.
  37. Ex. 39.37Modeling

    How many different combinations of 20 numbers can be chosen from 1 to 80 in the game of Keno?

    Select the correct option
    Select an option first
    Show solution
    Choosing 20 numbers out of 80 is given by combinations: C(80,20).
  38. Ex. 39.38Modeling

    How many different combinations of 20 winning numbers can be drawn from 1 to 80 in the game of Keno?

    Select the correct option
    Select an option first
    Show solution
    The winning numbers are a combination of 20 out of 80, so C(80,20).
  39. Ex. 39.39Modeling

    What is the probability of correctly guessing exactly 5 of the 20 numbers drawn when playing Keno and choosing 20 numbers?

    Select the correct option
    Select an option first
    Show solution
    Use the hypergeometric distribution: C(20,5)·C(60,15)/C(80,20).
  40. Ex. 39.40UnderstandingAnswer key

    If you encounter a U.S. citizen, what is the percentage chance that the person is a senior? (Round to the nearest tenth of a percent.)

    Select the correct option
    Select an option first
    Show solution
    The probability depends on the proportion of seniors; without that information there is no way to calculate it.
  41. Ex. 39.41Understanding

    If you encounter five U.S. citizens, what is the percentage chance that exactly one is a senior? (Round to the nearest tenth of a percent.)

    Select the correct option
    Select an option first
    Show solution
    Without the base probability of an individual being a senior, the binomial distribution cannot be applied.
  42. Ex. 39.42Understanding

    If you encounter five U.S. citizens, what is the percentage chance that three are seniors? (Round to the nearest tenth of a percent.)

    Select the correct option
    Select an option first
    Show solution
    Again, the individual probability is missing; the answer cannot be calculated.
  43. Ex. 39.43UnderstandingAnswer key

    If you encounter five U.S. citizens, what is the percentage chance that four are seniors? (Round to the nearest thousandth of a percent.)

    Select the correct option
    Select an option first
    Show solution
    Without the base probability, the binomial formula cannot be applied.
  44. Ex. 39.44Proof

    If currently the probability of finding a senior person is 10% and the forecast for 2030 is 20%, how much larger will the chance of finding a senior person be?

    Select the correct option
    Select an option first
    Show solution
    Increase factor = 0.20 / 0.10 = 2.
    Show step-by-step (with the why)
    1. 1. Current probability = 0.10.
    2. 2. Future probability = 0.20.
    3. 3. Divide future by current: 0.20 / 0.10 = 2.
    4. 4. Conclude that the chance will be twice as large.

Sources

  • OpenIntro Statistics, 4th ed. — Diez, Çetinkaya-Rundel, Barr · 2019 · EN · CC-BY-SA · Chapter 3: Probability (§3.1–§3.3). Primary source.
  • OpenStax Statistics — Illowsky, Dean · 2022 · EN · CC-BY · Chapter 3: Probability topics (§3.1–§3.5).
  • Introduction to Probability — Grinstead, Snell · Dartmouth · EN · GNU FDL · Chapters 1–4 (sample spaces, independence, conditional, Bayes).

Updated on 2026-05-05 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.