document.write( "Question 1079575: In a sample of 1000 people,630 said they were most likely to sleep when at home sick with a cold or flu.Determine the proportion of people who sleep when at home sick with a cold?
\n" );
document.write( "b) in order to calculate a confidence interval for p it is neccessary to be able to approximate probability distribution of the number of people who sleep when at home sick with a cold or flu ising a normal distribution.calculate the following np and n(1-p)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #693880 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! The point estimate is 630/1000=0.63=p \n" ); document.write( "np=630 \n" ); document.write( "1-p=0.37 \n" ); document.write( "n(1-p)=370 \n" ); document.write( "the 95% CI is 0.63 +/_ 1.96* sqrt (0.63)(0.37)/1000 \n" ); document.write( "=0.0299 or 0.03 \n" ); document.write( "(0.60, 0.66) \n" ); document.write( "The variance is np(1-p)=233.1; take the sqrt, multiply by 1.96, and the interval width was 29.92, using 630 as the mean. \n" ); document.write( " |