Discrete random expectation transformation

For a discrete random variable, called X, if we know that there is another DRV which we can write as Y=aX+b - where a and b are constants:

E(Y)=a\,E(X)+b

Explanation

flashcards

QuestionAnswer
E(Y) = aE(X) + b when Y = aX + bFor a discrete random variable X, if Y = aX + b with constants a and b, then the expected value of Y is a times the expected value of X plus b.
Why does adding b increase the expectation by b?Adding b to every outcome shifts the entire distribution upward by b, so the average (expected value) also increases by b.
Why does multiplying by a multiply the expectation by a?Multiplying the random variable X by a scales all outcomes by a, so the average (expected value) becomes a times the original average E(X).