document.write( "Question 634685: Suppose I want to estimate the proportion of Americans who watch TV. So I collected a random sample of 100 Americans and proportion for my sample was 0.42. Find the 95% CI. \n" ); document.write( "
Algebra.Com's Answer #399876 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! So I collected a random sample of 100 Americans and proportion for my sample was 0.42. Find the 95% CI. \n" ); document.write( "--- \n" ); document.write( "p-hat = 0.42 \n" ); document.write( "--------------------------------- \n" ); document.write( "E = 1.96*sqrt(0.42*0.58/100) = 0.0967 \n" ); document.write( "====== \n" ); document.write( "95%CI: 0.42-0.0967 < p < 0.42+0.0967 \n" ); document.write( "===================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |