document.write( "Question 1200946: Suppose that in a population of voters in a certain region 38% are in
\n" );
document.write( "favor of particular bond issue. Nine hundred randomly selected voters are asked if they favor
\n" );
document.write( "the bond issue.
\n" );
document.write( "(a) Verify that the sample proportion pˆ computed from samples of size 900 meets the condition that its sampling distribution be approximately normal.
\n" );
document.write( "(b) Find the probability that the sample proportion computed from a sample of size 900 will
\n" );
document.write( "be within 5 percentage points of the true population proportion. \n" );
document.write( "
Algebra.Com's Answer #840421 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! np and n(1-p) both are >10. Yes. \n" ); document.write( "error=z*sqrt(p(1-p)/n for z interval. \n" ); document.write( "0.05=z*sqrt(0.38*0.62/900) \n" ); document.write( "z<3.09 and that probability of no error is the probability of z between +/- 3.09 or 0.9980 \n" ); document.write( " \n" ); document.write( " |