I have a question regarding a division algorithm proof. I know the question has been posted here but I am confused with a very specific step. Here is the question:
$$\gcd(a,4)=2$$ $$\gcd(b,4)=2$$
so find the $\gcd(a+b,4)$ and prove it. Here is what I have so far:
I know that since $2|a$ then and $2|b$ then $a$ and $b$ must be even. So $a=2k$ and $b=2j$ for $k$, $j$ are integers. Then from here I know I need to use the division algorithm but how what is my divisor? do I need to work backwards? Thanks in advance