Question 219171
A financial institution wishes to estimate the mean balances owed by its credit card customers. The population standard deviation is estimate to be $ 300. If a 98 percent confidence inveral is used and an interval of =+ 75 is desired, how many cardholders should be sampled?
-------------------
invNorm(0.01) = 2.326
n = [2.326*300/75]^2
---
n = 9.304^2
---
n = 86.56
Rounding up:
n = 87 (desired sample size)
=========================
Cheers,
Stan H.