mynameisfunk
- 122
- 0
Homework Statement
A machine consists of 2 components whose lifetimes are X and Y and have joint pdf,
f(x,y)=1/50 w/ 0<x<10, 0<y<10,0<x+y<10
Calculate the expected value of X given Y=5.
Homework Equations
E[X|Y]= \int_{-inf}^{inf} x f(x,y)/f(y) dx
The Attempt at a Solution
f(y) = \int_{0}^{10-y} 1/50 dx = (1-y)/5
E[x|y] = \int_{0}^{10-y} x/(10-10y) dx
This is where I am confused. How do i set the limits on the integral where I actually compute the expectation? Is x=0 to x=10-y right? I was thinking I want to just integrate as normal and plug in y=5 after the integration.