SOLUTION: The probability of a woman saying 'yes' to Bill if he asks her on a date is 0.41. If Bill asks out 8 women, determine the probability that 3 women say yes.

Algebra ->  Probability-and-statistics -> SOLUTION: The probability of a woman saying 'yes' to Bill if he asks her on a date is 0.41. If Bill asks out 8 women, determine the probability that 3 women say yes.      Log On


   



Question 914365: The probability of a woman saying 'yes' to Bill if he asks her on a date is 0.41. If Bill asks out 8 women, determine the probability that 3 women say yes.
Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
p(yes) = .41, n = 8
P(x=3) = binompdf(8, .41, 3)