8.2 Elementary Probability, Simple and Compound Events & Likely Outcomes

Key Takeaways

  • Theoretical probability ranges from 0 (impossible) to 1 (certain), expressible as simplified fractions, decimals, or percentages.
  • The complement rule (P(not E) = 1 - P(E)) provides a rapid shortcut for 'at least one' problems via P(at least one) = 1 - P(none).
  • Independent compound events multiply probabilities directly (sampling with replacement), while dependent events require conditional updates (sampling without replacement).
  • Expected frequency over n trials is computed via E = n × P(E), providing a theoretical long-term projection solvable through mental fraction operations.
Last updated: September 2026

8.2 Elementary Probability, Simple and Compound Events & Likely Outcomes

The Role of Probability on the CBEST Mathematics Subtest

Probability on the California Basic Educational Skills Test evaluates your capacity to quantify uncertainty, compute the likelihood of discrete educational and real-world outcomes, and project expected frequencies across repeated trials. Like other CBEST mathematics topics, questions are contextualized within classroom activities, student lotteries, science lab experiments, and game-based learning simulations.

Because calculators are not permitted, the test relies on straightforward fractional and percentage arithmetic. Success requires fluent manipulation of sample spaces, rapid identification of independent versus dependent events, proper application of addition and multiplication rules, and strategic use of the complement rule ("at least one") to bypass tedious multi-stage calculations.


Theoretical Probability Foundations and the Probability Scale

The theoretical probability of an event E, denoted P(E), is the ratio of the number of favorable outcomes to the total number of equally likely possible outcomes in the sample space S:

P(E)=Number of Favorable Outcomes n(E)Total Number of Possible Outcomes n(S)P(E) = \frac{\text{Number of Favorable Outcomes } n(E)}{\text{Total Number of Possible Outcomes } n(S)}

The Probability Scale

Every probability value is bounded strictly between 0 and 1, inclusive:

0P(E)10 \le P(E) \le 1

  • P(E) = 0 (Impossible Event): The event cannot occur under any circumstances (e.g., rolling a 7 on a standard six-sided die).
  • P(E) = 1 (Certain Event): The event is guaranteed to occur (e.g., drawing a marble that is either red or not red from a jar).
  • P(E) = 0.5 (Equally Likely): The event has an even chance of occurring or failing (e.g., tossing heads on a fair coin).

Probability can be expressed interchangeably as a simplified fraction, a decimal, or a percentage. On the CBEST, you must instantly recognize standard equivalencies: 18=0.125=12.5%,160.167=16.7%,14=0.25=25%,38=0.375=37.5%\frac{1}{8} = 0.125 = 12.5\%, \quad \frac{1}{6} \approx 0.167 = 16.7\%, \quad \frac{1}{4} = 0.25 = 25\%, \quad \frac{3}{8} = 0.375 = 37.5\% 12=0.50=50%,58=0.625=62.5%,34=0.75=75%,78=0.875=87.5%\frac{1}{2} = 0.50 = 50\%, \quad \frac{5}{8} = 0.625 = 62.5\%, \quad \frac{3}{4} = 0.75 = 75\%, \quad \frac{7}{8} = 0.875 = 87.5\%


Standard Probability Models Tested on the Exam

CBEST questions frequently draw from four standardized probability generators:

  1. Fair Six-Sided Number Cube (Die):
    • Sample Space: S = {1, 2, 3, 4, 5, 6}, with n(S) = 6.
    • Common subsets: Even numbers {2, 4, 6} ⇒ P = 3/6 = 1/2; Prime numbers {2, 3, 5} ⇒ P = 3/6 = 1/2 (note: 1 is not prime); Multiples of 3 {3, 6} ⇒ P = 2/6 = 1/3.
  2. Standard 52-Card Deck:
    • Total Cards: 52 divided into 4 suits of 13 cards each (Hearts and Diamonds are Red; Spades and Clubs are Black).
    • Face Cards: 12 total (Jack, Queen, King in each of the 4 suits). Aces are not face cards.
    • Suit Probability: P(Heart) = 13/52 = 1/4.
    • Face Card Probability: P(Face Card) = 12/52 = 3/13.
  3. Colored Marbles / Markers in a Container:
    • Involves finding the total denominator first by summing all colored items.
  4. Geometric Spinners:
    • Probability corresponds to the fractional sector area or central angle divided by 360° (e.g., a 90° sector has probability 90/360 = 1/4).

The Complement Rule and the "At Least One" Shortcut

The complement of event E, denoted E' or not E, encompasses all outcomes in the sample space that are not in E. The sum of an event and its complement always equals 1:

P(E)+P(not E)=1    P(not E)=1P(E)P(E) + P(\text{not } E) = 1 \implies P(\text{not } E) = 1 - P(E)

The "At Least One" Rule

A prominent CBEST word problem asks for the probability that an event occurs "at least once" across multiple independent trials. Calculating this directly requires summing the probabilities of obtaining 1 success, 2 successes, 3 successes, etc. The complementary shortcut dramatically reduces mental effort:

P(at least one success)=1P(zero successes)P(\text{at least one success}) = 1 - P(\text{zero successes})

