a certain junior class has 1000 students and a certain senior class has 800 students. Among these students there are 60 sibling pairs, each consisting of 1 junior and 1 senior .if 1 student is to be selected at random from each class , what is the probability that the 2students selected will be a sibling pair?
When choosing 2 students, there are basically 4 types of scenarios:
1) Choose a "non-sibling" student among the 1000 juniors, then definitely you won't have a sibling pair. Probability: (1000-60)/1000 2) Choose a "sibling" student among the 1000 juniors and a "non-sibling" student from the seniors, then definitely you won't have a sibling pair. Probability: [60/1000] * [(800-60)/800] 3) Choose a "sibling" student among the 1000 juniors and any "sibling" student from the seniors who are not the sibling of the junior choice. Probability: [60/1000] *[59/800] 4) Choose a "sibling" student among the 1000 juniors and the matching "sibling" student from the seniors. Probability: [60/1000]*[1/800]