IQs are known to be normally distributed with mean 100 and standard deviation 15. In a random sample of 32 people, find the probability that the average IQ is between 96 and 105.
(x-100)/15 then came up with 96<-value<-105 >>>>>>> -1<-Z<0.33 which was 0.62930 - 0.15866 = 0.4707
however when I answered as (0.4707)^32 my answer did not make sense. Can someone please explain what I should do ? Thanks
$96$ is only $\frac 4{15}$ standard deviations low, so the Z-score is about $-0.2667$, not $-1$. Once you correct that, you will get the probability that one specific IQ is in that range, which is not what you need. You are supposed to look up the standard deviation of the sample mean, which is a factor $\sqrt {n}$ less than the standard deviation of the distribution, then use that in your z-score table.