I'm a beginner (started learning yesterday only) in modular arithmetic.
The question is to find the remainder when ${}^{72}C_{36}$ is divided 73 (where ${}^nC_r $ denotes ${n \choose k}$)
I know such problems can be answered by Lucas' theorem, but in this case, it's pointless.
I can't treat $(36!)^2$ as modular inverse (and using Wilson's identity) either because the number is huge. Same for Chinese remainder theorem.
And with the above 3 approaches, I'm out of options. No clue how to solve it, even the hint given isn't "good" (and I can't even prove the "hint")
Hint: ${72 \choose 36}={73\choose 0} + {73 \choose 1} +\cdots + {73\choose 36}$
Everything about this question, including the hint, is just bizzare to me! P. S. I don't want to use the hint (It's actually the complete solution)
And the hint is wrong.