SOLUTION: Hi! I'm having trouble getting through this. The scores of student in the NAT is distributed with a mean of 60 and a standard deviation of 8 The question is, how many percent o

Algebra ->  Probability-and-statistics -> SOLUTION: Hi! I'm having trouble getting through this. The scores of student in the NAT is distributed with a mean of 60 and a standard deviation of 8 The question is, how many percent o      Log On


   



Question 853779: Hi! I'm having trouble getting through this.
The scores of student in the NAT is distributed with a mean of 60 and a standard deviation of 8
The question is, how many percent of the NAT takers got scores below 44?above 68?and between 52 and 76?
Please help me.

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
mean of 60 and a standard deviation of 8
Using TI: The syntax is normalcdf(smaller, larger, µ, σ).
P(44 ≤ x ≤ 68) = normalcdf(44,68,60,8)
P(52≤ x ≤ 76) = normalcdf(52,76,60,8)
0r
P(44 ≤ x ≤ 68) = NORMSDIST(1) - NORMSDIST(-2) = .8413 - .0228
P(52≤ x ≤ 76) = NORMSDIST(2) - NORMSDIST(-1) = .9772 - .1587