document.write( "Question 1197870: 71% of all voters favor Proposition A and a random sample of 200 voters is taken. Use the normal approximation to the bonomial to find the following probabilities rounded to 3 decimal places.\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "a. Find the probability that more than 140 of the voters favor Proposition A. Incorrect\r
\n" );
document.write( "\n" );
document.write( "b. Find the probability that at most 150 of the voters favor Proposition A. Incorrect\r
\n" );
document.write( "\n" );
document.write( "c. Find the probability that between 141 and 149, inclusive, of the voters favor Proposition A. \n" );
document.write( "
Algebra.Com's Answer #831313 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! Binomial Distribution: \n" ); document.write( "n = 200, p = .71 \n" ); document.write( "Using the normal approximation and the NOted continuity correction factor. \n" ); document.write( "(the continuity correction factor used as a Binomial Distribution is not continuous) \n" ); document.write( "Using the normal approximation: \n" ); document.write( " mean = 200*.71 = 142 \n" ); document.write( " sd = \n" ); document.write( "Using hand-held TI or similarly an inexpensive calculator like an Casio fx-115 ES plus \n" ); document.write( "P(x > 140 ) = normpdf(140.5,9999 142, 6.42)= .592 \n" ); document.write( "P(x ≤ 150) = normcdf(-9999, 150.5,142, 6.42)= .907 \n" ); document.write( "P( 141 ≤ x ≤ 149) = = normcdf( 140.5,149.5, 142, 6.42) = .471 \n" ); document.write( " |