document.write( "Question 912111: I am trying to figure out if this question, which was answered as normal distribution can be answered as binomial distribution in detail and using excel. The question is:\r
\n" );
document.write( "\n" );
document.write( "If 40% of voters are Democrats, what is the chance that a random sample of 500 voters will include more than 45% Democrats?\r
\n" );
document.write( "\n" );
document.write( "Thank you very much \n" );
document.write( "
Algebra.Com's Answer #553583 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! p = .40, n = 500 \n" ); document.write( "Using TI and (.45*500 = 225) \n" ); document.write( "P(x > 225) = 1 -P(x ≤ 225)= 1- binomcdf(500, .40, 225) \n" ); document.write( " |