Suppose that the random variable X has the following cdf:
F(X) = {
0, x < 0
1/27 x^3, 0 <= x <= 3
1, x > 3
}
Part 1: (3 points) Find P(1 <= x <= 2)
Part 2: (3 points) Determine the density function f(x).
Part 3: (4 points) Find E(X).
Part 4: (4 points) Find Var(X).
Part 5: (4 points) Suppose Y = 2X - 3, when X <= 1 and Y = 0, when X > 1, determine E(Y).