document.write( "Question 1095602: A poll is given, showing 25% 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 7 of them favor the new building project? \n" );
document.write( "
Algebra.Com's Answer #710124 by Boreal(15235) You can put this solution on YOUR website! This is 9C7, the number of ways can choose 7 from 9 multiplied by 0.25^7*0.75^2 \n" ); document.write( "=36*0.25^7*0.75^2=0.0012 \n" ); document.write( "The expected value is 2.25 with a sd of about 1.3, so a low probability is expected. \n" ); document.write( " |