This one is killing me, any help is greatly appreciated!
|
Go back to the definition of divisibility: $a\mid b$ means that there is an integer $m$ such that $b=ma$, and $a\mid b+c$ means that there is an integer $n$ such that $b+c=na$. You’re interested in $c$, so isolate it: $$c=na-b=na-ma=(n-m)a\;.$$ Is $n-m$ an integer? Does this show that $a\mid c$? |
|||
|
|
|
Hint $\rm\ \ \dfrac{b+c}a,\,\dfrac{b}a\in\Bbb Z\ \Rightarrow\ \dfrac{c}a = \dfrac{b+c}a-\dfrac{b}a\in\Bbb Z\ $ since $\,\Bbb Z\,$ is closed under subtraction. |
|||
|
|
|
If $a\mid b$ and if $a\mid (b+c)$, there exist some integers $k,l$ such that $b=k\cdot a,b+c=l\cdot a $ So,$c=b+c-b=la-ka=a(l-k)\implies \frac c a=k-l$ some integer |
|||
|
|
|
If $a|b$ then $b=a\cdot n$. |
|||
|
|
|
In general, if $a\mid m$ and $a\mid n$ then $a$ divides any linear combination of $n$ and $m$. That is, for all $x,\ y\in\mathbb{Z}$, we have $a\mid mx + ny$. Given these facts, can you now find a linear combination of $b$ and $b+c$ which gives $c$? |
|||
|
|
|
Note that, by definition of divisibility, $a|b$ implies $$b = ak$$ for some integer $k$. Also, we have that $a|(b + c)$ implies $$b + c = al$$ for some integer $l$. So, substitute the first into the second and solve for c. You should get $c = a(l - k)$, which implies $a|c$. |
|||
|
|
|
$a|b$ mean that exists whole number $k$ such that $$b=ka \dots(1)$$ and $a|(b+c)$ mean that exists whole number $l$ such that $$(b+c)=la\dots(2)$$ replacing (1) in (2) we get $$ka+c=la$$ $$c=la-ka$$ $$c=a(l-k)$$ because $l-k=r$ is whole number that mean$$c|a$$ |
||||
|
|