Probability that both people are from group X

In summary, the conversation discusses a probability problem involving two groups of people, X and Y, with a total of 45 individuals. It is stated that both selected individuals are Indians and there are three possible cases: both from group X, both from group Y, or one from each group. The probability of each case is determined to be 1/3. The conversation also suggests using Bayes' theorem and drawing a tree or state diagram to solve the problem. In a simpler example with two urns, X and Y, with different ratios of green and red balls, the probability of selecting a green ball from urn X is found to be 4/11.
  • #1
jaus tail
615
48

Homework Statement


upload_2018-1-8_10-4-57.png


Homework Equations


Probability = number of favourable events / all possible events

The Attempt at a Solution


Group X Y Total people
Indians 10 8 18 (total 18 Indians in both group)
Total People 25 20 45 (total 45 people in both group combined)

Both selected people are Indians.
There are 3 cases.
One: Both Indians are from group X.
Two: Both Indians are from group Y.
Three: One Indian is from X, other is from Y.
Probability of each is 1/3

Three cases
Case one i.e. both are from group X: 10C2 / 25C2 = 0.15
Case two i.e both are from group Y: 8C2 / 20C2 = 0.147
Case three i.e one from X, one from Y: 10C1 * 8C1 / [ 25C1 * 20C1 ] = 0.16

So answer is: 0.15 / [ (1/3) (0.15 + 0.147 + 0.16) ] = 0.985 which doesn't match any of the options.
 

Attachments

  • upload_2018-1-8_10-4-57.png
    upload_2018-1-8_10-4-57.png
    6.9 KB · Views: 823
Physics news on Phys.org
  • #2
key question: can one person be selected twice? I.e. are they sampling with or without replacement?

Also, did you try drawing a tree? A picture would be quite helpful. It should be a Bayes problem, but I'm not sure on replacement.

another idea would be to draw a state diagram / directed graph and try to set this up as a Markov chain.
 
  • Like
Likes jaus tail
  • #3
jaus tail said:
Both selected people are Indians.
There are 3 cases.
One: Both Indians are from group X.
Two: Both Indians are from group Y.
Three: One Indian is from X, other is from Y.
Probability of each is 1/3

Where did the ##\frac{1}{3}## come from? What if group ##X## was all Indians (with same total number of people), but group ##Y## had only ##2## Indians (and same total number of people). Would you still say ##\frac{1}{3}##? What if group ##Y## only had 1 or zero Indians?
 
  • Like
Likes jaus tail
  • #4
1/3 is probability that people are selected from group X, since there are only 3 cases.
Yeah the sampling confused me as well. I tried with all sampling possibilities but didn't get answer.
You're right that this is Baye's problem as the solved examples before this are of Baye's type and they've used urns in that.
 
  • #5
Let's try an easier problem:

Urn ##X## has 10 balls, 4 are green and 6 are red. Urn ##Y## has 10 balls, 7 of which are green and 3 are red. Let's solve these two cases:
- - - -
1.) Suppose I pick one ball and get a green. Whats the probability I drew it from urn ##X##?

2.) Now suppose I pick one ball -- its green. Then I put that ball into my pocket. I draw another ball from an undisclosed urn, and that is green too. What's the probability they both came from urn ##X##?
- - - -
Also, I seem to think you code -- if I'm wrong then disregard this. Have you tried coding and then running a simulation? I find that they can help build 'physical intuition' for these problems.
 
  • Like
Likes jaus tail
  • #6
How to type fractions: I'm typing latex code but it's not working \frac a b

Anyway for 1st question:
Urn X has 4 green and 6 red
Urn Y has 7 green and 3 red

