SOLUTION: A poll is given, showing 65% are in favor of a new building project. If 9 people are chosen at random, what is the probability that exactly 2 of them favor the new building proj

Algebra ->  Probability-and-statistics -> SOLUTION: A poll is given, showing 65% are in favor of a new building project. If 9 people are chosen at random, what is the probability that exactly 2 of them favor the new building proj      Log On


   



Question 886711: A poll is given, showing 65% are in favor of a new building project.
If 9 people are chosen at random, what is the probability that exactly 2 of them favor the new building project?

Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
A poll is given, showing 65% are in favor of a new building project.
If 9 people are chosen at random, what is the probability that exactly 2 of them favor the new building project?
-------
Binomial Problem with n = 9 and p = 0.65
-----
P(x = 2) = 9C2*(0.65)^2*(0.35)^7 = binompdf(9,0.65,2) = 0.0098
-----------
Cheers,
Stan H.
-------------