document.write( "Question 1100791: A poll is given, showing 65% are in favor of a new building project.\r
\n" );
document.write( "\n" );
document.write( "If 9 people are chosen at random, what is the probability that exactly 5 of them favor the new building project? \n" );
document.write( "
Algebra.Com's Answer #715332 by Boreal(15235) You can put this solution on YOUR website! This is 9C5*0.65^5*0.35)^4 \n" ); document.write( "binomial is nCp*p^x*(1-p)^(n-x) \n" ); document.write( "=0.2194. \n" ); document.write( " |