Pick one ball and it's green, so total number of cases are (ball from Urn X and it's green) + (ball from Y and it's green)
which is (1/2 times 4/10 + 1/2 times 7/10) which is 0.55

And favourable case is ball is from X so it's (1/2 times 4/10) which is 0.2
So answer is 0.2 divide by 0.55 = 0.3636
Right?
 
  • #7
For second question:

Urn X has 4 green and 6 red
Urn Y has 7 green and 3 red

Two balls are taken. Both are green. Probablity that both are from X
There are 4 cases. Balls are taken from (X,X ; X,Y ; Y,X ; Y,Y)
Probability of each case is 1/4
And we know that both balls are green. So total number of cases is
(1/4)(4C2 / 10C2) + (1/4)(4/10 * 7/10) + (1/4)(7/10 * 4/10) + (1/4)(7C2 / 10C2)
Which gives 0.29

And favorable case is (X,X) which is (1/4)(4C2 / 10C2) = 0.033

I've done something wrong somewhere. Favourable cases can't be more than total number of cases.
 
  • #8
For Latex,

1.) check out the sticky here: https://www.physicsforums.com/help/latexhelp/
-- a key idea is to surround your latex with double hashtags on each side like #\frac{a}{b}# except double hashtags like ##\frac{a}{b}##
2.) check this out: http://www.codecogs.com/latex/eqneditor.php
3.) you can right click the latex in my posts and select "show math as" -> "tex commands" to see the commands I used.

- - - -
so for this simpler problem,
there are 4 greens in X, 7 in Y and 20 balls total. So probability of drawing a ball that is green is ##\frac{11}{20}## this is our denominator. Probability of drawing a green from ##X## is ## \frac{4}{20}##. This gives ##\frac{\frac{4}{20} }{ \frac{11}{20}} = \frac{4}{11}##

There's an even simpler reduced sample space approach, but I'm thinking I don't want to go there.

Do you understand the above? I think you're trying to chain in a prior probability that you shouldn't be... Drawing a picture like a tree should be quite helpful. And from there you'd just be chaining on more binary trees.

Let's get this Case 1 locked down before moving on to Case 2.
 
  • Like
Likes jaus tail
  • #9
We both got right answer. Lol.
But why did you combine the urns? I didn't understand how you can do that.
 
  • Like
Likes StoneTemplePython
  • #10
So then as per your route for second case we have:
probability of drawing both green from Urn X is 4C20
And for denominator we have 11C20
Dividing them we get:
\frac{4C20}{11C20} = 0.109
Still not getting fraction

\frac{a}{b}
 
  • #11
Ha. I didn't even realize they matched (up to truncating the repeated decimal).

The key idea, is to really focus on the sampling mechanism. (And if you code it forces you to do this when you are coding up the simulation.)

For Case 1:

The way I'd think about this is: you are watching someone (me) draw a ball from urns, except this is being done in a different room / under the table, etc. so you can't see which urn I reach into. I just show you the green ball at the end. From your vantage point, this is the same as if I reach into one big combined urn and then you need to work backward to reason which urn I most likely reached into.

Thus your first interest is info like the total probability of drawing a green ball, period. Then you want to partition things and look into total probability of drawing a green ball that is from ##X## and total probability of drawing a green ball from ##Y##.

Does this line up with how you think about it?
 
  • Like
Likes jaus tail
  • #12
Okay got it. And for second one. Is my answer correct there?
 
  • #13
I think I've done wrong for second case
there are 4 greens in X, 7 in Y and 20 balls total.
2 balls are taken and both are green and we have to find P(both are from X)
So numerator is 4C2 / 20C2 which is 0.0316
Denominator is 11C2 / 20C2 which is 0.29

Numerator / denominator = 0.109
 
  • #14
jaus tail said:
So then as per your route for second case we have:
probability of drawing both green from Urn X is 4C20
And for denominator we have 11C20
Dividing them we get:
\frac{4C20}{11C20} = 0.109
Still not getting fraction

\frac{a}{b}

try double hash tags around your latex. Also, try using that code cogs link -- it would give you a different way of doing binomial like this ##\binom{20}{4}##
- - - -
I get the same result.

In the interest of not skipping steps, I did enumeration.
- - - -
total probability of those 2 greens is:

##\frac{11}{20}\frac{10}{19} = \frac{110}{19*20}##

we can partition this into

probability both greens from X
##\frac{4}{20}\frac{3}{19} =\frac{12}{20*19}##

probability one green from X and one from Y
##\frac{4}{20}\frac{7}{19} + \frac{7}{20}\frac{4}{19} = 2 \big(\frac{4}{20}\frac{7}{19}\big)##

probability both greens from Y
##\frac{7}{20}\frac{6}{19} ##

note: a good check that the partition is correct is to add them all up (i.e. calculating the same thing two different ways and having the results agree is a very smart maneuver in probability.)

