Can someone show me how to prove if $x$ divides $x+5$ then $x$ divides $5$.
For a direct proof would you have to sub out the $5$ for some integer? Why?
Are there alternate ways to do this? Maybe induction?
Can someone show me how to prove if $x$ divides $x+5$ then $x$ divides $5$.
For a direct proof would you have to sub out the $5$ for some integer? Why?
Are there alternate ways to do this? Maybe induction?
Result: If $a|b$ and $a|c$ then $a|(b-c)$.
Since $x|(x+5)$ and $x|x$, we get $$x|[(x+5)-x]$$ and so $x|5$.