- #1
mynameisfunk
- 125
- 0
Homework Statement
A machine consists of 2 components whose lifetimes are X and Y and have joint pdf,
[tex] f(x,y)=1/50[/tex] w/ [tex]0<x<10[/tex], [tex]0<y<10[/tex],[tex]0<x+y<10 [/tex]
Calculate the expected value of [tex]X [/tex] given [tex]Y=5[/tex].
Homework Equations
[tex]E[X|Y]= \int_{-inf}^{inf} x f(x,y)/f(y) dx[/tex]
The Attempt at a Solution
[tex]f(y) = \int_{0}^{10-y} 1/50 dx = (1-y)/5[/tex]
[tex]E[x|y] = \int_{0}^{10-y} x/(10-10y) dx [/tex]
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.