SOLUTION: Assume 13% of people are left-handed. If 40 people are randomly chosen, find the probability that 8 will be left-handed.

Algebra ->  Probability-and-statistics -> SOLUTION: Assume 13% of people are left-handed. If 40 people are randomly chosen, find the probability that 8 will be left-handed.      Log On


   



Question 859729: Assume 13% of people are left-handed. If 40 people are randomly chosen, find the probability that 8 will be left-handed.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
 
Hi,
p = .13, n = 40
P(x=8) = binompdf(40, .13, 8) = .0728