SOLUTION: A recent newspaper stated that 90% of the world’s large corporations are actively involved in data warehousing. In a random sample of 100 large corporations, what is the probabilit
Algebra ->
Probability-and-statistics
-> SOLUTION: A recent newspaper stated that 90% of the world’s large corporations are actively involved in data warehousing. In a random sample of 100 large corporations, what is the probabilit
Log On
Question 819875: A recent newspaper stated that 90% of the world’s large corporations are actively involved in data warehousing. In a random sample of 100 large corporations, what is the probability that at least 85% of them are actively involved in data warehousing?
b) A competitor decided to do a survey of 200 companies and found 168 are so involved. Calculate the 99% confidence interval and write a complete statement.
c) Another newspaper wanted to test the original claim believing that the claim was low. Test the claim at the 0.10 level if a sample of 250 had a result of 92%.
You can put this solution on YOUR website! A recent newspaper stated that 90% of the world’s large corporations are actively involved in data warehousing. In a random sample of 100 large corporations, what is the probability that at least 85% of them are actively involved in data warehousing?
---
z(0.85) = (0.85-0.90)/sqrt(0.9*0.1/100) = -2.0412
P(p-hat >= 0.85) = P(z >= -2.0412) = 0.9794
=================================================
b) A competitor decided to do a survey of 200 companies and found 168 are so involved. Calculate the 99% confidence interval and write a complete statement.
--
p-hat = 168/200 = 0.834
ME = 2.5758*sqrt[0.834*0.166/200] = 0.0263
99% CI:: 0.0823-0.0263 < p < 0.0823+0.0263
==================================================
c) Another newspaper wanted to test the original claim believing that the claim was low. Test the claim at the 0.10 level if a sample of 250 had a result of 92%.
Ho: p = 0.90
Ha: p > 0.90 (claim)
-------
p-hat = 0.92
z(0.92) = (0.92-0.90)/sqrt(0.9*0.1/250) = 1.0541
------
P-value = P(z > 1.0541) = 0.1459
-----
Conclusion: Since the p-value is greater than 10% fail to reject Ho.
Conclusiion: The test results do not support the claim.
==================
Cheers,
Stan H.
==================