Heather G. answered 03/23/22
Master Tutor who helps you rise above the math struggle
Using the TI-83, 83+, 84, 84+ Calculator to calculate these probabilities
Go to 2nd DISTR, and select item 2: normalcdf
The syntax is: normalcdf (lower bound, upper bound, mean, standard deviation)
1)
[population] X follows a normal distribution, with mean = 30, and standard deviation of 7
That means X ~ N (30, 7)
P (X > 31)
= normalcdf (-1E99, 31, 30, 7)
= 0.5568
2)
[random sample of 38] X bar, follows a normal distribution, with mean = 30, and std dev of 7/sqrt(38) That means X bar ~ N (30, 7/sqrt(38))
P (X bar > 31)
= normalcdf (-1E99, 31, 30, 7/sqrt(38))
= 0.8107