A person takes 8 courses and is randomly chosen to take an exam in 2 of those courses. All courses have the same probability of being chosen.
What is the probability that the person is chosen for a specific course?
Me and my friend can't agree which is the correct answer:
1) $\frac{1}{8} + \frac{1}{7}=\frac{15}{56}\approx 26.79\%$
Reasoning: Imagine all the courses are in a bowl. When the exams are drawn, the principal first picks one course from the bowl with 8. Then he picks another course, but now there are only 7 courses to pick from.
2) $\frac{1}{8}\times 2=\frac{1}{4}=25\%$
Reasoning: If there was just a single exam, the probability of drawing a specific course would be $\frac{1}{8}$. Now there are two exams, so one must simply multiply with the number of exams.
3) Something else entirely
We have tried Googleing for a very long time, but couldn't find the answer.
Edit: Replaced $\times$ with $+$ in first calculation (typo)
The second answer is correct. The mistake in the first calculation is that you have to condition on the specific subject's not having been picked first. The probability is $$ \frac{1}{8}+ \frac{7}{8}\cdot\frac{1}{7}=\frac{1}{4}$$
The factor of $\frac{7}{8}$ represents the probability that the given subject wasn't picked first.