document.write( "Question 466310: (a) In a random sample of 150 persons having their lunch at the University cafeteria on meatless day it was observed that 20 percent preferred vegetable dishes.
\n" );
document.write( "• Find 95% confidence interval for P (proportion of those who preferred vegetables)
\n" );
document.write( "• How large a sample is needed, if we want to be 98% confident that our estimate of P is within 0.01\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #319851 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! (a) In a random sample of 150 persons having their lunch at the University cafeteria on meatless day it was observed that 20 percent preferred vegetable dishes. \n" ); document.write( "• Find 95% confidence interval for P (proportion of those who preferred vegetables) \n" ); document.write( "--- \n" ); document.write( "p-hat = 0.2 \n" ); document.write( "ME = 1.96*sqrt[0.2*0.8/sqrt(150)] = 0.0640 \n" ); document.write( "--- \n" ); document.write( "95% CI: 0.2-0.0640 < p < 0.2640 \n" ); document.write( "95% CI: 0.1360 < p < 0.2640 \n" ); document.write( "============================================ \n" ); document.write( "• How large a sample is needed, if we want to be 98% confident that our estimate of P is within 0.01 \n" ); document.write( "--- \n" ); document.write( "n = [z/E]^2*pq \n" ); document.write( "--- \n" ); document.write( "n = [2.32633/0.01]^2*0.2*0.8 \n" ); document.write( "----- \n" ); document.write( "n = 8660 when rounded up \n" ); document.write( "============================ \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============ \r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |