document.write( "Question 807636: A club with 25 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 47% in favor of the proposal. What are the chances that the proposal will get the majority vote? \n" ); document.write( "
Algebra.Com's Answer #486448 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A club with 25 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 47% in favor of the proposal. What are the chances that the proposal will get the majority vote?y\r \n" ); document.write( "\n" ); document.write( "-------------------- \n" ); document.write( "A majority vote would be 13 for and 12 against. \n" ); document.write( "-------- \n" ); document.write( "Need to get 13-6 = 7 of the 19 remaining votes. \n" ); document.write( "--------- \n" ); document.write( "Binomial Problem with n = 19 and p(for) = 0.47 \n" ); document.write( "------ \n" ); document.write( "P(x = 7) = 19C7(0.47)^7*0.53^(12) = binompdf(19,0.47,7) = 0.1254 \n" ); document.write( "==================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "==================== \n" ); document.write( " |