Loading subject…
The discrete random variable $X$ has the probability distribution below.
| x | 1 | 2 | 3 |
|---|---|---|---|
| P(X = x) | 0.2 | 0.5 | 0.3 |
Find $E(X)$, $\operatorname{Var}(X)$ and the standard deviation of $X$.
Solution
$$E(X) = 1(0.2) + 2(0.5) + 3(0.3) = 2.1$$
$$E(X^{2}) = 1^{2}(0.2) + 2^{2}(0.5) + 3^{2}(0.3) = 0.2 + 2.0 + 2.7 = 4.9$$
$$\operatorname{Var}(X) = 4.9 - 2.1^{2} = 4.9 - 4.41 = 0.49$$
$$\sigma = \sqrt{0.49} = 0.7$$
A continuous random variable $X$ has probability density function $f(x) = kx$ for $0 \le x \le 2$, and $f(x) = 0$ otherwise.
(a) Find $k$.
(b) Find the mean.
(c) Find the median.
(d) State the mode.
(e) Find the variance.
Solution
The variable $X$ from the earlier table has $E(X) = 2.1$ and $\operatorname{Var}(X) = 0.49$. Let $Y = 3X + 5$. Find $E(Y)$, $\operatorname{Var}(Y)$ and the standard deviation of $Y$.
Solution
$$E(Y) = 3E(X) + 5 = 3(2.1) + 5 = 11.3$$ $$\operatorname{Var}(Y) = 3^{2}\operatorname{Var}(X) = 9(0.49) = 4.41$$
$$\sigma_{Y} = \sqrt{4.41} = 2.1$$ which is 3 times $\sigma_{X}$, confirming the standard deviation scales by $|a|$.