I was asked this simple following question:
What is the sum of all positive integers $x$ such that : $$51\equiv 3 \pmod{x}$$
My answer is $118$ (and I am pretty sure it's right but would like to check because there are other answers also),
My solution is this : $$51=kx+3 \Rightarrow 48=kx\quad $$ and $ x>3$ , therefore only $4,6,8,12,16,24,48$ are possible values for $x$ .
Have I missed anything?
Why the restriction that $x>3$? It also works when $x\in\{1,2,3\}.$
Aside from that, it looks fine.