📚 MATH 130 Practice Final

Interactive Walkthrough: Questions 1 – 8

🧠 Question 1: True/False Intuition Check

Click each card to reveal the answer and explanation!

Statement 1
If X is a random variable, then E[aX + b] = aE[X] + b
🔄 Click to reveal
✅ TRUE
Concept: Linearity of Expectation
Intuition: Expectation is an "average"
  • Scaling (aX): Double values → double average
  • Shifting (+b): Add 5 to all → average +5
Statement 2
The probability that a continuous random variable equals zero is always zero.
🔄 Click to reveal
✅ TRUE
Concept: Continuous Probability
Intuition: Probability = Area under curve
A single point has no width → no area → P = 0
⚠️ Trap: P=0 doesn't mean "impossible"!
Statement 3
The PDF of a continuous random variable must always be ≤ 1.
🔄 Click to reveal
❌ FALSE
Concept: PDF vs. Probability
Key: PDF = density, not probability!
Counter-example: Uniform on [0, 0.1]
Width = 0.1, Area must = 1
Height = 1/0.1 = 10 > 1
Statement 4
A standard normal distribution has mean 1 and variance 1.
🔄 Click to reveal
❌ FALSE
Concept: Standard Normal Parameters
Correction: Standard Normal Z has:
μ = 0, σ² = 1
💡 "Standard" = centered at zero, unit variance

📊 Visual Demo: Linearity of Expectation

See how scaling and shifting affects the distribution:

a = 1
b = 0
E[aX + b] =
5
Original E[X] = 5 (shown in blue) | Transformed E[aX+b] (shown in purple)

📊 Visual Demo: PDF Can Be > 1

Adjust the interval width to see how PDF height changes:

Narrow (0.1) width = 0.5 Wide (2.0)
PDF Height (density):
2.0
Area (must = 1):
1.0 ✓