Question 969386
 I gave a test to 200 students, and the mean score was a 70. Each SD was 5 pts. How many students scored higher than a 75? 80? (this is a normal bell-curve distribution).
---------
z(75) = (75-70)/5 = 1
---
P(x > 75) = P(z > 1) = normalcdf(1,100) = 0.1587
----
Ans: 0.1587*200 is approximately 32
============
Cheers,
Stan H.
-------------