document.write( "Question 1162359: Use a normal approximation to find the probability of the indicated number of voters. In this case, assume that 183 eligible voters aged 18-24 are randomly selected. Suppose a previous study showed that among eligible voters aged 18-24, 22% of them voted.
\n" );
document.write( "Probability that fewer than 44 voted \n" );
document.write( "
Algebra.Com's Answer #786739 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Can use normal approximation \n" ); document.write( "np=mean or 183*0.22=40.26 \n" ); document.write( "np(1-p) is variance or 40.26*0.78 or 31.40 \n" ); document.write( "sqrt(V)=sd=5.60 \n" ); document.write( "z=(43.5-40.26)/5.60 or 0.58 \n" ); document.write( "probability z < 0.58 is 0.7190 \n" ); document.write( " |