Question 291207
What is the probability that 6 people in 10 will agree on 7 out of 10 random answers, where the answer can be either a "yes" or a "no"?
----------------------------------------------------------
Binomial Problem with n = 10 ; p = 1/2
P(x = 6) = 10C6(1/2)^6*(1/2)^4 = 210(1/2)^10 = 0.2051
=====================
Cheers,
Stan H.