Question 1190823
x is >70 is z>-3, when z=(x-mean)/sd
prob. z>-3=0.9987
-
x<75 is z<-2.5 and that probability is from the table or calculator 2ndVARS2normalcdf(-6,-2.5)=0.0062. Any large negative number may be on the left side of the parentheses and any large positive number (6 is fine) may be on the right. Some use 1E99, but 6 is easier for me.
-
x<90 has probability of z<-1 and x>125 is z>2.5
=0.1587+0.0062
=0.1649
-
use the 0.5th and the 99.5th percentile.
z(0.005) use invnorm(0.005,0,1)=-2.576
z(0.995 is the positive number, since the function is symmetrical
because z=(x-mean)/sd
z*sd=x-mean=25.76
the answer is (74.24, 125.76)