Probability two students being chosen

Click For Summary

Homework Help Overview

The problem involves determining the probability that two specific students, Andy and Tony, are chosen from a group of 20 students, of which 15 will be selected for a tournament. The context is rooted in combinatorial probability, specifically relating to hypergeometric distribution.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the application of the hypergeometric distribution and explore different methods to calculate the probability. There are attempts to express the probability in terms of combinations and to clarify the reasoning behind the calculations.

Discussion Status

Some participants have provided guidance on using the hypergeometric formula and have suggested alternative approaches to compute the probability from first principles. There is an ongoing exploration of the logic behind the initial attempts, with some participants questioning the assumptions made in the calculations.

Contextual Notes

There is a noted confusion regarding the interpretation of the problem, particularly in how to frame the probability of selecting Andy and Tony within the larger group of students. Participants are also considering the implications of different selection methods and the total number of combinations involved.

songoku
Messages
2,514
Reaction score
395

Homework Statement


From 20 students, 15 will be chosen to enter a tournament. Andy and Tony are among those 20. Find the probability Andy and Tony will be chosen


Homework Equations


Probability
Permutation
Combination


The Attempt at a Solution


Probability to choose Andy and Tony = 1 / 20C2

Probability to choose other 13 = 15C13 / 18C13

Total probability = 1/20C2 x 15C13 / 18C13

Am I right?

Thanks
 
Physics news on Phys.org
songoku said:

Homework Statement


From 20 students, 15 will be chosen to enter a tournament. Andy and Tony are among those 20. Find the probability Andy and Tony will be chosen


Homework Equations


Probability
Permutation
Combination


The Attempt at a Solution


Probability to choose Andy and Tony = 1 / 20C2

Probability to choose other 13 = 15C13 / 18C13

Total probability = 1/20C2 x 15C13 / 18C13

Am I right?

Thanks

This is a "hypergeometric distribution" problem. The original population of ##N = 20## students is split into two parts: (1) a group of ##N_1 = 2## (Andy and Tony); and another group of ##N_2 = 18## (all the others). You want to choose a subset of ##n = 15## students, and you want to know the probability that the subset contains ##k = 2## students from group 1. The general hypergeometric formula (that you can find in textbooks or on-line) is
[tex]P\{k \text{ type 1} \} = \frac{{N_1 \choose k}{N_2 \choose n-k}}{{N \choose n}}[/tex]
Does your result look like this for ##N = 20, N_1 = 2, N_2 = 18, n = 15, k = 2##?
 
  • Like
Likes   Reactions: 1 person
Ray Vickson said:
This is a "hypergeometric distribution" problem. The original population of ##N = 20## students is split into two parts: (1) a group of ##N_1 = 2## (Andy and Tony); and another group of ##N_2 = 18## (all the others). You want to choose a subset of ##n = 15## students, and you want to know the probability that the subset contains ##k = 2## students from group 1. The general hypergeometric formula (that you can find in textbooks or on-line) is
[tex]P\{k \text{ type 1} \} = \frac{{N_1 \choose k}{N_2 \choose n-k}}{{N \choose n}}[/tex]
Does your result look like this for ##N = 20, N_1 = 2, N_2 = 18, n = 15, k = 2##?

All correct, but you really don't need to look up "hypergeometric", just compute it from first principles. Given that Andy and Tony are in the group, find the number of ways to fill out the group of 15 students. Then divide by the total number of ways to choose 15 students without requiring Andy and Tony be included.
 
Last edited:
  • Like
Likes   Reactions: 1 person
Dick said:
All correct, but you really don't need to look up "hypergeometric", just compute it from first principles. Given that Andy and Tony are in the group, find the number of ways to fill out the group of 15 students. Then divide by the total number of ways to choose 15 students without requiring Andy and Tony be included.

Actually, it is easier than that. First, compute the probability that the group has both type 1s first (that is, either Tony or Andy first) followed by 13 type 2s. This will have the form
[tex]\frac{2}{20}\frac{1}{19}\frac{18}{18}\frac{17}{17} \cdots \frac{6}{6},[/tex] which is a fraction with ##\text{numerator} = 2 \cdot 1 \cdot 18 \cdot 17 \cdots \cdot 6## and ##\text{denominator} = 20 \cdot 19 \cdot 18 \cdot \cdots \cdot 6##. Any other string with two of type 1 and 13 of type 2 in any other order will have the same numerator and the same denominator (with the same numerator factors all present but in a different order and the denominator factors all present and in the same order), so all strings have the same probability. The whole probability is then the probability of any single string, times the number of distinct strings of the required type; the latter is the binomial coefficient C(15,2) = number of combinations of two things chosen from 15. When you put it all together, you get the hypergeometric formula.
 
  • Like
Likes   Reactions: 1 person
Ray Vickson said:
This is a "hypergeometric distribution" problem. The original population of ##N = 20## students is split into two parts: (1) a group of ##N_1 = 2## (Andy and Tony); and another group of ##N_2 = 18## (all the others). You want to choose a subset of ##n = 15## students, and you want to know the probability that the subset contains ##k = 2## students from group 1. The general hypergeometric formula (that you can find in textbooks or on-line) is
[tex]P\{k \text{ type 1} \} = \frac{{N_1 \choose k}{N_2 \choose n-k}}{{N \choose n}}[/tex]
Does your result look like this for ##N = 20, N_1 = 2, N_2 = 18, n = 15, k = 2##?

Dick said:
All correct, but you really don't need to look up "hypergeometric", just compute it from first principles. Given that Andy and Tony are in the group, find the number of ways to fill out the group of 15 students. Then divide by the total number of ways to choose 15 students without requiring Andy and Tony be included.

So, the answer should be: 2C2 . 18C13 / 20C15 ; can you please explain why my logic is wrong?

Thanks
 
songoku said:
So, the answer should be: 2C2 . 18C13 / 20C15 ; can you please explain why my logic is wrong?

Thanks

I would except I don't understand your logic. You are trying to find the probability Andy and Tony are chosen. The first step in your logic is to state the probability Andy and Tony are chosen is 1/(20C2). I don't follow. You aren't just choosing two people.
 
  • Like
Likes   Reactions: 1 person
Dick said:
I would except I don't understand your logic. You are trying to find the probability Andy and Tony are chosen. The first step in your logic is to state the probability Andy and Tony are chosen is 1/(20C2). I don't follow. You aren't just choosing two people.

Oh I see my mistake now.

Thanks for your help, Dick and Ray :smile:
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 16 ·
Replies
16
Views
4K
Replies
29
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
15
Views
2K
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
5K