A test has $6$ questions with $4$ possible answers for each (a,b,c,d), plus $5$ more true or false questions.
How many students are required to take the test to guarantee that $2$ write down the identical answers?
I was thinking it might be something like... $$6C4\times 5C2=150$$
Is this the right line of thinking? Any help would be much appreciated!
How many ways can you answer the questions?
Think of it as flipping a coin; if you flip a coin $3$ times there are $2^3$ possibilities.
Therefore there are $$4^6\times2^5=2^{17}$$ ways of answering your test.
In the worst case scenario, all $2^{17}$ students all have different answers. So when $1$ extra student is added, they must get the same answer to another student.
Thus we have $$2^{17}+1$$ students needed to ensure $2$ identical answers.