Binomial Distribution Probability Problem

AI Thread Summary
The problem involves calculating the probability of the first woman being reached on the fourth call in a scenario where 70% of the agency's mailing list is male. The correct approach is to multiply the probabilities of the first three calls being male and the fourth call being female, specifically using the sequence MMMF. The initial suggestion to use a binomial distribution was incorrect, as it does not account for the order of successes. Instead, the multiplication rule is applied directly to find the probability. The final calculation confirms the understanding of the problem and the appropriate method to solve it.
mkir
Messages
10
Reaction score
0

Homework Statement


The mailing list of an agency that markets scuba-diving trips to the Florida Keys contains 70% males and 30% females. The agency calls 30 people chosen at random from its list.

What is the probability that the first woman is reached on the fourth call? (That is, the first 4 calls give MMMF.)

Homework Equations


P(x=k) = (n choose k)p^k(1-p)^(n-k)


The Attempt at a Solution


since they want MMMF does it make sense to do just go

.7 * .7 * .7 * .3 and then divide by 4C1 =4

.1029/4
=.025725
 
Last edited:
Physics news on Phys.org
This is not a binomial distribution problem - in a binomial distribution you are interested in the total number of "successes", but not the order in which they are obtained, or the exact trial on which the first success is obtained.

You could use the multiplication rule, as you did at the end of your post (don't divide by anything), but there is another probability distribution that fits this type of problem - do you know what that other distribution is?
 
No, I don't know what the other distribution is.
 
Actually, you don't have to worry about either kind of distribution for this particular question. In order that we get "MMMF" the result must be in that particular order.
What is the probability that the first call be to a man? What is the probability that the second call be to a man? What is the probability that the third call be to a man? What is the probability that the fourth call is to a woman? Now multiply those four probabilities together.
 
As Halls says, and I mentioned, you don't need the other formula, as you've already done the work in your first post.
 
Thanks guys, I get it now.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top