Solution Explanation
To find the expected length of time the contract has been in place (E[Y]), we need to:
- Find the marginal distribution of Y by integrating the joint density function over all possible values of X:
f_Y(y) = \int_{2}^{10} \frac{1}{64}(10 - xy^2)\,dx
$`$2`. **Compute the integral**:
f_Y(y) = \frac{1}{64}\int_{2}^{10} (10 - xy^2),dx = \frac{1}{64}\left[10x - \frac{x^2y^2}{2}\right]_{2}^{10}
= \frac{1}{64}\left[(100 - 50y^2) - (20 - 2y^2)\right] = \frac{1}{64}[80 - 48y^2]
So,
f_Y(y) = \begin{cases}
\frac{1}{64}[80 - 48y^2], & 0 < y < 1 \
0, & \text{elsewhere}
\end{cases}
‘3`. Calculate the expected value of Y:
E[Y]=∫01y⋅fY(y)dy=∫01y⋅641[80−48y2]dy
=641∫01(80y−48y3)dy=641[40y2−12y4]01
=641[40−12]=6428=167=0.4375
Key Concepts:
- Marginal distribution from joint distribution
- Expected value of a continuous random variable
- Integration of polynomial functions
Verification: The marginal distribution integrates to 1 over its support:
∫01641[80−48y2]dy=641[80y−16y3]01=641[80−16]=6464=1
This confirms our marginal distribution is properly normalized.