Worked Example: A student randomly guesses on 3 consecutive true/false quiz questions. What is the probability that the student answers at least one question correctly?

  1. The probability of answering a single question incorrectly is P(incorrect) = 1/2.
  2. The probability of answering all 3 questions incorrectly (zero successes) is: P(zero correct)=12×12×12=18P(\text{zero correct}) = \frac{1}{2} \times \frac{1}{2} \times \frac{1}{2} = \frac{1}{8}
  3. Apply the complement rule: P(at least one correct)=1P(zero correct)=118=78P(\text{at least one correct}) = 1 - P(\text{zero correct}) = 1 - \frac{1}{8} = \frac{7}{8} Direct computation without the complement requires calculating P(1) + P(2) + P(3) = 3/8 + 3/8 + 1/8 = 7/8, which consumes twice as much time.

Compound Events: Independent vs. Dependent Events

A compound event combines two or more simple events. To determine the joint probability P(A and B), you must first determine whether the occurrence of the first event alters the probability of the second.

Independent Events (Multiplication Rule)

Two events are independent if the outcome of the first event has no effect whatsoever on the probability of the second event. This typically occurs in coin flips, dice rolls, or sampling with replacement:

P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)

Dependent Events (Conditional Probability Without Replacement)

Two events are dependent if the outcome of the first event changes the sample space or available outcomes for subsequent events. This standard CBEST scenario occurs during sampling without replacement:

P(A and B)=P(A)×P(BA)P(A \text{ and } B) = P(A) \times P(B \mid A)

where P(B | A) represents the probability of B occurring given that A has already occurred.

Worked Example: A classroom supply bin contains 6 red markers, 4 blue markers, and 5 green markers (15 total). A teacher draws 2 markers at random without replacement. What is the probability of selecting two blue markers?

  1. Probability of drawing a blue marker on the first pick: P(First Blue)=415P(\text{First Blue}) = \frac{4}{15}
  2. Because the marker is not replaced, 3 blue markers remain out of 14 total markers: P(Second BlueFirst Blue)=314P(\text{Second Blue} \mid \text{First Blue}) = \frac{3}{14}
  3. Multiply and simplify via cross-cancellation: P(Both Blue)=415×314P(\text{Both Blue}) = \frac{4}{15} \times \frac{3}{14} Mental math simplification: Cancel 3 into 15 (giving 1 and 5), and cancel 2 into 4 and 14 (giving 2 and 7): P(Both Blue)=2×15×7=235P(\text{Both Blue}) = \frac{2 \times 1}{5 \times 7} = \frac{2}{35}

Mutually Exclusive vs. Overlapping Events (Addition Rules)

When finding the probability that event A OR event B occurs, examine whether the two events can happen at the same time.

Event RelationshipConditionFormulaExample
Mutually Exclusive (Disjoint)Events cannot occur simultaneously (A ∩ B = ∅)P(A or B) = P(A) + P(B)Rolling a 2 or a 5 on a single die: 1/6 + 1/6 = 2/6 = 1/3
Overlapping (Non-Mutually Exclusive)Events share common outcomes (A ∩ B ≠ ∅)P(A or B) = P(A) + P(B) - P(A and B)Drawing a King or a Heart from a deck: 4/52 + 13/52 - 1/52 = 16/52 = 4/13

The Double-Counting Trap

Failing to subtract the intersection P(A and B) in overlapping events is a deliberate distractor trap set by Pearson test designers. In the card example above, the King of Hearts belongs to both the set of Kings and the set of Hearts. Adding 4/52 + 13/52 = 17/52 double-counts this single card.


Expected Frequency and Expected Value (n × p)

Expected frequency predicts the theoretical number of times a specific outcome will occur when an experiment or event is repeated over n trials:

Expected Frequency=n×P(E)\text{Expected Frequency} = n \times P(E)

where n is the number of trials and P(E) is the single-trial probability.

Worked Example: A fair six-sided die is rolled 180 times in a classroom simulation. How many times is an outcome of either 3 or 5 expected to occur?

  1. Determine single-trial probability: P(3 or 5)=26=13P(3 \text{ or } 5) = \frac{2}{6} = \frac{1}{3}
  2. Multiply by the number of trials: Expected Frequency=180×13=1803=60 times\text{Expected Frequency} = 180 \times \frac{1}{3} = \frac{180}{3} = 60\text{ times}

Expected frequency yields the theoretical long-term average guaranteed by the Law of Large Numbers, not a rigid promise for any individual small sample.

Loading diagram...
CBEST Compound Probability Decision Tree: Classifying Event Relationships
Classroom Art Supply Bin Marker Color Distribution (30 Total)
Test Your Knowledge

A classroom art supply bin contains 6 red markers, 4 blue markers, and 5 green markers. A teacher randomly selects 2 markers one after another without replacement. What is the probability that both selected markers are blue?

A
B
C
D
Test Your Knowledge

A student takes a 3-question true/false pop quiz and randomly guesses every answer. What is the probability that the student answers at least one question correctly?

A
B
C
D
Test Your Knowledge

A fair standard 6-sided die is rolled 180 times during a probability simulation in a middle school mathematics class. How many times would an outcome of either a 3 or a 5 be expected to appear?

A
B
C
D