Statistics · Unit 4: Probability, Random Variables, and Probability Distributions · 14 min read · Updated 2026-05-11
Combining Random Variables — AP Statistics
AP Statistics · Unit 4: Probability, Random Variables, and Probability Distributions · 14 min read
1. What Is Combining Random Variables?★★☆☆☆⏱ 3 min
Combining random variables means creating a new random variable from one or more existing random variables, a common scenario in real-world statistics where we aggregate measurements, adjust for fixed costs, or compare outcomes across groups. For example, if $X$ is waiting time for a customer and $Y$ is time to receive their order, total visit time is the combination $X+Y$.
This topic makes up ~12% of Unit 4, translating to 2-4% of the total AP exam score. It appears in both MCQ and FRQ, often paired with normal distributions to calculate probabilities of combined outcomes, and is a critical bridge to inferential statistics.
2. Expected Value of Linear Combinations and Transformations★★☆☆☆⏱ 4 min
A linear transformation of a single random variable is written $Y = aX + b$, where $a$ and $b$ are constants. The key rule for expected value is extremely general: it holds *regardless* of whether random variables are independent or dependent, with no exceptions.
Intuition: Expected value measures the average outcome. If every possible value of $X$ is scaled by $a$ and shifted by $b$, the average outcome follows the same scaling and shift. This linearity holds even for strongly correlated variables.
3. Variance of Linear Combinations (Independent Random Variables)★★★☆☆⏱ 4 min
Unlike expected value, the simple addition rule for variance of a combination only applies when all random variables are independent. Dependence introduces covariance, which is not tested on the AP exam, so you will only ever calculate variance for independent variables on the exam. Adding a constant $b$ shifts the entire distribution but does not change spread, so $b$ does not affect variance. Multiplying by $a$ scales variance by $a^2$ because variance is measured in squared units.
To get standard deviation after calculating variance, take the square root of total variance: $
\sigma_Y = \sqrt{Var(Y)}$.
4. Differences of Independent Random Variables★★★☆☆⏱ 3 min
A difference between two independent random variables $D = X - Y$ is one of the most commonly tested combinations on the AP exam, appearing in problems comparing two groups, products, or treatments. Many students make predictable errors here due to confusion around the negative sign.
E(X - Y) = E(X) - E(Y)
Var(X - Y) = Var(X) + Var(Y)
Intuition: For variance, the negative sign on $Y$ means the coefficient is $-1$, and $(-1)^2 = 1$, so we still add the variances. Variation does not cancel out when you take a difference: total variation is higher than variation of either variable alone, not lower.
5. AP-Style Concept Check Practice★★★★☆⏱ 4 min
Common Pitfalls
Why: Students confuse linear scaling for expectation with linear scaling for variance, forgetting variance scales with the square of the coefficient.
Why: Intuition suggests subtraction in the combination leads to subtraction of variance, but the negative coefficient gets squared so variance adds.
Why: Students forget the simple variance rule only applies to independent variables, and use it even when the question states variables are dependent.
Why: Students carry the constant through from the expected value calculation and accidentally include it in variance.
Why: Students skip the variance step and add standard deviations, which is never correct for independent variables.