Why is this the wrong approach to solve this problem?
"There are 65 students. 20 of them are sophomores, 20 are freshmen, 15 are juniors and 10 are seniors. When picking a 4 student committee, calculate the probability that at least 1 of the students is a senior."
So I go by this: $$P(E) = \frac{|E|}{|S|}$$. Where |E| is the number of possibilities for the event I want, and |S| is the number of possibilities in the sample space.
So $$|E| = 1 * C(64, 3)$$. I pick the senior first (no choice), then I fill the last 3 spots with all possible combination of the rest of the 64 students.
$$|S| = C(65, 4)$$ i.e. the number of possible committees. Inserting this into the formula for $P(E)$ we get $\frac{4}{65}$. I know this answer is wrong, but I'm wondering why?
In the first instance, there are ten possible seniors, so you should multiply $E$ by ten.
On the other hand, if there are two seniors, you have counted them once each, so you have overestimated $E$.
It gets convoluted. Start again and count how many ways to have no seniors, then all the other possibilities have at least one senior.