document.write( "Question 1120595: 39% of a certain country's voters think that it is too easy to vote in their country. You randomly select 12 likely voters. Find the probability that the number of likely voters who think that it is too easy to vote is \r
\n" );
document.write( "\n" );
document.write( "(a) exactly three, (b) at least four, (c) less than eight\r
\n" );
document.write( "\n" );
document.write( "(a) P(3)=____________ \n" );
document.write( "
Algebra.Com's Answer #737075 by Boreal(15235) You can put this solution on YOUR website! For 3, it is 12C3*0.39^3*0.61^9=0.1526\r \n" ); document.write( "\n" ); document.write( "At least 4 is 1- prob (3), (2),1, and 0. \n" ); document.write( "This is 1-0.2472=0.7528\r \n" ); document.write( "\n" ); document.write( "8 voters has probability of 0.03667 \n" ); document.write( "9 probability is 0.0104 \n" ); document.write( "10 prob. is 0.0020 \n" ); document.write( "11 prob is 0.0002 \n" ); document.write( "12 prob is 0 \n" ); document.write( "The answer is 1-0.0493=0.9507, \n" ); document.write( "same as binomcdf(12,0.39,7) \n" ); document.write( " \n" ); document.write( " |