If the positive integer $x$ leaves a remainder of $2$ when divided by $8$, what will the remainder be when $x + 9$ is divided by $8$?
I love to put stuff into algebraic equations to make life easier; however, this simple (or at least that what it appears to be) problem stumps me (specifically the first part, regarding the remainder). How would I express this algebraically?
Thanks! Sorry if this is a stupid question, but I'm studying to improve my math.
The easiest way:
Note that $x-2$ is a multiple of $8$, hence $x-2=8k,\ k\in\mathbb{Z}.$
Therefore $$x+9=(x-2)+11=(x-2)+8+3=8k+8+3=8(k+1)+3.$$
Now we can conclude the remaind is $3$.
The cool way:
We have that $$x\equiv2\ (mod\ 8)$$ Add $9$ in both sides we have $$x+9\equiv11\equiv3\ (mod \ 8).$$