The Scholastic Aptitude Test mathematics test scores across the population of high school seniors follow a normal distribution with mean 500 and standard deviation 100. If five seniors are randomly chosen, find the probability that all of them scored below 600.
My answer so far is currently
Let $X1, X2, X3, X4, X5$ correspond to the five seniors. Assuming independence, $E(X1+X2+X3+X4+X5) = 500(5) = 2,500.$
$Variance = Var(X1+X2+X3+X4+X5) = 5(100)^2 = 50,000.$
Find $P(X1+X2+X3+X4+X5 < 600)$
$P(600-\cfrac{2500}{\sqrt{50,000}})$
$= \cfrac{-1,900}{223.607}$
$= \phi(-8.497)$
$= 1 - \phi(8.497).$
I know I must have done something wrong since you're unable to find $\phi(8.497)$. Thank You