Help with a simple probability problem

  • Thread starter Thread starter GeoMike
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around calculating the probabilities related to selecting female motorcycle drivers from the US population, where the probability of selecting a male is 0.95. The user is trying to determine the probability of exactly 8 women and at least 8 women among 20 randomly selected drivers. The correct approach involves using the binomial probability formula, accounting for combinations of selections. To find the probability of exactly 8 women, the user needs to multiply the specific arrangement's probability by the total combinations possible. For at least 8 women, the user can sum the probabilities from exactly 8 to 20 women or alternatively calculate the probabilities for 0 to 7 women and subtract from 1.
GeoMike
Messages
64
Reaction score
0
Ok, this seems like an easy enough problem, but I'm stumped...

----------------------------------------------------------------------
If a motorcycle driver is selected at random from the US population, the probability of that driver being a male is 0.95
If 20 motorcycle drivers are selected at random from the population, what is the probability that exactly 8 will be women? What is the probability that at least 8 will be women?
----------------------------------------------------------------------

I've got that the chance of selecting a female is 1/20. And because the population is so large I can treat the events as independent.

I can easily find the probability of selecting 8 women in a row. What's throwing me off is the fact that there are 20 selections, so I know that the probability of selecting 8 total isn't going to be the same as selecting 8 in a row. I can't figure out how to account for the fact that 20 selections increases the probability of 8 women being selected.
I'm also thrown off by the at least 8 vs. exactly 8 part of the problem.

Any hints would be great. Thanks! :biggrin:
-GeoMike-
 
Last edited:
Physics news on Phys.org
if event A has a probability p of occurring, and an event B has a probability 1-p of occurring, and one event or the other occurs n times, you can characterize the probability by

pk(1-p)n-k

where k is the number of times A happens (this assumes order counts. In your problem it doesn't, so you'll need to fix it for that)
 
Ok, that makes sense. So, the probability of getting 8 females and 12 males (in a specific combination) would be:

(1/20)8(19/20)12

To account for the fact that any arrangement of 8 females and 12 males is acceptable, I'd just multiply that probability by the total number of combinations:

(20!/(12!*8!)) * (1/20)8(19/20)12 = P(exactly 8 women)

Right?

And to find P(at least 8 women) I'd just sum the probabilities of exactly 8 through exactly 20 women:

\sum_{i=8}^{20}{\frac{20!}{(20-i)!i!}(1/20)^{x}(19/20)^{20-x}}

Right?

Thanks,
-GeoMike-
 
of course, you'll have fewer things to sum of you do 0 to 7 females... and something about 1-p

Although, in this case, it's not that big a deal. But, if it was "at least 2 females", it'd be far quicker to find the probabilities of 0 females and 1 female, then subtracting from 1.
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top