A friend of mine asked me to solve a problem for her, but I didn't know how to start, can someone please explain how I would go about solving this problem? Here's the problem:
The ratio of males to female in a room is 9:11. A third of the men have black hair, and half of the women have black hair and the rest of them have blonde hair.
8 people are chosen at random.
a). What is the probability that these eight people are all male?
b). What is the probability that there are exactly five females?
c). What is the probability that there are at least two black-haired people?
I thought that it was an easy question until I got to the last part and then I started to question whether or not I got the rest of it right. Please let me know how to solve it so that I can do that.
The most annoying thing about this question is the ratio.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
In order to obtain a precise answer, any random sample that is done without replacement must require knowledge of the population size from which the sample is drawn. As the question stands, the most we can say about the population is that there are 18n males and 22n females, where n is some positive integer (which is the most general condition that satisfies the given criteria). If n is sufficiently large (i.e., so that 40n is much greater than 8), then we can approximate the desired probabilities by considering the sampling of people as occurring with replacement.
In terms of n, the answer to part (a) is easily expressed as a probability mass function for a hypergeometric distribution: (840n)(818n)(022n), the limit of which as n tends to infinity is simply the binomial probability (9/20)8.
The answer to part (b) is (840n)(318n)(522n), and again, the limit of this as n tends to infinity is (38)(9/20)3(11/20)5.
For part (c), we observe that there are 6n+11n=17n black-haired people in a population of size 40n, so the desired probability is 1−(840n)(017n)(823n)−(840n)(117n)(723n), and the limit of this is again a binomial probability, but this time with probability of success p=17/40: 1−(08)(17/40)0(23/40)8−(18)(17/40)1(23/40)7.
Log in to reply
You could have also got this answer from the formula for bernouilli's trials, although this way also the answer is correct.
Log in to reply
As I pointed out at the very beginning of my post, you cannot precisely model the desired outcomes if the number of people in the room is finite, because the question as stated implies sampling without replacement. Bernoulli trials do not apply except in the limiting case, and even then, what we are interested in is the number of successes, which is modeled as a binomial distribution (which arises from considering the sum of a fixed number of IID Bernoulli trials).
The whole point of my previous response was to explain that no precise numerical probabilities can be given without knowing the population size--using a binomial distribution is an approximation under the assumption that there are many people in the room. It would not hold if n is small.
When facing these kinds of problems you can do an empirical approach based on the fact that as you scale things up or down the probabilities remain the same (logically if they don't tell you the sample size is because this assumption is true, though you can prove this). For example, you can take 18 men and 22 women (we must divide by 2 and we don't want 4 and a half women :p ). From these 18/3=6 men have black hair and 22/2=11 women have black hair. In total we have 17 B's (Black Hairs) and 23 Y's (Blondes).
Now we have to choose 2,3,4,5,6,7 and 8 B's, but its easier to count the number of cases we dont have to count, that is 0 and 1 B's. To choose 0 B's is to choose 8 out of 23 or 23C8. To choose 1 B is to choose 1 out of 17 and 7 out of 23 or (17C1)x(23C7). We must add all these cases and substract them from the total (choose 8 out of 40 people or 40C8 ).
The probability is just the number of cases over the total amount of cases or: P=(840)(840)−(823)−(723)×(117)=1−(840)(823)+(723)×(117)
Log in to reply
I don't know how to size up my latex. Anyone?
There is not enough information to solve (e.g. for part a the answer if there are 9 men and 11 women would be 9 / (11C8) whereas the answer for part a if there are 18 men and 22 women would be (18C8) / (40C8) which when evaluated give different results.
EDIT. Whoops, slight mistake on the second case. Sorry!
Log in to reply
I believe your second case should be 22 women? That would explain the down votes.
Francisco, I think you got the problem a wrong, the solution should not be line that, instead you should consider this problem as a problem of bernoulli's trials. I got the right answer after solving it from bernouilli's trials.