There are lots of tricks where someone has to think of a number and you can 'guess' that number by just asking a couple of questions (see, for example, here). I'm looking for something kind of similar: a way to change an unknown number (by multiplying or adding something, etc.) so that it is divisible by some predefined number $n$. As I need this for some kind of math trick, the way to go should not be too obvious. So for example, if I told someone:
Think of a number. Now multiply it by 3.
it would be quite obvious that the resulting number is divisible by 3. Also, it should not be a too complicated algorithm. So, is there any much less obvious but still easy way of changing a number so that it is always divisible by some predefined number $n$?
I probably should add that I don't look for an algorithm that works for any $n \in \mathbb{N}$, it's enough if the algorithm just works for one $n$.