New Reply

Probability: Choosing a girl from a group

 
Share Thread Thread Tools
Feb27-12, 11:18 AM   #1
 

Probability: Choosing a girl from a group


1. The problem statement, all variables and given/known data
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

2. Relevant equations
In my Solution


3. 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 occured.
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?
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> Galaxies fed by funnels of fuel
>> The better to see you with: Scientists build record-setting metamaterial flat lens
>> Google eyes emerging markets networks
Feb27-12, 12:09 PM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
If P(W) is the probability of choosing at least one woman, there are two ways to do that, you could choose 1 woman and 1 man, or 2 women.
Feb27-12, 12:32 PM   #3
 
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.
Feb27-12, 12:35 PM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor

Probability: Choosing a girl from a group


Quote by Xyius View Post
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?
Feb27-12, 03:24 PM   #5
 
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.....
Feb27-12, 03:44 PM   #6

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Science Advisor Science Advisor
Quote by Xyius View Post
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.
Feb27-12, 05:21 PM   #7
 
Recognitions:
Homework Helper Homework Help
Quote by Xyius View Post
1. The problem statement, all variables and given/known data
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

2. Relevant equations
In my Solution


3. 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 occured.
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
New Reply
Thread Tools


Similar Threads for: Probability: Choosing a girl from a group
Thread Forum Replies
Conditional Probability: probability of having a girl. Precalculus Mathematics Homework 24
Choosing PhD Group + more (Astrophysics, UK) Academic Guidance 6
Basic Probability: choosing without replacement Precalculus Mathematics Homework 1
Probability- Brain Teaser- 1 boy and 1 girl Calculus & Beyond Homework 8
Probability choosing (non)defective items Precalculus Mathematics Homework 1