document.write( "Question 662185: 60% of the voters favor Ms. Stein. If 4 voters are chosen at random, find the probability that none support Ms. Stein, and the probability that at least one supports Ms. Stein. \n" ); document.write( "
Algebra.Com's Answer #412000 by stanbon(75887) ![]() You can put this solution on YOUR website! 60% of the voters favor Ms. Stein. If 4 voters are chosen at random, find the probability that none support Ms. Stein, and the probability that at least one supports Ms. Stein. \n" ); document.write( "------ \n" ); document.write( "Binomial Problem with n = 4 and p(support) = 0.6 ; p(do not) = 0.4 \n" ); document.write( "---- \n" ); document.write( "P(at least one supports) = 1 - P(none support) \n" ); document.write( "---- \n" ); document.write( "= 1 - 4C0(0.6)^0(0.4)^4 \n" ); document.write( "----- \n" ); document.write( "= 1 - 0.4^4 \n" ); document.write( "----- \n" ); document.write( "= 0.9744 \n" ); document.write( "=============== \n" ); document.write( "cheers, \n" ); document.write( "Stan H. \n" ); document.write( "=============== \n" ); document.write( " |