Problem 38
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 32
To determine whether they have a certain disease, 100 people are to have their blood tested. However, rather than testing each individual separately, it has bee
View solution Problem 35
A box contains 5 red and 5 blue marbles. Two marbles are withdrawn randomly. If they are the same color, then you win \(\$ 1.10 ;\) if they are different colors
View solution Problem 39
A ball is drawn from an urn containing 3 white and 3 black balls. After the ball is drawn, it is replaced and another ball is drawn. This process goes on indefi
View solution Problem 40
On a multiple-choice exam with 3 possible answers for each of the 5 questions, what is the probability that a student will get 4 or more correct answers just by
View solution