9.2 Basic Probability, Sample Spaces, Complementary Events & Odds

Key Takeaways

  • Classical (theoretical) probability for equally likely outcomes is defined as $P(E) = \frac{n(E)}{n(S)}$, bounded strictly by the Kolmogorov axioms $0 \le P(E) \le 1$, with $P(\emptyset) = 0$ for impossible events and $P(S) = 1$ for certain events.
  • Empirical (experimental) probability computes relative frequency from observed trials, converging toward theoretical probability as sample size increases via the Law of Large Numbers.
  • The Complement Rule establishes that $P(E') = 1 - P(E)$, providing the most efficient algebraic technique for solving 'at least one' problems: $P(\text{at least one}) = 1 - P(\text{none})$.
  • Odds in favor of event $E$ equal the ratio of favorable to unfavorable outcomes ($a : b = \frac{P(E)}{P(E')}$), whereas odds against event $E$ equal the ratio of unfavorable to favorable outcomes ($b : a = \frac{P(E')}{P(E)}$).
  • To convert odds in favor of $a : b$ to probability, evaluate $P(E) = \frac{a}{a + b}$; to convert odds against of $b : a$ to probability, evaluate $P(E) = \frac{a}{a + b}$.
Last updated: August 2026

9.2 Basic Probability, Sample Spaces, Complementary Events & Odds

Probability provides a rigorous mathematical framework for quantifying uncertainty and measuring the likelihood that specific events will occur. On the CLEP College Mathematics examination, probability questions assess your understanding of sample spaces ($S$), classical and empirical definitions, complementary events ($E'$), the high-yield "at least one" rule, and the relationship between probabilities and odds.


1. Probability Definitions: Theoretical vs. Experimental

+-----------------------------------------------------------------------------+
|                    THE TWO COMPLEMENTARY VIEWS OF PROBABILITY               |
|                                                                             |
|   THEORETICAL (CLASSICAL) PROBABILITY:                                      |
|   - Based on mathematical deduction assuming equally likely outcomes.       |
|   - P(E) = n(E) / n(S) = (Favorable Outcomes) / (Total Outcomes)            |
|                                                                             |
|   EXPERIMENTAL (EMPIRICAL) PROBABILITY:                                     |
|   - Based on observed data collected from physical trials or simulations.   |
|   - P(E) = (Observed Frequency of E) / (Total Number of Trials)             |
|                                                                             |
|   BRIDGE: LAW OF LARGE NUMBERS                                              |
|   - As trials N -> infinity, Experimental P(E) converges to Theoretical P(E)|
+-----------------------------------------------------------------------------+

Sample Space & Events

  • Sample Space ($S$): The comprehensive set of all possible elementary outcomes of a random experiment.
  • Event ($E$): Any subset of the sample space ($E \subseteq S$).
  • Equally Likely Outcomes: When every individual simple outcome in $S$ has the identical physical chance of occurring (e.g., rolling a balanced 6-sided die or flipping a fair coin).

Classical Probability Formula

When all outcomes in sample space $S$ are equally likely:

P(E)=n(E)n(S)=Number of outcomes favorable to ETotal number of possible outcomes in SP(E) = \frac{n(E)}{n(S)} = \frac{\text{Number of outcomes favorable to } E}{\text{Total number of possible outcomes in } S}

Kolmogorov Probability Axioms & Bounds

  1. Probability Bounds: For any event $E$, the probability is a real number strictly bounded between $0$ and $1$, inclusive: 0P(E)10 \le P(E) \le 1
  2. Impossible Event: If an event cannot occur under any circumstances ($E = \emptyset$), its probability is exactly zero: P()=0P(\emptyset) = 0
  3. Certain Event: If an event is guaranteed to occur ($E = S$), its probability is exactly one: P(S)=1P(S) = 1

2. Standard Sample Spaces for CLEP Mathematics

Familiarity with standard probabilistic models eliminates the need to manually construct sample spaces during the timed examination.

The Standard 52-Card Deck Reference

A standard French-suited deck contains $52$ cards partitioned into $4$ suits of $13$ cards each:

+-----------------------------------------------------------------------------+
|                        STANDARD 52-CARD DECK ANATOMY                        |
|                                                                             |
|   RED CARDS (26 Total):                                                     |
|   - Hearts   (♥): Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King (13)   |
|   - Diamonds (♦): Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King (13)   |
|                                                                             |
|   BLACK CARDS (26 Total):                                                   |
|   - Spades   (♠): Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King (13)   |
|   - Clubs    (♣): Ace, 2, 3, 4, 5, 6, 7, 8, 9, 10, Jack, Queen, King (13)   |
|                                                                             |
|   SPECIAL SUBSETS:                                                          |
|   - Face Cards (J, Q, K): 4 suits * 3 = 12 Cards Total                      |
|   - Aces: 4 Cards Total                                                     |
|   - Numbered Cards (2 through 10): 4 suits * 9 = 36 Cards Total             |
+-----------------------------------------------------------------------------+

Rolling Two Fair 6-Sided Dice ($n(S) = 36$)

When rolling two distinguishable 6-sided dice (e.g., Red and Blue), the sample space contains $6 \times 6 = 36$ ordered pairs $(r, b)$ where $r, b \in {1, 2, 3, 4, 5, 6}$.

SumFavorable Outcomes $(r, b)$Count $n(E)$Probability $P(\text{Sum})$
2$(1,1)$$1$$\frac{1}{36}$
3$(1,2), (2,1)$$2$$\frac{2}{36} = \frac{1}{18}$
4$(1,3), (2,2), (3,1)$$3$$\frac{3}{36} = \frac{1}{12}$
5$(1,4), (2,3), (3,2), (4,1)$$4$$\frac{4}{36} = \frac{1}{9}$
6$(1,5), (2,4), (3,3), (4,2), (5,1)$$5$$\frac{5}{36}$
7$(1,6), (2,5), (3,4), (4,3), (5,2), (6,1)$$6$$\frac{6}{36} = \frac{1}{6}$ (Most Likely)
8$(2,6), (3,5), (4,4), (5,3), (6,2)$$5$$\frac{5}{36}$
9$(3,6), (4,5), (5,4), (6,3)$$4$$\frac{4}{36} = \frac{1}{9}$
10$(4,6), (5,5), (6,4)$$3$$\frac{3}{36} = \frac{1}{12}$
11$(5,6), (6,5)$$2$$\frac{2}{36} = \frac{1}{18}$
12$(6,6)$$1$$\frac{1}{36}$

3. Complementary Events & The "At Least One" Rule

The complement of an event $E$, denoted by $E'$ (or $E^c$ or $\bar{E}$), is the set of all elementary outcomes in the sample space $S$ that are not in $E$.

+-----------------------------------------------------------------------------+
|                          COMPLEMENTARY EVENT MODEL                          |
|                                                                             |
|   +---------------------------------------------------------------------+   |
|   |  SAMPLE SPACE S (Total Area = 1.0)                                  |   |
|   |                                                                     |   |
|   |        +-------------------+                                        |   |
|   |        |                   |                                        |   |
|   |        |      EVENT E      |             COMPLEMENT E'              |   |
|   |        |      P(E)         |             P(E') = 1 - P(E)           |   |
|   |        |                   |                                        |   |
|   |        +-------------------+                                        |   |
|   +---------------------------------------------------------------------+   |
|                                                                             |
|                       Axiom: P(E) + P(E') = 1.0                             |
+-----------------------------------------------------------------------------+

The Complement Formula

P(E)=1P(E)    P(E)=1P(E)P(E') = 1 - P(E) \iff P(E) = 1 - P(E')

The High-Yield "At Least One" Strategy

In multi-trial probability problems, computing the probability of "at least one success" directly requires calculating and summing the probabilities of $1$ success, $2$ successes, $3$ successes, $\dots$, up to $n$ successes. The complement of "at least one success" is "zero successes" (none).

P(At Least One Success)=1P(Zero Successes)=1[P(Failure)]n\mathbf{P(\text{At Least One Success}) = 1 - P(\text{Zero Successes}) = 1 - [P(\text{Failure})]^n}

Worked Example 1: The "At Least One" Die Problem

Problem: A fair 6-sided die is rolled $4$ times. What is the exact probability of rolling at least one $6$ across the four rolls?

Solution Walkthrough:

  1. Identify the single-trial probabilities:
    • $P(\text{Rolling a } 6) = \frac{1}{6}$
    • $P(\text{Not rolling a } 6) = 1 - \frac{1}{6} = \frac{5}{6}$
  2. Identify the complement: The complement of "at least one $6$ in $4$ rolls" is "zero $6$'s in $4$ rolls" (rolling a non-$6$ on all $4$ independent trials).
  3. Compute the complement probability: P(Zero 6’s)=(56)4=5×5×5×56×6×6×6=6251,2960.48225P(\text{Zero } 6\text{'s}) = \left(\frac{5}{6}\right)^4 = \frac{5 \times 5 \times 5 \times 5}{6 \times 6 \times 6 \times 6} = \frac{625}{1{,}296} \approx 0.48225
  4. Apply the Complement Rule: P(At least one 6)=1P(Zero 6’s)=16251,296=1,2966251,296=6711,2960.5177P(\text{At least one } 6) = 1 - P(\text{Zero } 6\text{'s}) = 1 - \frac{625}{1{,}296} = \frac{1{,}296 - 625}{1{,}296} = \frac{671}{1{,}296} \approx 0.5177
  • Interpretation: The probability of obtaining at least one $6$ in $4$ rolls is $\frac{671}{1{,}296}$ (roughly $51.77%$).

4. Odds: In Favor vs. Against

While probability expresses the ratio of favorable outcomes to the total sample space ($n(E) / n(S)$), odds express the direct ratio of favorable outcomes to unfavorable outcomes ($n(E) / n(E')$).

+-----------------------------------------------------------------------------+
|                        ODDS DEFINITIONS & FORMULAS                          |
|                                                                             |
|   ODDS IN FAVOR OF EVENT E:                                                 |
|   Ratio of Favorable Outcomes to Unfavorable Outcomes:                      |
|   Odds in Favor = n(E) : n(E') = P(E) / P(E') = a : b                       |
|                                                                             |
|   ODDS AGAINST EVENT E:                                                     |
|   Ratio of Unfavorable Outcomes to Favorable Outcomes:                      |
|   Odds Against = n(E') : n(E) = P(E') / P(E) = b : a                        |
+-----------------------------------------------------------------------------+

Converting Between Probability and Odds

Conversion DirectionKnown ValueFormula to Convert
Probability $\to$ Odds in Favor$P(E)$$\text{Odds in Favor} = \frac{P(E)}{1 - P(E)} = \frac{P(E)}{P(E')}$ (Reduce to lowest integer ratio $a:b$)
Probability $\to$ Odds Against$P(E)$$\text{Odds Against} = \frac{1 - P(E)}{P(E)} = \frac{P(E')}{P(E)}$ (Reduce to lowest integer ratio $b:a$)
Odds in Favor ($a:b$) $\to$ ProbabilityOdds $= a:b$$P(E) = \frac{a}{a + b}, \quad P(E') = \frac{b}{a + b}$
Odds Against ($b:a$) $\to$ ProbabilityOdds $= b:a$$P(E) = \frac{a}{a + b}, \quad P(E') = \frac{b}{a + b}$

Worked Example 2: Converting Probability to Odds

Problem: A standard 52-card deck is shuffled. If one card is drawn at random, calculate:

  1. The odds in favor of drawing an Ace.
  2. The odds against drawing an Ace.

Solution:

  • In a 52-card deck, there are $4$ Aces (favorable, $n(E) = 4$) and $48$ non-Aces (unfavorable, $n(E') = 48$).
  1. Odds in Favor of Ace: Odds in Favor=n(E)n(E)=448=112    1:12 (read ’1 to 12’)\text{Odds in Favor} = \frac{n(E)}{n(E')} = \frac{4}{48} = \frac{1}{12} \implies 1 : 12 \text{ (read '1 to 12')}
  2. Odds Against Ace: Odds Against=n(E)n(E)=484=121    12:1 (read ’12 to 1’)\text{Odds Against} = \frac{n(E')}{n(E)} = \frac{48}{4} = \frac{12}{1} \implies 12 : 1 \text{ (read '12 to 1')}

Worked Example 3: Converting Odds to Probability

Problem: The odds against a thoroughbred racehorse winning a stakes race are listed as $7 : 3$. What is the theoretical probability that the horse will win the race?

Solution:

  • The odds against winning are given as $b : a = 7 : 3$.
  • Unfavorable outcomes: $b = 7$.
  • Favorable outcomes: $a = 3$.
  • Total outcomes: $a + b = 3 + 7 = 10$.
  • Compute probability: P(Win)=aa+b=33+7=310=0.30=30%P(\text{Win}) = \frac{a}{a + b} = \frac{3}{3 + 7} = \frac{3}{10} = 0.30 = 30\%

5. Geometric & Continuous Probability Models

When outcomes in a sample space correspond to continuous geometric measures (lengths, angles, or two-dimensional areas), probability is evaluated as the ratio of geometric measures:

P(E)=Measure of Event Region EMeasure of Total Sample Space Region SP(E) = \frac{\text{Measure of Event Region } E}{\text{Measure of Total Sample Space Region } S}

Worked Example 4: The Circular Target Dartboard

Problem: A square target has side length $20\text{ cm}$ ($Area_S = 20 \times 20 = 400\text{ cm}^2$). In the center of the square is a circular bullseye with radius $r = 4\text{ cm}$. Assuming a dart thrown at the target lands randomly and uniformly within the square, what is the probability that it strikes the circular bullseye?

Solution:

  1. Area of total sample space: $Area(S) = 20^2 = 400\text{ cm}^2$.
  2. Area of circular bullseye event: $Area(E) = \pi r^2 = \pi (4)^2 = 16\pi \approx 50.2655\text{ cm}^2$.
  3. Calculate geometric probability: P(Bullseye)=16π400=π253.14159250.1257=12.57%P(\text{Bullseye}) = \frac{16\pi}{400} = \frac{\pi}{25} \approx \frac{3.14159}{25} \approx 0.1257 = 12.57\%

6. TI-30XS MultiView Probability Keystrokes

+-----------------------------------------------------------------------------+
|                   TI-30XS MULTIVIEW PROBABILITY OPERATIONS                  |
|                                                                             |
|   - Stacking Fractions: Use [n/d] to enter exact fractions.                 |
|   - Simplify / Reduce: Pressing [enter] on a fraction automatically         |
|     simplifies it to lowest integer terms.                                  |
|   - Toggle Fraction <-> Decimal: Press [<>] above the [enter] key.          |
|   - Evaluating Powers of Complements: Input ( 5 / 6 ) [^] 4 [enter] [<>]    |
+-----------------------------------------------------------------------------+

Keystroke Examples Table

Mathematical OperationExpressionTI-30XS Keystroke SequenceDisplay Output
Simplify Probability$\frac{28}{52}$28 [n/d] 52 [enter]7/13
Convert to Decimal$\frac{7}{13}$7 [n/d] 13 [enter] [<>]0.5384615...
"At Least One" Power$1 - (5/6)^3$1 - ( 5 [n/d] 6 ) [^] 3 [enter]91/216
Odds to Probability$\frac{3}{3 + 5}$3 [n/d] ( 3 + 5 ) [enter]3/8

7. Common CLEP Traps & Strategic Checkpoints

  • Trap 1: Confusing Probability with Odds: Probability is $a / (a + b)$ (part-to-whole), whereas odds in favor are $a / b$ (part-to-part). If odds are $1:4$, the probability is $\frac{1}{1+4} = \frac{1}{5} = 0.20$, NOT $\frac{1}{4} = 0.25$.
  • Trap 2: Inverting Odds in Favor vs. Odds Against: Remember that "odds against" places the unfavorable number first ($b:a$). If the prompt states "odds against an event are $5:2$," the probability of the event occurring is $\frac{2}{5+2} = \frac{2}{7}$.
  • Trap 3: Adding Probabilities Directly for "At Least One": Students frequently calculate the probability of at least one $6$ in $3$ rolls by writing $\frac{1}{6} + \frac{1}{6} + \frac{1}{6} = \frac{3}{6} = 0.50$. This is completely wrong because the rolls are not mutually exclusive. The correct calculation is $1 - (5/6)^3 = 1 - 125/216 = 91/216 \approx 0.421$.
  • Trap 4: Forgetting the 52-Card Deck Constants: Memorize that there are $4$ Aces, $12$ Face Cards (J, Q, K), $26$ Red cards, and $13$ cards per suit.
Test Your Knowledge

A fair 6-sided die is rolled 3 times. What is the exact probability of obtaining a 5 on at least one of the three rolls?

A
B
C
D
Test Your Knowledge

The odds against a local soccer team winning the championship are given as 5 to 3. What is the probability that the team will win the championship?

A
B
C
D
Test Your Knowledge

If a single card is randomly drawn from a standard 52-card deck, what is the probability that the card is either a red card or an ace?

A
B
C
D