Sam was adding the integers from $1$ to $20$. In his rush, he skipped one of the numbers and forgot to add it. His final sum was a multiple of $20$. What number did he forget to add?
My idea was to use Gauss's trick to find this relatively simply so I proceeded as follows.
We have $S=1+2+3+ \dots+ 18+19+20$. Using Gauss's trick we get $\frac{n(n+1)}{2} = \frac{20(21)}{2} = 210$. Since we want this to equal some multiple of $20$ we have that $210 = 20n$, but solving for $n$ results in $\frac{21}{2} = 10.5$.
The correct answer for this was $10$, but it seems that I'm missing something?
Here is where your approach goes wrong:
The sum of all numbers with the exception of the one skipped one is a multiple of $20$.
So, if $k$ is the skipped number, what you have is: $210-k = 20n$
Also, what you need to solve for is $k$, not $n$. The fact that in your case, $n$ happened to be fairly close to the $k$ that they were looking for is complete happenstance.