document.write( "Question 1192242: The number of motorcycles sold annually by salespeople is normally distributed with a standard deviation of 15. A random sample of 300 salespeople taken and the mean number of motorcycles sold annually was found to be 75. Find the 99% confidence interval estimate of the population mean. \n" ); document.write( "
Algebra.Com's Answer #824152 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
99% half-interval is z*sqrt(p*(1-p)/n)
\n" ); document.write( "=2.576*sqrt(.25*.75/300)
\n" ); document.write( "=0.0644
\n" ); document.write( "the interval is mean+/- half-interval
\n" ); document.write( "(0.1856, 0.3144)
\n" ); document.write( "
\n" );