Have another question for you today:
A course has seven elective topics, and students must complete exactly three of them in order to pass the course. If 200 students passed the course, show that at least 6 of them must have completed the same electives as each other.
Now I know this is related to counting and the pigeonhole principle, and there are a couple of other related questions already asked but I couldn't apply them to my quuestion.
I know that the (informal) pigeonhole principle states that if you have $n$ boxes, and you have more than $n$ pigeons to distribute between those boxes, then at least one of the boxes will contain more than one pigeons, but I'm not sure what my boxes and what my pigeons are in this problem
Instead of thinking about pigeons to be put into boxes, you could approach this the way Edsger Dijkstra does in http://www.cs.utexas.edu/users/EWD/transcriptions/EWD10xx/EWD1094.html
Specifically, he restates the principle this way
This is a simple generalization of the familiar principle. In your case, let the bags be the number of possible selections of 3 electives out of 7 = $\binom{7}{3}$ =35.
Each bag is going to get a certain number of students. The number of students is always an integer $\geq 0$.
The average is 200/35 = 5.72 students per bag on average. The maximum out of the set of 35 bags must be greater than this average, i.e., at least 6 of the students must have completed the same set of 3 electives.