So I got a question in college on combinatorics, I am supposed to find a coefficient. So I do the math according to the binomial theorem and I ended up with the answer ${13 \choose 5}$. But my teacher has written down the answer as ${13 \choose 8}$. When I calculate them I notice they are in fact the same number. So is it okay I answer ${13 \choose 5}$ when the right answer is ${13 \choose 8}$ when searching for a coefficient?
Forgive me if this is a silly question I am new to combinatorics.
Yes, they are the same!
Why? Well, $\binom{13}{8}$ is the number of ways to select $8$ people to be in a committee, from a group of $13$ people. But we could just as well choose $5$ people to not be on the committee. Choosing $8$ people to be on the committee is the same as choosing $5$ people to leave out. So $\binom{13}{8} = \binom{13}{5}$.
In general, it is a fact that $$ \binom{n}{k} = \binom{n}{n-k}, $$ and this is true for the same reason as I described.