38 total
By the end of this topic, you should be able to use the following results when solving problems:
Note: You do not need to prove any of these results. You just need to be able to use them correctly.
Before diving into linear combinations, let's briefly recall what expectation (mean) and variance are.
These are the two key numbers that describe any random variable. Everything in this topic builds on them.
Imagine you have a random variable X. Now suppose you:
The result is a new random variable: aX + b.
For example, if X is the temperature in Celsius, then 1.8X + 32 converts it to Fahrenheit.
When you scale X by a and shift by b, the mean also scales and shifts in the same way:
E(aX+b)=aE(X)+b
In plain English: Multiply the mean by a, then add b.
Example: Suppose E(X) = 5. Then:
When you scale and shift, the variance changes differently:
Var(aX+b)=a2⋅Var(X)
Two key points to notice:
Example: Suppose Var(X) = 4. Then:
Common mistake: Students sometimes write Var(aX + b) = a²Var(X) + b. Remember — the b vanishes completely. The +b only affects the mean, not the variance.
Sign in to view full notes