SOLUTION: A department store manager claims that at least 45% of persons who visited this store make a purchase. In a sample of 400 persons who visited the store 150 made a purchase. Test t

Algebra ->  Probability-and-statistics -> SOLUTION: A department store manager claims that at least 45% of persons who visited this store make a purchase. In a sample of 400 persons who visited the store 150 made a purchase. Test t      Log On


   



Question 285330: A department store manager claims that at least 45% of persons who visited this store make a purchase. In a sample of 400 persons who visited the store 150 made a purchase. Test the manager’s claim at the 3% significance level.
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A department store manager claims that at least 45% of persons who visited this store make a purchase. In a sample of 400 persons who visited the store 150 made a purchase. Test the manager’s claim at the 3% significance level.
-----------------------------------
Ho: p >= 0.45 (manager's claim)
Ha: p < 0.45
-------------------
sample proportion: 150/400 = 0.375
---
test stat: z(0.375) = (0.375-0.45)/sqrt[0.45*0.55/400]
= -3.015
---
Critical Value for left-tail test with alpha=3%
is z = invNorm(0.03) = -1.8808
---------------
Conclusion:
Since the test statistic is in the reject interval
reject Ho, which is the manager's claim.
=============================================
Cheers,
Stan H.