5. Suppose we have a pair of dice. Let's define the following three random variables X, Y, and Z.
X = the sum of numbers from the pair of dice
Y ~ unif[3, 9]
Z ~ N(E(X), Var(Y))
a) (5 pts) What is E(Z) + Var(Z)?
b) (5 pts) What is P[Z ≥ E(Y)]?
c) (5 pts) If P(Z ≤ c) = P(Z ≥ d) = 0.25, what is c and d?