document.write( "Question 1187312: If n = 500 and p^(p-hat) = 0.8, construct a 90% confidence interval \n" ); document.write( "
Algebra.Com's Answer #819204 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the 90% half-interval is z(0.95)*sqrt(p(1-p)/n); p=0.8,1-p=0.2, n=500. \n" ); document.write( "=1.645*sqrt(.16/500) \n" ); document.write( "=0.0294 \n" ); document.write( "add to and subtract that from phat \n" ); document.write( "(0.7706, 0.8294) \n" ); document.write( " |