Answer:
Step-by-step explanation:
It seems that this question is incomplete, and unfortunately, no reference was found in the internet. However, it seems that question is about calculating the variance and the mean of a random variable, based on its pdf (probability density funtion). Recall that a function must fulfill the following property for it to be a pdf
[tex]\int_{-\infty}^{\infty} f(x) dx =1[/tex]
Also, recall that the following formulas
[tex]\text{E}\[X\] = \int_{-\infty}^{\infty} xf(x) dx[/tex] (the mean)
[tex]\text{Var}\[X\] = \int_{-\infty}^{\infty} x^2f(x) dx-(\text{E}\[X\])^2 [/tex].
Let us illustrate this calculations with an example.
Consider the function f(x) = 2x if [tex]0\leq x \leq 1[/tex] and 0 otherwise. By easy calculations, we can check that f(x) is indeed a pdf (it integrates up to 1). Hence it's mean is
[tex] \text{E}\[X\] = \int_{0}^{1} x\cdot2x dx = \left.\frac{2}{3}x^3\rigth|_{0}^1 = \frac{2}{3}[/tex]
and the variance is given by
[tex]\text{Var}\[X\] = \int_{0}^{1} x^2\cdot 2x dx -(\frac{2}{3})^2= \left.\frac{1}{2}x^4\right|_{0}^1-(\frac{2}{3})^2 = \frac{1}{2}-\frac{4}{9}= \frac{1}{18}[/tex]