Question 1081199
The average number of mosquitos in a stagnant pond is 80 per square meter with a standard deviation of 12. If 36 square meters are chosen at random for a mosquito count, find the probability that the average of those counts is more than 81.8 mosquitos per square meter. Assume that the variable is normally distributed.
z(81.8) = (81.8-80)/(12/sqrt(36)) = 1.8/2 = 0.9
--
P(x-bar > 81.8) = P(z > 0.9) = 18.4%	
================================================
The Australian sheep dog is a breed renowned for its intelligence and work ethic. It is estimated that 40% of adult Australian sheep dogs weigh 65 pounds or more. A sample of 18 adult dogs is studied. What is the probability that no more than 3 of them weigh 65 lb or more?
----
Binomial Problem with n = 3 and p(>= 65) = 0.4
P(0<= x <=3) = binomcdf(18,0.4,3) = 0.9328
=========================================
In a survey of 305 registered voters, 130 of them wished to see Mayor Waffleskate lose her next election. Construct a 95% confidence interval for the proportion of registered voter who want to see Mayor Waffleskate defeated.
p-hat = 130/305 = 0.426
ME = 1.96*sqrt(0.426*0.574/305) = 0.055
95% CI:: 0.426-0.055 < p < 0.426+0.055
95% CI:: 0.371 < p < 0.482
=======================================
A study of 65 bolts of carpet showed that their average length was 74.2 yards. The standard deviation of the population is 3.6 yards. Which of the following is the confidence interval for the mean length per bolt of carpet?
Find the sample mean
Find the Margin of Error
Follow the example above.
======================================
A simple random sample of kitchen toasters is to be taken to determine the mean operational lifetime in hours. Assume that the lifetimes are normally distributed with population standard deviation hours. 
Find the sample size needed so that a confidence interval for the mean lifetime will have a margin of error of 8.
------------------
Insufficient information.
=======================================

117	
34	
5	
6 
========
Cheers,
Stan H.
----------------