document.write( "Question 910871: If 40% of voters are Democrats, what is the chance that a random sample of 500 voters will include more than 45% Democrats? \n" ); document.write( "
Algebra.Com's Answer #552726 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! m = .40, n = 500, s = sqrt(.4*.6/500) = .02 \n" ); document.write( "P(x > .45) = normalcdf(.45,100, .40, .02) \n" ); document.write( " |