Out of $180$ students, $72$ have Windows, $54$ have Linux, $36$ have both Windows and Linux and the rest ($18$) have OS X. What's the probability that out of $15$ randomly picked students:
i) At most two won't have Windows;
ii) At least one will have OS X.
So for the first point I just thought that the probability is the sum of probabilities that "none will have Windows" plus "one will have Windows" plus "two will have windows". Is this a correct train of thought? How do I calculate the probabilities though?
If it were just $1$ student picked, the probability that the student didn't have windows would be $\left(\frac{72}{180}\right)$, right? But I pick $15$, is it $\frac{72}{180}\cdot \frac{71}{179}\cdot\dots$ ?