Question 341976
In the United States, approximately 10% of the population is left-handed. If 14 people are selected at random, find the probability that none of them are left-handed. Write your answer in decimal form rounded to three decimal places.
----
Note: P(a person is not left-handed) = 0.9 
----
Ans: binompdf(14,0.9,14) = 0.9^14 = 0.2288
=========================
Cheers,
Stan H.