Probability: Choosing a girl from a group

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 3K views
Xyius
Messages
501
Reaction score
4

Homework Statement


You walk into your class the first day of classes, and you notice that
there are 30 men and 20 women in the class already. Let's suppose you decide to choose
two people from the class to be your study partners.

If you choose your study partners at random, and given that at least one of your
study partners is a woman, what is the probability of the event E that both of them
will be women?
A. 0.3167
B. 1.9%
C. 0.2405
D. 0.1901

Homework Equations


In my Solution


The Attempt at a Solution


This seems like a simple problem but I cannot seem to get the numbers available as choices.
My logic is is, W represents the event that you have picked a woman, and E represents that both of your partners will be women then.
[tex]P(E|W)=\frac{P(E \cap W)}{P(W)}[/tex]
So the numerator can simplify to..
[tex]P(E|W)=\frac{P(E)}{P(W)}[/tex]
This is because if E occurs, then W must have occurred.
So..
[tex]P(E)=\frac{\binom{20}{2}}{\binom{50}{2}}[/tex]
and
[tex]P(W)=\frac{\binom{20}{1}}{\binom{50}{2}}[/tex]

But this doesn't work because the ratio of these two (From the formula) gives a number larger than one. Where am I going wrong? Do I use Bayes theorem?
 
on Phys.org
Ohh! So it would be..
[tex]P(W)=P(W|W)P(W)+P(W|M)P(M)[/tex]
??
I don't have time to crunch through the numbers at the moment, but I will be sure to check this out later.
 
Xyius said:
Ohh! So it would be..
[tex]P(W)=P(W|W)P(W)+P(W|M)P(M)[/tex]
??
I don't have time to crunch through the numbers at the moment, but I will be sure to check this out later.

I wouldn't write it that way. Just count out the cases using combinations like you are already doing. How may ways to do each?
 
So choosing 1 woman and 1 man would be
[tex]\frac{\binom{20}{1}\binom{30}{1}}{\binom{50}{2}}[/tex]
And choosing 2 women would be..

[tex]\frac{\binom{20}{2}}{\binom{50}{2}}[/tex]

Plugging this in gives me 0.2405, or answer C! Thanks! :D

EDIT: Assuming that's the correct answer...
 
Xyius said:
So choosing 1 woman and 1 man would be
[tex]\frac{\binom{20}{1}\binom{30}{1}}{\binom{50}{2}}[/tex]
And choosing 2 women would be..

[tex]\frac{\binom{20}{2}}{\binom{50}{2}}[/tex]

Plugging this in gives me 0.2405, or answer C! Thanks! :D

EDIT: Assuming that's the correct answer...

Well, that's what I get.
 
Xyius said:

Homework Statement


You walk into your class the first day of classes, and you notice that
there are 30 men and 20 women in the class already. Let's suppose you decide to choose
two people from the class to be your study partners.

If you choose your study partners at random, and given that at least one of your
study partners is a woman, what is the probability of the event E that both of them
will be women?
A. 0.3167
B. 1.9%
C. 0.2405
D. 0.1901

Homework Equations


In my Solution


The Attempt at a Solution


This seems like a simple problem but I cannot seem to get the numbers available as choices.
My logic is is, W represents the event that you have picked a woman, and E represents that both of your partners will be women then.
[tex]P(E|W)=\frac{P(E \cap W)}{P(W)}[/tex]
So the numerator can simplify to..
[tex]P(E|W)=\frac{P(E)}{P(W)}[/tex]
This is because if E occurs, then W must have occurred.
So..
[tex]P(E)=\frac{\binom{20}{2}}{\binom{50}{2}}[/tex]
and
[tex]P(W)=\frac{\binom{20}{1}}{\binom{50}{2}}[/tex]

But this doesn't work because the ratio of these two (From the formula) gives a number larger than one. Where am I going wrong? Do I use Bayes theorem?

I W = number of women you choose, you have been asked to find the conditional probability [itex]P\{W=2|W\geq 1\}.[/itex] We have [tex]P\{W=2|W\geq 1\} = \frac{P\{W = 2 \cap W \geq 1 \}}{P\{W \geq 1\}} = \frac{P\{W = 2\}}{1-P\{W=0\}}.[/tex] The numerator and denominator are easily comutable using the hypergeometric distribution. The numerator is [itex]{20 \choose 2}/{50 \choose 2},[/itex] while the denominator is [itex]1 - {30 \choose 2}/{50 \choose 2}.[/itex]

RGV