Linearity of Expectations E(X+Y) = E(X) + E(Y)

Probability problems

Problem 743

Let $X, Y$ be discrete random variables. Prove the linearity of expectations described as
\[E(X+Y) = E(X) + E(Y).\] LoadingAdd to solve later

Sponsored Links

Solution.

The joint probability mass function of the discrete random variables $X$ and $Y$ is defined by
\[p(x, y) = P(X=x, Y=y).\] Note that the probability mass function of $X$ can be obtained from $p(x, y)$ by
\begin{align*}
p_X(x) &= P(X=x)\\
& = \sum_{y} p(x, y).
\end{align*}
Similarly, the probability mass function of $Y$ is expressed as
\[p_Y(y) = \sum_{x} p(x, y).\]

Using these equalities and the definition of expectations, we can compute $E(X+Y)$ as follows.

\begin{align*}
E(X+Y) &= \sum_{x} \sum_{y} (x+y) p(x, y)\\
&= \sum_{x} \sum_{y}\left(x p(x, y) + y p(x, y)\right)\\
&= \sum_{x} \sum_{y} x p(x, y) + \sum_{x} \sum_{y} y p(x, y)\\
&= \sum_x x \sum_y p(x,y) + \sum_y y \sum_x p(x,y)\\
&= \sum x p_X(x) + \sum_y y p_Y(y)\\
&= E(X) + E(Y)
\end{align*}

This proves the desired linearity of expectations $E(X+Y) = E(X) +E(Y)$.


LoadingAdd to solve later

Sponsored Links

More from my site

  • Expectation, Variance, and Standard Deviation of Bernoulli Random VariablesExpectation, Variance, and Standard Deviation of Bernoulli Random Variables A random variable $X$ is said to be a Bernoulli random variable if its probability mass function is given by \begin{align*} P(X=0) &= 1-p\\ P(X=1) & = p \end{align*} for some real number $0 \leq p \leq 1$. (1) Find the expectation of the Bernoulli random variable $X$ […]
  • Upper Bound of the Variance When a Random Variable is BoundedUpper Bound of the Variance When a Random Variable is Bounded Let $c$ be a fixed positive number. Let $X$ be a random variable that takes values only between $0$ and $c$. This implies the probability $P(0 \leq X \leq c) = 1$. Then prove the next inequality about the variance $V(X)$. \[V(X) \leq \frac{c^2}{4}.\] Proof. Recall that […]
  • How to Prove Markov’s Inequality and Chebyshev’s InequalityHow to Prove Markov’s Inequality and Chebyshev’s Inequality (a) Let $X$ be a random variable that takes only non-negative values. Prove that for any $a > 0$, \[P(X \geq a) \leq \frac{E[X]}{a}.\] This inequality is called Markov's inequality. (b) Let $X$ be a random variable with finite mean $\mu$ and variance $\sigma^2$. Prove that […]
  • Given the Variance of a Bernoulli Random Variable, Find Its ExpectationGiven the Variance of a Bernoulli Random Variable, Find Its Expectation Suppose that $X$ is a random variable with Bernoulli distribution $B_p$ with probability parameter $p$. Assume that the variance $V(X) = 0.21$. We further assume that $p > 0.5$. (a) Find the probability $p$. (b) Find the expectation $E(X)$. Hint. Recall that if $X$ […]
  • Can a Student Pass By Randomly Answering Multiple Choice Questions?Can a Student Pass By Randomly Answering Multiple Choice Questions? A final exam of the course Probability 101 consists of 10 multiple-choice questions. Each question has 4 possible answers and only one of them is a correct answer. To pass the course, 8 or more correct answers are necessary. Assume that a student has not studied probability at all and […]
  • Expected Value and Variance of Exponential Random VariableExpected Value and Variance of Exponential Random Variable Let $X$ be an exponential random variable with parameter $\lambda$. (a) For any positive integer $n$, prove that \[E[X^n] = \frac{n}{\lambda} E[X^{n-1}].\] (b) Find the expected value of $X$. (c) Find the variance of $X$. (d) Find the standard deviation of […]
  • Coupon Collecting Problem: Find the Expectation of Boxes to Collect All ToysCoupon Collecting Problem: Find the Expectation of Boxes to Collect All Toys A box of some snacks includes one of five toys. The chances of getting any of the toys are equally likely and independent of the previous results. (a) Suppose that you buy the box until you complete all the five toys. Find the expected number of boxes that you need to buy. (b) […]
  • Probability that Three Pieces Form a TriangleProbability that Three Pieces Form a Triangle We have a stick of a unit length. Two points on the stick will be selected randomly (uniformly along the length of the stick) and independently. Then we break the stick at these two points so that we get three pieces of the stick. What is the probability that these three pieces form a […]

You may also like...

Please Login to Comment.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Probability
reliability of communication network
Successful Probability of a Communication Network Diagram

Consider the network diagram in the figure. The diagram consists of five links and each of them fails to communicate...

Close