By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Discrete random variables assign numerical outcomes to events with countable possibilities (e.g., number of heads in 10 coin flips, number of defective items in a batch). On the AP exam, you’ll calculate and interpret the mean (expected value), variance, and standard deviation of discrete random variables, often using probability distributions. These concepts are foundational for understanding sampling distributions, hypothesis tests, and confidence intervals. Real-world example: A factory produces light bulbs with a 2% defect rate. If you inspect 50 bulbs, how many defects do you expect to find, and how much variability is there in that count?
binompdf(n, p, k)
binomcdf(n, p, k)
geometpdf(p, k)
geometcdf(p, k)
How to solve an AP FRQ on discrete random variables:1. Identify the random variable (X): - Define X in context (e.g., "Let X = number of defective bulbs in a sample of 50"). - Determine if X is binomial, geometric, or another discrete distribution.2. Write the probability distribution: - For binomial/geometric: State n and p (or just p for geometric). - For general discrete: List all possible values of X and their probabilities.3. Calculate the mean (expected value): - Use = ?[x · P(x)] or the shortcut formula for binomial/geometric. - Interpret: "In the long run, we expect [] [units] on average."4. Calculate variance and standard deviation: - Use ² = ?[(x – )² · P(x)] or the shortcut ² = ?[x² · P(x)] – ². - For binomial/geometric, use the formulas above. - Interpret SD: "The number of [X] typically varies by about [] from the mean of []."5. Answer the question in context: - If asked for P(X = k), use binompdf/geometpdf or the probability distribution. - If asked for P(X-k), use binomcdf/geometcdf. - For transformations (e.g., Y = 2X + 3), apply the rules for mean/variance/SD.
binompdf
geometpdf
binomcdf
geometcdf
Correction: If the sample size n is >10% of the population, the trials aren’t independent. Use the binomial distribution only if n-0.1N (where N = population size).
Mistake: Using the wrong formula for variance (e.g., mixing up binomial variance with general variance).
Correction: For binomial, ² = np(1 – p). For general discrete, use ?[(x – )² · P(x)].
Mistake: Misinterpreting the mean as a guaranteed outcome.
Correction: The mean is a long-run average. For example, if = 3.2 defects, you might get 2 or 4 defects in a single sample, but the average over many samples is 3.2.
Mistake: Adding standard deviations when combining random variables.
Correction: Variances add for independent variables, not standard deviations. For X and Y, = ?(² + ²).
Mistake: Using binompdf for P(X-k) instead of binomcdf.
Answer: (A) 1.71 Explanation: Calculate = 3.5, then = ?[?(x – 3.5)² · (1/6)]-1.71.
FRQ Part: A factory produces light bulbs with a 5% defect rate. In a random sample of 100 bulbs:
Answer: (a) = np = 100(0.05) = 5 defective bulbs. (b) = ?[np(1 – p)] = ?[100(0.05)(0.95)]-2.18 defective bulbs.
Multiple Choice: Let X and Y be independent random variables with = 4, = 1, = 6, and = 2. What is the standard deviation of X + Y?
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.