Question 664110
Say that a randomly chosen individual can identify the professor with probability 0.47. What is the probability that, of 9 chosen people, exactly 7 people recognize the professor?
--------
Binomial Problem with n = 9 ; p(can ID)=0.47
----------------
P(x = 7) = 9C7(0.47)^7*(0.53)^2 = binompdf(9,0.47,7) = 0.0512
====================
Cheers,
Stan H.
==================