AP Statistics Unit 4 Notes: Random Variables, Expected Value, and Combining Outcomes

0.0(0)
Studied by 0 people
0%Unit 4 Mastery
0%Exam Mastery
Build your Mastery score
multiple choiceMultiple Choice
call kaiCall Kai
Supplemental Materials
Card Sorting

1/24

Last updated 3:08 PM on 3/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

25 Terms

1
New cards

Random variable

A rule that assigns a numerical value to each outcome of a chance process.

2
New cards

Discrete random variable

A random variable that takes on a countable set of possible values (often integers like 0, 1, 2, …).

3
New cards

Outcome vs. random variable value

The outcome is the raw result of the chance process (e.g., HHTHT); the random variable value is the number computed from the outcome (e.g., 3 heads).

4
New cards

Probability distribution (discrete)

A list of every possible value of a discrete random variable and the probability that each value occurs.

5
New cards

Valid discrete probability distribution

A distribution where (1) each probability is between 0 and 1 and (2) all probabilities sum to 1.

6
New cards

Probability notation P(X = x)

The probability that the random variable X takes the specific value x.

7
New cards

Probability histogram

A graph with bars at each possible discrete value whose heights equal the corresponding probabilities; it represents a model (long-run pattern), not a dataset.

8
New cards

Cumulative probability

A probability of the form P(X ≤ a) (or similar) found by adding probabilities of all values meeting the condition.

9
New cards

Cumulative distribution function (CDF)

The function F(x) = P(X ≤ x), giving cumulative probabilities up to x.

10
New cards

Expected value

The mean of a random variable; the long-run average value over many repetitions of the chance process.

11
New cards

Mean of a discrete random variable

μX = E(X) = Σ xi pi, the probability-weighted average of the possible values.

12
New cards

Probability-weighted average

An average where each value is multiplied by its probability before summing; more likely outcomes count more.

13
New cards

Variance of a discrete random variable

σX² = Σ (xi − μX)² pi, the long-run average of squared distance from the mean (weighted by probabilities).

14
New cards

Standard deviation of a random variable

σX = √(σX²), describing the typical distance of X from its mean in the long run.

15
New cards

Variance–expectation shortcut

σX² = E(X²) − (E(X))², where E(X²) = Σ xi² pi.

16
New cards

E(X²)

The expected value of X²: E(X²) = Σ xi² pi.

17
New cards

Fair game (expected value idea)

A game is “fair” when expected profit is 0 (fairness depends on expected value, not on winning half the time).

18
New cards

Profit random variable

If W is winnings and c is cost, profit can be defined as P = W − c, so E(P) = E(W) − c.

19
New cards

Linear transformation

A new variable formed by Y = a + bX (shift by a, scale by b).

20
New cards

Mean under linear transformation

If Y = a + bX, then μY = a + bμX.

21
New cards

Standard deviation under linear transformation

If Y = a + bX, then σY = |b|σX (adding a constant does not change spread).

22
New cards

Additivity of expected value

For any random variables X and Y: E(X + Y) = E(X) + E(Y) and E(X − Y) = E(X) − E(Y) (does not require independence).

23
New cards

Independence (random variables)

X and Y are independent if knowing the value of one provides no information about the other; often from separate trials or independently selected individuals.

24
New cards

Variance of a sum/difference (independent case)

If X and Y are independent: Var(X ± Y) = Var(X) + Var(Y), so σX±Y = √(σX² + σY²).

25
New cards

Linear combination (AP-level)

A form like T = a + bX + cY; if X and Y are independent, then Var(T) = b²Var(X) + c²Var(Y) and μT = a + bμX + cμY.