blog
A certain junior class has 1,000 students and a certain senior class has 800 students. Among these students, there are 60 siblings pairs , each consisting of 1 junior and 1 senior. If i student is to be selected at random from each class, what is the probability that the 2 students selected at will be a sibling pair?
A. 3/40,000
B. 1/3,600
C. 9/2,000
D. 1/60
E. 1/15
There are 60 siblings in the junior class and their 60 corresponding siblings in the senior class. We want to determine the probability of selecting one sibling from the junior class and their pair from the senior class.
What is the probability of choosing
ANY sibling from the junior class? \(\frac{60}{1000}\) (since there are 60 of them in a class of 1000 students).
What is the probability of choosing the
PAIR of the chosen sibling in the senior class? Since there is only
one corresponding sibling in the senior class, the probability is \(\frac{1}{800}\) (since there are 800 students in the senior class).
Therefore, the probability that the two students selected will be a sibling pair is: \(\frac{60}{1000}*\frac{1}{800}=\frac{3}{40000}\).
Answer: A.This problem can be solved in another way:
Total number of outcomes:
In how many ways can we choose 1 person from 1000 in the junior class?
\(C^1_{1000} = 1000\).
In how many ways can we choose 1 person from 800 in the senior class?
\(C^1_{800} = 800\).
So, the total number of ways to choose 1 person from 1000 and 1 person from 800 is \(1000 * 800\), which gives the total number of outcomes.
Favorable outcomes:
In how many ways can we choose 1 sibling from the 60 in the junior class?
\(C^1_{60} = 60\).
The pair of the one chosen in the senior class: \(C^1_1 = 1\).
So, the total number of favorable outcomes is \(60 * 1 = 60\).
Probability:
The probability of selecting a sibling pair is:
\(Probability = \frac{Number \ of \ favorable \ outcomes}{Total \ number \ of \ outcomes} = \frac{60}{1000 * 800} = \frac{3}{40000}\).
Answer: A.
Now, let’s consider another example:There are 1000 students in the junior class and 800 students in the senior class. Among these students, there are 60 sibling groups, with each group consisting of 2 juniors and 2 seniors (a total of 240 students: 2 in the junior class and 2 in the senior class for each sibling group). If 1 student is to be selected at random from each class, what is the probability that the 2 students selected will be a sibling pair?
Probability of choosing a sibling from the junior class:
\(\frac{120}{1000}\) (since there are 120 siblings in total in the junior class).
Probability of choosing the sibling's pair from the senior class:
\(\frac{2}{800}\) (since there are 2 corresponding siblings in the senior class).
Final probability:
\(\frac{120}{1000} * \frac{2}{800} = \frac{3}{10000}\).
Another approach:Total number of outcomes: \(1000 * 800\).
Favorable outcomes: \(120 * 2 = 240\).
Probability: \(\frac{240}{1000 * 800} = \frac{3}{10000}\).