Problem 33
Question
If \(E[X]=1\) and \(\operatorname{Var}(X)=5,\) find (a) \(E\left[(2+X)^{2}\right]\) (b) \(\operatorname{Var}(4+3 X)\)
Step-by-Step Solution
Verified Answer
(a) \(E\left[(2+X)^{2}\right] = 14\)
(b) \(\operatorname{Var}(4+3X) = 45\)
1Step 1: (a) Calculate E[((2+X)^2)] #
We start by expanding the expression within the expected value operator:
\[
(2+X)^2 = 4 + 4X + X^2
\]
Now, we can use the linearity of expected value, that is:
\[
E[a + b\,Y] = a + b\,E[Y]
\]
Applying this property to our problem:
\[
E[(2+X)^2] = E[4+4X+X^2] = E[4] + 4E[X] + E[X^2]
\]
We know that \(E[X]=1\). To find \(E[X^2]\), we will use the relation between variance and second moment:
\[
\operatorname{Var}(X) = E[X^2] - (E[X])^2 \Rightarrow E[X^2] = \operatorname{Var}(X) + (E[X])^2
\]
Now, we can substitute the given values and find \(E[X^2]\):
\[
E[X^2] = 5 + 1^2 = 6
\]
Finally, we can find \(E[(2+X)^2]\):
\[
E[(2+X)^2] = E[4] + 4E[X] + E[X^2] = 4 + 4(1) + 6 = 14
\]
2Step 2: (b) Calculate Var(4+3X) #
We will use the following property of variance, for a transformation of a random variable \(Y = a + bX\):
\[
\operatorname{Var}(a + b\,X) = b^2 \operatorname{Var}(X)
\]
In our case, we have \(a = 4\) and \(b = 3\), so we can find \(\operatorname{Var}(4+3X)\):
\[
\operatorname{Var}(4+3X) = 3^2 \operatorname{Var}(X) = 9(5) = 45
\]
So the final answers are:
(a) \(E\left[(2+X)^2\right] = 14\).
(b) \(\operatorname{Var}(4+3X) = 45\).
Other exercises in this chapter
Problem 29
There are 4 different types of coupons, the first 2 of which compose one group and the second 2 another group. Each new coupon obtained is type \(i\) with proba
View solution Problem 30
If \(X\) and \(Y\) are independent and identically distributed with mean \(\mu\) and variance \(\sigma^{2},\) find $$ E\left[(X-Y)^{2}\right] $$
View solution Problem 35
Cards from an ordinary deck are turned face up one at a time. Compute the expected number of cards that need to be turned face up in order to obtain (a) 2 aces;
View solution Problem 37
A die is rolled twice. Let \(X\) equal the sum of the outcomes, and let \(Y\) equal the first outcome minus the second. Compute \(\operatorname{Cov}(X, Y)\)
View solution