Student scores on exams given by a certain instructor have mean 74 and standard deviation 14. This instructor is about to give two exams, one to a class of size 25 and the other to a class of size 64.
(a) Approximate the probability that the average test score in the class of size 25 exceeds 80.
(b) Repeat part (a) for the class of size 64.
(c) Approximate the probability that the average test score in the larger class exceeds that of the other class by over 2.2 points.
(d) Approximate the probability that the average test score in the smaller class exceeds that of the other class by over 2.2 points.
My attempt is:
(a)Let Y be the average test score in the class of size 25 $$P(Y>80)=P(\frac{Y-E[Y]}{ \sigma(Y) }>\frac{80-74}{ \frac{14}{5} })=1-\Phi (2,14)=0,0162 $$
(b)Let Z be the average test score in the class of size 64 $$P(Z>80)=P(\frac{Z-E[Z]}{ \sigma(Z) }>\frac{80-74}{ \frac{14}{8} })=1-\Phi (3,43)=0,0003 $$
(c) $$P(Z-Y>2,2)=P(\frac{(Z-Y)-E[Z-Y]}{ \sigma(Z-Y) }>\frac{2,2-0}{3,30})=1-\Phi (0,667)=1-0,7486=0,2514 $$ where $$Var(Z-Y)=Var(Z)+Var(Y)=14^2/64+14^2/25$$ $$\sigma(Z-Y)= \sqrt{14^2/64+14^2/25}\approx3,30$$
(d) $$P(Y-Z>2,2)=P(\frac{(Y-Z)-E[Y-Z]}{ \sigma(Y-Z) }>\frac{2,2-0}{ 3,30})=1-\Phi (0,667)=1-0,7486=0,2514 $$ where $$Var(Y-Z)=Var(Y)+Var(Z)=14^2/25+14^2/64$$ $$\sigma(Y-Z)= \sqrt{14^2/25+14^2/64}\approx3,30$$ (I've correct the exercise thank to the help Graham Kemp) While the solution for points (c) and (d) should be 0,2516. What's wrong with my solution?