SOLUTION: Suppose that the scores of architects on a particular creativity test are normally distributed. Using a normal curve table, what percentage of architects have Z scores: Above .1

Algebra ->  Probability-and-statistics -> SOLUTION: Suppose that the scores of architects on a particular creativity test are normally distributed. Using a normal curve table, what percentage of architects have Z scores: Above .1      Log On


   



Question 934152: Suppose that the scores of architects on a particular creativity test are normally distributed. Using a normal curve table, what percentage of architects have Z scores:
Above .10?
Below .10?
Above .20?
Below .20?
Above 1.10?
Below 1.10?
Above -.10?
Below -.10?

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
Above .10 = 1 - .5398
Below .10 = .5398 = normalcdf(-100, .10)
......
Above .20 = 1 - .5793
Below .20 = .5793 = normalcdf(-100, .20)
......
Above 1.10 = 1-.8643
Below 1.10= .8643 = normalcdf(-100, 1.10)
......
Above -.10 = 1 - .4602
Below -.10 = .4602 = = normalcdf(-100, -.10)