document.write( "Question 1157662: 80% of the voters favor Ms. Stein. If 6 voters are chosen at random, find the probability that at most 1 voter supports Ms. Stein.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #780530 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! That means find the probability of 0 or 1 voters who support her. \n" ); document.write( "that is 0.2^6 for 0, or 0.000064 \n" ); document.write( "and 6^0.2^5*0.8 for 1 voter, the 6 from 6 ways to choose 1. That is 0.001536 \n" ); document.write( "That sum is 0.0016 probability. \n" ); document.write( " |