document.write( "Question 859933: A club with 23 members is voting on a proposal. A group of 5 has decided to vote in favor of the proposal while each of the rest of the members vote independently with a chance of 50% in favor of the proposal. What are the chances that the proposal will get the majority vote. \n" ); document.write( "
Algebra.Com's Answer #518068 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
 
\n" ); document.write( "Hi,
\n" ); document.write( "23members... majority vote takes at least 12
\n" ); document.write( "or at least 7 votes among the remaining 18
\n" ); document.write( "p = .50, n = 18
\n" ); document.write( "P(x ≥ 7) = 1 – P(x ≤ 6)= 1-binomcdf(18,.50,6) \n" ); document.write( "
\n" );