document.write( "Question 912878: Use a normal approximation to find the probability of the indicated number of voters. In this case, assume that 182 eligible voters aged 18-24 are randomly selected. Suppose a previous study showed that among eligible voters aged 18-24, 22% of them voted. Probability fewer than 45 voted.
\n" );
document.write( "The probability that fewer than 45 of 182 eligible voters voted is ______ (round 4 decimal places)
\n" );
document.write( "SHOW ALL WORK. \n" );
document.write( "
Algebra.Com's Answer #554138 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p(voted) = .22 , n = 182 \n" ); document.write( "P(x < 45) = binomcdf(182, .22, 44) \n" ); document.write( " |