##\frac{4}{20}\frac{3}{19} + 2 \big(\frac{4}{20}\frac{7}{19}\big) + \frac{7}{20}\frac{6}{19} = \frac{110}{20*19}##

so this checks out.
- - - -

hence the probability of interest is

##\frac{\frac{12}{20*19}}{ \frac{110}{20*19}} = \frac{12}{110} = \frac{6}{55} \approx 0.109##
 
Last edited:
  • Like
Likes jaus tail
  • #15
jaus tail said:
I think I've done wrong for second case
there are 4 greens in X, 7 in Y and 20 balls total.
2 balls are taken and both are green and we have to find P(both are from X)
So numerator is 4C2 / 20C2 which is 0.0316
Denominator is 11C2 / 20C2 which is 0.29

Numerator / denominator = 0.109

You have the same (correct) result here. This is how I'd do it using combinations, though there is value in enumeration for the small problems.
 
  • Like
Likes jaus tail
  • #16
Thanks. I guess there is some typo in original question as I'm not getting any answer that matches options.
Thanks for fraction help as well
##\frac{a}{b}##
 
  • #17
jaus tail said:
Thanks. I guess there is some typo in original question as I'm not getting any answer that matches options.
Thanks for fraction help as well
##\frac{a}{b}##
I'm getting ##\frac{15}{51}## which is not one of the available answers...
 
  • Like
Likes jaus tail
  • #18
Yup even I'm getting ##\frac{5}{17}## which is same as ur answer.
Here is how I did:
Group X has 10 Indians and total 25 people
Group Y has 8 Indians and total 20 people
Total there are 18 Indians and 45 people.
2 people selected are Indians.
Denominator is ##\frac{18C2}{45C2}##

2 Indians from group X
Numerator is
##\frac{10C2}{45C2}##

##\frac{Num}{Den}##
Which gives answer.
 
  • Like
Likes StoneTemplePython
  • #19
jaus tail said:
Yup even I'm getting ##\frac{5}{17}## which is same as ur answer.
Here is how I did:
Group X has 10 Indians and total 25 people
Group Y has 8 Indians and total 20 people
Total there are 18 Indians and 45 people.
2 people selected are Indians.
Denominator is ##\frac{18C2}{45C2}##

2 Indians from group X
Numerator is
##\frac{10C2}{45C2}##

##\frac{Num}{Den}##
Which gives answer.

Alternative solution: we have 18 Indians --- 10 from X and 8 from Y. Select two Indians without replacement. The probability they both come from X is ##10/18 \times 9/17 = 5/17.##
 
  • Like
Likes jaus tail

What is the meaning of "Probability that both people are from group X"?

The phrase "probability that both people are from group X" refers to the likelihood or chance that two randomly selected individuals belong to a specific group, X.

How is the probability of both people being from group X calculated?

To calculate the probability that both people are from group X, we need to know the total number of individuals in the population and the total number of individuals in group X. The formula for this probability is (number of individuals in group X / total population) x (number of individuals in group X - 1 / total population - 1).

Can the probability of both people being from group X be greater than 1?

No, the probability of an event cannot be greater than 1. This would mean that the event is certain to happen, which is not possible. The probability of both people being from group X can range from 0 to 1, where 0 represents impossibility and 1 represents certainty.

What are some factors that can affect the probability of both people being from group X?

The probability of both people being from group X can be affected by the size of the population, the size of group X, and the selection process of the individuals. Other factors such as age, gender, and location may also play a role in the probability.

Is the probability of both people being from group X the same as the probability of one person being from group X?

No, the probability of one person being from group X is different from the probability of both people being from group X. The probability of one person being from group X is usually higher than the probability of both people being from group X, as it only requires one person to belong to the group rather than two.

Similar threads

  • Precalculus Mathematics Homework Help
Replies
24
Views
1K
  • Precalculus Mathematics Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
7
Views
1K
  • Precalculus Mathematics Homework Help
Replies
29
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
2K
  • Quantum Physics
3
Replies
87
Views
5K
Replies
76
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
1K
  • Precalculus Mathematics Homework Help
Replies
2
Views
4K
  • Engineering and Comp Sci Homework Help
Replies
1
Views
2K
Back
Top