Say that you are given a density function of $f_x = \frac{1}{5}x^{-n}$ for some $n$ with $x \in [5,\infty]$, how to compute $\operatorname {var}(X)$? Is the gamma function of factorial used in this question?
2026-03-30 13:57:38.1774879058
given a density function of $f_x = x^{-n}$ how to compute $\operatorname {var}(X)$?
39 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Remember that $Var(x) = E[E[X] - X] = E[X^2] - E[X]^2$.
$E[X] = \int_5^{\inf}xf_x dx$
$E[X^2] = \int_5^{\inf}x^2f_x dx$
Perform these integrations and combine them as shown above to get the variance.