There's this problem I encountered in a math Olympiad for my country.
Find the remainder when $2^{55}+1$ is divided by $33$.
My approach was to consider $2^{55}$ as the sum of numbers in the 56th row of Pascal's triangle. Then I showed that apart from 1 and 55, all other numbers have at least one factor of 11 and 3 to spare, so one would consider only 1 and 55 for the answer. Doing this leads to $113 \mod 33=14$. But the choices for that question were between 0 and 5.
Is my reasoning wrong? Or am I missing something?
Using binomial theorem
$$2^{55}= 32^{11} = (33-1)^{11} = $$$${11\choose 0}33^{11}-{11\choose 1}33^{10}+...+{11\choose 10}33-1=$$
$$ =33\underbrace{(\dots )}_{\in\mathbb{Z}}-1$$
So the remainder is $0$.