Loadingโฆ
Define discrete random variables, calculate expected value, variance, and standard deviation.
Learn step-by-step with practice exercises built right in.
Random variable : Numerical outcome of random process
Discrete random variable: Countable set of possible values (integers typically)
Examples:
Let X = number of heads in 2 coin flips. List the probability distribution of X and verify it sums to 1.
Outcomes: TT (0 heads), TH/HT (1 head), HH (2 heads). X | 0 | 1 | 2 P(X) | 0.25| 0.5 | 0.25 Sum = 0.25 + 0.5 + 0.25 = 1.0. โ This is a valid discrete distribution. The probabilities are non-negative and sum to 1.
A discrete random variable has distribution: P(X=1)=0.1, P(X=2)=0.3, P(X=3)=0.4, P(X=4)=0.2. Find P(X โค 2) and P(X > 2).
Avoid these 3 frequent errors
Review key concepts with our flashcard system
Explore more AP Statistics topics
Definition: for each possible value
Requirements:
Example: Number of heads in 3 fair coin flips
| 0 | 1 | 2 | 3 | |
|---|---|---|---|---|
| 1/8 | 3/8 | 3/8 | 1/8 |
Check: โ
Interpretation: Long-run average value
Example:
Intuition: On average, 1.5 heads in 3 flips
Example: For 3 coin flips ()
If :
If (independent):
If (independent): (subtract in means, add in variances!)
Modify random variable? โ Apply linearity rules Independent sums? โ Add means and variances
"Find the probability distribution of X" means: create table with all possible values and their probabilities. Always verify probabilities sum to 1.
P(X โค 2) = P(X=1) + P(X=2) = 0.1 + 0.3 = 0.4. P(X > 2) = P(X=3) + P(X=4) = 0.4 + 0.2 = 0.6. Check: P(X โค 2) + P(X > 2) = 0.4 + 0.6 = 1.0. โ The cumulative probability P(X โค 2) represents 40% of the distribution.
A test score X has distribution: P(X=60)=0.1, P(X=70)=0.25, P(X=80)=0.4, P(X=90)=0.2, P(X=100)=0.05. Find E(X) and Var(X).
E(X) = 60(0.1) + 70(0.25) + 80(0.4) + 90(0.2) + 100(0.05) = 6 + 17.5 + 32 + 18 + 5 = 78.5. E(Xยฒ) = 3600(0.1) + 4900(0.25) + 6400(0.4) + 8100(0.2) + 10000(0.05) = 360 + 1225 + 2560 + 1620 + 500 = 6265. Var(X) = E(Xยฒ) - [E(X)]ยฒ = 6265 - (78.5)ยฒ = 6265 - 6162.25 = 102.75. The mean test score is 78.5, with variance measuring typical squared deviation from this mean.