Question 478029
if 20 kids are in a school. 90% of the kids wear the color blue. what is the probability of exactly 10 kids wearing blue?
-----
Binomial Problem with n = 20 and p = 0.9
--------
P(x = 10) = 20C10(0.9)^10*(0.1)^10 = 0.0000064420
===========
Cheers,
Stan H.
===========