document.write( "Question 962312: A club with 25 members is voting on a proposal. A group of 4 has decided to vote in favor of the proposal while each of the rest of the members vote independently with a chance of 45% in favor of the proposal. What are the chances that the proposal will get the majority vote. \n" ); document.write( "
Algebra.Com's Answer #587947 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
A club with 25 members is voting on a proposal. A group of 4 has decided to vote in favor of the proposal while each of the rest of the members vote independently with a chance of 45% in favor of the proposal. What are the chances that the proposal will get the majority vote.
\n" ); document.write( "-----
\n" ); document.write( "Needed for majority vote:: >=13
\n" ); document.write( "Binomial Problem with n = 25-4 = 21
\n" ); document.write( "P(yes vote) = 0.45
\n" ); document.write( "-----
\n" ); document.write( "P(x >= 13) = 1 - binomcdf(21,0.45,12) = 0.0908
\n" ); document.write( "-------------
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "-------------------
\n" ); document.write( "
\n" );