Question 1040708
the mean number of pets is 2.96 with a standard deviation 1.4. a sample of 52 households is drawn. find the 74th percentile of the sample mean. 
------------------
Find the z-value with a left tail of 0.74
invNorm(0.74) = 0.6433
------
Find the corresponding raw score value::
x = z*s + u
x = 0.6433*1.4 + 2.96
x = 3.86
-------------
Cheers,
Stan H.
----------------