7.1 Fundamental Probability Concepts
Key Takeaways
- The probability of any event E is bounded on the closed interval [0, 1] (or 0% to 100%), where P(E) = 0 denotes an impossible event, P(E) = 1 denotes a certain event, and classical theoretical probability is defined as P(E) = n(E) / n(S) = (favorable outcomes) / (total possible outcomes).
- Theoretical probability is determined by mathematical symmetry and complete sample spaces, whereas experimental (empirical) probability measures observed relative frequency from trial data, converging to theoretical probability as trials increase via the Law of Large Numbers.
- The Complement Rule establishes that P(not E) = 1 - P(E), providing a critical algebraic shortcut for solving complex 'at least one' problems via P(at least one) = 1 - P(none).
- Compound probability depends on event interaction: independent events satisfy P(A and B) = P(A) · P(B), while dependent events require conditional adjustments P(A and B) = P(A) · P(B|A), such as sequential sampling without replacement.
- The Addition Rule computes 'or' compound probability: for mutually exclusive (disjoint) events, P(A or B) = P(A) + P(B); for overlapping events, the General Addition Rule subtracts the intersection to avoid double-counting: P(A or B) = P(A) + P(B) - P(A and B).
Foundations of Probability: Terminology & Definitions
Probability is the mathematical branch that measures the likelihood that a particular event will occur. In quantitative reasoning, probability provides a standardized numerical scale to evaluate uncertainty, quantify risk, and analyze random phenomena.
To master probability on the ACCUPLACER Quantitative Reasoning, Algebra, and Statistics (QAS) test, you must understand four core foundational terms:
- Experiment (or Trial): Any repeatable process or observation that yields an uncertain outcome (e.g., flipping a fair coin, rolling a six-sided die, or selecting a manufactured component from an assembly line).
- Outcome: A single specific result produced by a single execution of an experiment (e.g., rolling a , or drawing an Ace of Spades).
- Sample Space (): The exhaustive set containing all possible outcomes of an experiment. The total number of distinct outcomes in the sample space is denoted as or .
- Example (Single Coin Flip): , where .
- Example (Standard Six-Sided Die): , where .
- Event (): Any subset of the sample space (). An event may consist of a single outcome (simple event) or multiple outcomes (compound event).
- Example: Rolling an even number on a standard die corresponds to the event , with .
The Classical Probability Formula & The Probability Scale
When all individual outcomes in a finite sample space are equally likely, the theoretical probability of an event is given by the fundamental ratio:
The Bounded Probability Scale
Every valid probability value is strictly bounded on the closed numerical interval between and , inclusive:
0.0 (0%) 0.25 (25%) 0.50 (50%) 0.75 (75%) 1.0 (100%)
├────────────────────────┼───────────────────────┼───────────────────────┼────────────────────────┤
Impossible Unlikely Equally Likely Likely Certain
Event (Even Chance) Event
P(E) = 0 P(E) = 1/2 P(E) = 1
- Impossible Event (): The event cannot occur under any circumstances (e.g., rolling an on a standard six-sided die).
- Certain Event (): The event is guaranteed to occur on every trial (e.g., rolling a positive integer less than on a standard die).
- Sum of All Probabilities: The sum of the probabilities of all mutually exclusive elementary outcomes in a sample space always equals exactly :
Theoretical vs. Experimental (Empirical) Probability
Probability problems on the ACCUPLACER exam distinguish between two distinct methods of evaluating likelihood:
| Feature | Theoretical Probability | Experimental (Empirical) Probability | | :--- | :--- | :--- | :--- | | Definition | Likelihood based on mathematical analysis of ideal, equally likely outcomes. | Likelihood based on actual observed relative frequencies from real-world trials. | | Formula | | | | Data Source | Abstract structure and geometric symmetry. | Historical data, laboratory experiments, quality control tests. | | Example | A fair coin has . | Flipping a coin times and observing heads gives . |
The Law of Large Numbers (LLN)
The Law of Large Numbers states that as the number of repetitions or trials () of an experiment increases indefinitely (), the experimental relative frequency converges toward the true theoretical probability :
Exam Context: Small sample sizes (e.g., flips) may show substantial deviation from theoretical probability due to random fluctuation, but large sample sizes (e.g., flips) will mirror theoretical predictions with high precision.
The Fundamental Counting Principle
Before computing probabilities for complex compound experiments, you must be able to determine the total size of the sample space . The Fundamental Counting Principle (Multiplication Principle of Counting) provides the algebraic foundation:
Applications of the Counting Principle
- Multiple Coin Tosses: Tossing fair coins produces possible outcomes.
- Rolling Two Standard Dice: Rolling two distinct dice produces ordered pairs:
- System Access Codes: A -digit PIN where the first digit cannot be zero ( choices: –) and digits may repeat ( choices each for remaining positions) yields:
The Complement Rule & "At Least One" Probabilities
The complement of an event , denoted by (or , or , or "not "), consists of all outcomes in the sample space that are not in .
The Complement Rule Formula
The Power of the Complement: The "At Least One" Shortcut
Calculating the probability of obtaining "at least one" success across multiple trials by direct addition requires summing many separate compound probabilities (). The complement of "at least one success" is simply "zero successes" (none).
Example: A fair six-sided die is rolled times. What is the probability of rolling at least one ?
- Probability of NOT rolling a on a single roll: .
- Probability of rolling NO sixes on all independent rolls:
- Probability of at least one :
Compound Probability: The Multiplication Rules ("AND")
A compound event combines two or more simple events. When computing the joint probability that event AND event both occur ( or ), the mathematical procedure depends on whether the events are independent or dependent.
Compound Event: P(A and B)
│
Are the events independent or dependent?
│
┌──────────────────────┴──────────────────────┐
▼ ▼
Independent Events Dependent Events
P(B|A) = P(B) (No effect) P(B|A) ≠ P(B) (Outcome changes)
P(A and B) = P(A) · P(B) P(A and B) = P(A) · P(B|A)
(Coin flips, replacement) (Sampling WITHOUT replacement)
1. Independent Events
Two events and are independent if the occurrence of event does not alter the probability of event occurring:
Multiplication Rule for Independent Events:
- Examples of Independent Events:
- Flipping a coin and rolling a die.
- Selecting a marble from an urn, replacing it, and drawing a second marble.
- Weather in Tokyo and stock prices in New York.
2. Dependent Events & Conditional Probability Intuition
Two events and are dependent if the occurrence of event affects the likelihood of event . The conditional probability represents the probability of event occurring given that event has already occurred.
General Multiplication Rule (Dependent Events):
- The Classic Dependent Model: Sampling Without Replacement: When objects are drawn sequentially from a finite population without being returned, each draw changes both the numerator (remaining favorable items) and the denominator (total remaining items) for subsequent draws.
Compound Probability: The Addition Rules ("OR")
When calculating the probability that event OR event (or both) occurs ( or ), the procedure depends on whether the events can occur simultaneously.
Compound Event: P(A or B)
│
Can both events occur simultaneously?
│
┌──────────────────────┴──────────────────────┐
▼ ▼
Mutually Exclusive (Disjoint) Overlapping (Non-Disjoint)
A ∩ B = ∅ (Cannot overlap) A ∩ B ≠ ∅ (Shared outcomes exist)
P(A and B) = 0 P(A and B) > 0
P(A or B) = P(A) + P(B) P(A or B) = P(A) + P(B) - P(A and B)
1. Mutually Exclusive (Disjoint) Events
Two events are mutually exclusive (or disjoint) if they have no outcomes in common and cannot happen at the same time (, so ).
Addition Rule for Mutually Exclusive Events:
- Example: Drawing a single card from a standard -card deck. Event , Event . A card cannot be both an Ace and a King.
2. Overlapping (Non-Disjoint) Events & The General Addition Rule
When events and can occur simultaneously (), adding directly counts the shared intersection twice. To correct for this double-counting, the intersection must be subtracted once.
The General Addition Rule:
- Example: Drawing a single card from a -card deck. Event ( cards), Event ( cards). The Ace is not a face card; face cards are Jack, Queen, King. There are Heart Face Cards (Jack, Queen, King of Hearts), which are in both sets.
Step-by-Step Worked Examples
Worked Example 1: Marble Urn Sampling (With vs. Without Replacement)
An urn contains red marbles, blue marbles, and green marbles ( marbles total). Two marbles are drawn sequentially.
Case A: With Replacement (Independent Events) Find the probability that the first marble is Red AND the second marble is Blue.
- Probability of first marble Red: .
- Marble is returned to urn; sample space resets to marbles ( red, blue, green).
- Probability of second marble Blue: .
- Joint probability:
Case B: Without Replacement (Dependent Events) Find the probability that both selected marbles are Red.
- Probability of first marble Red: .
- Red marble is set aside; remaining contents: total marbles ( red, blue, green).
- Conditional probability of second marble Red: .
- Joint probability:
Worked Example 2: Rolling Two Dice (General Addition Rule)
Two standard fair six-sided dice are rolled simultaneously (). What is the probability that the sum of the dice is a multiple of OR greater than or equal to ?
Step 1: Identify outcomes for Event (Sum is a multiple of ) Multiples of possible on two dice are sums of and :
- Sum :
- Sum :
- Sum :
- Sum :
- Total favorable for :
Step 2: Identify outcomes for Event (Sum ) Sums are sums of and :
- Sum :
- Sum :
- Sum :
- Sum :
- Total favorable for :
Step 3: Identify the overlapping intersection () Outcomes that are BOTH multiples of AND are sums of and :
- Sum :
- Sum :
Step 4: Apply the General Addition Rule
Worked Example 3: Contingency Tables & Survey Conditional Probabilities
A survey of college students recorded their academic major and whether they participate in extracurricular athletics:
| Major | Athlete () | Non-Athlete () | Total |
|---|---|---|---|
| STEM () | |||
| Humanities () | |||
| Business () | |||
| Total |
- Find : Marginal probability = .
- Find : Joint probability = .
- Find : Conditional probability (restrict denominator to STEM row total ):
- Find : Apply General Addition Rule:
Common Pitfalls & ACCUPLACER Exam Traps
- Forgetting to Subtract the Overlap in "OR" Problems: Direct addition of without checking for shared outcomes is the #1 probability error on the ACCUPLACER. Always ask: Can an outcome satisfy both conditions? If yes, subtract .
- Failing to Update Counts in Sampling Without Replacement: When drawing without replacement, students often decrease the numerator but forget to decrease the total denominator (e.g., writing instead of ).
- The Gambler's Fallacy: Assuming that past independent random events alter future probabilities (e.g., believing that after flipping tails in a row, a head is "due"). For independent events, remains exactly on every single flip.
- Confusing Odds with Probability:
- Probability is .
- Odds in favor is the ratio .
- If the probability of an event is , the odds in favor are (one win for every three losses), NOT .
An opaque container holds 5 red tokens, 4 blue tokens, and 3 green tokens. If two tokens are drawn at random sequentially without replacement, what is the probability that both selected tokens are blue?
Two standard, fair six-sided dice are rolled simultaneously. What is the probability that the resulting sum of the numbers rolled is a multiple of 4 OR strictly greater than 9?
A production line has a historical defect rate such that 3 out of every 10 manufactured components are defective. If 2 components are selected at random without replacement from a batch of 10 components, what is the probability that at least one of the selected components is defective?