Final answer:
To find the probability that exactly one freshman and exactly two juniors are selected, we calculate the combination of selecting one from three freshmen and two from five juniors, then divide by the total combinations of selecting three students from ten. The probability is 0.25.
Step-by-step explanation:
We need to find the probability Pr(A∩B) where:
- A is the event that exactly 1 of the three selected is a freshman.
- B is the event that exactly 2 of the three selected are juniors.
For both events A and B to occur simultaneously, we must select one freshman and two juniors in our three student picks. The number of ways to choose one freshman out of three is C(3,1), and the number of ways to choose two juniors out of five is C(5,2). The total number of ways to choose any three students out of ten is C(10,3). Hence, the probability is:
Pr(A∩B) = (C(3,1) × C(5,2)) / C(10,3)
Calculating this gives:
Pr(A∩B) = (3 × 10) / 120 = 30 / 120
Pr(A∩B) = 0.25