document.write( "Question 886711: 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 2 of them favor the new building project? \n" );
document.write( "
Algebra.Com's Answer #536086 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! A poll is given, showing 65% are in favor of a new building project. \n" ); document.write( "If 9 people are chosen at random, what is the probability that exactly 2 of them favor the new building project? \n" ); document.write( "------- \n" ); document.write( "Binomial Problem with n = 9 and p = 0.65 \n" ); document.write( "----- \n" ); document.write( "P(x = 2) = 9C2*(0.65)^2*(0.35)^7 = binompdf(9,0.65,2) = 0.0098 \n" ); document.write( "----------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "------------- \n" ); document.write( " |