document.write( "Question 858068: A club with 31 members is voting on a proposal. A group of 6 has decided to vote in favor of the proposal while each of the rest of the members vote independently with a chance of 49% in favor of the proposal. What are the chances that the proposal will get the majority vote? \n" ); document.write( "
Algebra.Com's Answer #517017 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A club with 31 members is voting on a proposal. A group of 6 has decided to vote in favor of the proposal while each of the rest of the members vote independently with a chance of 49% in favor of the proposal. What are the chances that the proposal will get the majority vote?
\n" ); document.write( "------------------
\n" ); document.write( "25 of the voters are undecided.
\n" ); document.write( "----
\n" ); document.write( "Binomial Problem with n = 25 ; p(in favor) = 0.49 ; p(not favor) = 0.51
\n" ); document.write( "-----------------------
\n" ); document.write( "Need 10 of the 25 to vote in favor.
\n" ); document.write( "P(x = 10) = 25C10(0.49)^10*(0.51)^15 = binompdf(25,0.49,10) = 0.0020
\n" ); document.write( "--------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "---------------------
\n" ); document.write( "
\n" ); document.write( "
\n" );