Fatskills
Practice. Master. Repeat.
Study Guide: AP Statistics (AP Stats): Basic Probability Rules (Addition, Multiplication, Complement)
Source: https://www.fatskills.com/ap-statistics/chapter/ap-stats-ap-statistics-basic-probability-rules-addition-multiplication-complement

AP Statistics (AP Stats): Basic Probability Rules (Addition, Multiplication, Complement)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

AP Statistics – Basic Probability Rules (Addition, Multiplication, Complement)

AP Statistics: Basic Probability Rules (Addition, Multiplication, Complement) – Exam-Ready Study Guide

What This Is

Basic probability rules—addition (OR), multiplication (AND), and complement (NOT)—are the foundation for all probability calculations on the AP Stats exam. These rules help determine the likelihood of events in real-world scenarios, such as: - Medical testing: What’s the probability a patient tests positive or has the disease? - Quality control: What’s the chance that both of two randomly selected products are defective? - Sports analytics: What’s the probability a basketball player does not make a free throw?

Mastering these rules is essential for probability distributions, sampling distributions, and inference later in the course.


Key Terms & Formulas

  • Probability of an event (P(A)): The long-run relative frequency of event A occurring. Always between 0 and 1.
  • Complement Rule: P(A?) = 1 – P(A) (The probability that event A does not occur.)
  • Addition Rule (OR): P(A or B) = P(A) + P(B) – P(A and B)
  • If A and B are mutually exclusive (disjoint), P(A and B) = 0, so P(A or B) = P(A) + P(B).
  • Multiplication Rule (AND):
  • Independent events: P(A and B) = P(A) × P(B)
  • Dependent events: P(A and B) = P(A) × P(B|A) (where P(B|A) is the probability of B given A).
  • Conditional Probability: P(B|A) = P(A and B) / P(A) (The probability of B occurring given that A has occurred.)
  • Mutually Exclusive (Disjoint): Two events cannot occur at the same time (e.g., rolling a 2 and a 5 on a single die).
  • Independent Events: The occurrence of one event does not affect the probability of the other (e.g., flipping a coin twice).
  • TI-84 Probability Commands:
  • 2nd-VARS-binompdf(n,p,k)-P(X = k) for binomial distributions.
  • 2nd-VARS-binomcdf(n,p,k)-P(X-k) for binomial distributions.
  • 2nd-VARS-normalcdf(lower, upper, ?, ?)-P(lower < X < upper) for normal distributions.

Step-by-Step / Process Flow

How to Solve a Probability FRQ (OR, AND, NOT)

  1. Identify the events and what’s being asked.
  2. Is it P(A or B), P(A and B), or P(A?)?
  3. Are the events independent or mutually exclusive?

  4. Check for independence or mutual exclusivity.

  5. Independent? Use P(A and B) = P(A) × P(B).
  6. Mutually exclusive? Use P(A or B) = P(A) + P(B).
  7. Neither? Use the general addition rule or conditional probability.

  8. Write the formula and plug in known values.

  9. Example: If P(A) = 0.3, P(B) = 0.4, and P(A and B) = 0.1, then: P(A or B) = 0.3 + 0.4 – 0.1 = 0.6

  10. Calculate and interpret in context.

  11. Example: "There is a 60% chance that a randomly selected student is either in band or on the honor roll."

  12. If using a complement, rephrase the problem.

  13. Example: "What’s the probability a student is not in band?"-P(not band) = 1 – P(band)

Common Mistakes

Mistake Correction
Assuming events are independent without checking. Always verify independence (e.g., P(A and B) = P(A) × P(B)). If not, use P(A and B) = P(A) × P(B
Adding probabilities for non-mutually exclusive events without subtracting P(A and B). Use P(A or B) = P(A) + P(B) – P(A and B) unless events are disjoint.
Confusing "OR" (addition) with "AND" (multiplication). "OR" means at least one event occurs; "AND" means both occur.
Forgetting the complement rule when "not" is used. If asked for P(not A), use 1 – P(A) instead of overcomplicating.
Misapplying conditional probability. P(B

AP Exam Insights

What’s Frequently Tested? - FRQs often ask for: - Probability of at least one success (use complement: 1 – P(none)). - Probability of both events occurring (check independence first). - Conditional probability (e.g., "Given that a student is in band, what’s the probability they’re on the honor roll?"). - Multiple-choice traps: - Mutually exclusive vs. independent (events can’t be both unless one has probability 0). - Complement rule (e.g., "What’s the probability not all three light bulbs work?"). - Word problems with "or" vs. "and" (read carefully!).

Calculator Pitfalls: - binomcdf vs. binompdf: Use cdf for P(X-k) and pdf for P(X = k). - Normalcdf: Always check if you need lower bound = -1E99 or upper bound = 1E99 for tail probabilities.


Quick Check Questions

1. (Multiple Choice)

A fair six-sided die is rolled twice. What is the probability of rolling a 3 on the first roll or a 5 on the second roll? (A) 1/36 (B) 1/12 (C) 1/6 (D) 11/36 (E) 1/3

Answer: (D) 11/36 Explanation: P(3 on first) = 1/6, P(5 on second) = 1/6, P(3 on first and 5 on second) = (1/6)(1/6) = 1/36. So, P(3 on first or 5 on second) = 1/6 + 1/6 – 1/36 = 11/36.


2. (FRQ Part)

A high school has the following data on student participation in clubs: - 40% of students are in Band. - 30% of students are on the Honor Roll. - 15% of students are in both Band and Honor Roll.

(a) What is the probability that a randomly selected student is in Band or on the Honor Roll? (b) What is the probability that a student is not in Band? (c) Given that a student is on the Honor Roll, what is the probability they are in Band?

Answers: (a) 0.55 (P(Band or Honor Roll) = 0.40 + 0.30 – 0.15 = 0.55) (b) 0.60 (P(not Band) = 1 – 0.40 = 0.60) (c) 0.50 (P(Band | Honor Roll) = P(Band and Honor Roll) / P(Honor Roll) = 0.15 / 0.30 = 0.50)


Last-Minute Cram Sheet

  1. Complement Rule: P(not A) = 1 – P(A) (Use for "at least one" problems!)
  2. Addition Rule: P(A or B) = P(A) + P(B) – P(A and B) (Subtract overlap!)
  3. Multiplication Rule (Independent): P(A and B) = P(A) × P(B)
  4. Multiplication Rule (Dependent): P(A and B) = P(A) × P(B|A)
  5. Conditional Probability: P(B|A) = P(A and B) / P(A)
  6. Mutually Exclusive: P(A and B) = 0 (Can’t happen together!)
  7. Independent Events: P(A|B) = P(A) (One doesn’t affect the other)
  8. TI-84 Shortcuts:
  9. binompdf(n,p,k)-P(X = k)
  10. binomcdf(n,p,k)-P(X-k)
  11. normalcdf(lower, upper, ?, ?)-P(lower < X < upper)
  12. "At least one" = 1 – P(none) (Complement trick!)
  13. Read carefully: "OR" = addition, "AND" = multiplication, "NOT" = complement.

Good luck—you’ve got this! ?