Probability of picking someone who opposes and favors

  • Thread starter Thread starter MACHO-WIMP
  • Start date Start date
  • Tags Tags
    Probability
AI Thread Summary
The discussion revolves around calculating the probability of selecting two individuals who favor and four who oppose a certain stance from a group of 25 people, where 17 favor and 8 oppose. The correct approach involves using the hypergeometric distribution formula, which accounts for the different types within the population. The calculations confirm that the probability is approximately 0.05375, derived from the combinations of selecting the specified numbers from each group. The method and calculations provided are validated as accurate. This illustrates a practical application of combinatorial probability in real-world scenarios.
MACHO-WIMP
Messages
42
Reaction score
0
Out of 25 people, 17 favor and 8 oppose something. What is the probability of picking two who favor and four who oppose out of six people?

25C6=177100 to find the # of ways to get 6 people.
Then find those who favor 17C2=136
Then find those who oppose 8C4=70
Multiply that together 136×70=9520
Then divide by total number of ways to pick 6 people 9520/177100=.0537549407
Did I do this right?
 
Physics news on Phys.org
Yes, you did just fine. If you want to look at it more generally, this problem involves a standard hypergeometric distribution, defined as follows. If we have a population of N1 things of type 1 and N2 things of type 2, and pick a sample of n things at random without replacement, the probability of getting k type 1 things in the sample is
P\{ k \text{ type 1 }\} = \frac{C(N_1,k) C(N_2,n-k)}{C(N_1 + N_2,n)},
where C(a,b) is the binomial coefficient
C(a,b) = \frac{a!}{b! (a-b)!} = \frac{1(a-1) \cdots (a-b+1)}{b!}.
In your case you have N1 = 17, N2 = 8, n = 6 and k = 2, so the probability is
p = \frac{C(17,2)C(8,4)}{C(25,6)} = \frac{17\cdot 16}{2 \cdot 1} \cdot \frac{8 \cdot 7 \cdot 6 \cdot 5}{4 \cdot 3 \cdot 2 \cdot 1} \cdot <br /> \frac{6 \cdot 5 \cdot 4 \cdot 3 \cdot 2 \cdot 1}{25 \cdot 24 \cdot 23 \cdot 22 \cdot 21} = \frac{68}{1265} \doteq 0.05375 .

RGV
 
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