
Nathaniel Z. answered 06/13/24
Experienced Calculus, Statistics, and Econometrics Tutor
The distribution function is the CDF. It can be found by integrating the given density function.
F(x) = 0 when x < = 0
= (1/64)x^3 when 0 < x <=4
= 1 if x > 4
The probability that x > 1 is found by integrating the density function from 1 to infinity. As the density function is 0 for x >4, that region can be ignored. The resulting probability is 63/64.
Finally, to find the density function of y there are two common methods as outlined by the problem. I find the transformation method rather tedious and messy, so I will outline the way that starts by finding the density function of y.
F(y) = P(Y <= y) = P(10 - 2x <= y) = P(10-y <= 2x) = P(5-0.5y<=x) = F(5-0.5y)
where the first F(y) is the distribution function of y and the second F(5-0.5y) is the distribution function with respect to x.
To find the distribution function, find the derivative and be sure to apply the chain rule.
f(y)=f(5-0.5y)(-0.5) = (3/128)(5-0.5y)^2 whenever 0 <= 5-0.5y <= 4 and 0 otherwise.