A random variable Y has a Probability Density Function (PDF) of $f(y) = \frac{1}{4}y^2$ for $ 0 \leq y \leq 2$. Assume Y measures the rate of electrical problems a building gets. To Fix these problems the landlord pays C in dollars, with $C(y)=10y^2-2$. How do I calculate the monthly cost of these problems. Knowing that the mean of $Y$ is $1$ using $\int_{0}^{2}y\cdot \frac{1}{4}\cdot y^2$.
2026-03-29 14:17:16.1774793836
Getting the average cost using probability density function
564 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Do you mean the expected monthly cost?
You know that the mean is obtained by integration: $$~\mathsf E(Y) = \int_0^2 y\,f(y)\mathop{\rm d} y~$$
Similarly the expected cost is:
$$\begin{align}\mathsf E(C(Y)) ~&=~ \int_0^2 C(y)\,f(y)\mathop{\rm d} y \\[1ex] &=~ \int_0^2 (10y^2-2)\,(\tfrac 14 y^2)\mathop{\rm d} y \end{align}$$