I understand that this is trivial, but I never understood why, nor did I see a proof for it.
2026-03-25 01:29:08.1774402148
On
Prove that $kn+r$ isn't divisible by $k$ if $r$ isn't divisible by $k$ and $k$,$n$ and $r$ are integers.
31 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
- Suppose $k$, $n$, and $r$ are integers and set $A = kn+r$.
- If $r$ is an integer multiple of $k$ (say, $r = ka$) then we can factor: $$A = kn+ r = kn +ka = k(n+a),$$ which means that $A$ is a multiple of $k$.
- Therefore, if $r$ is a multiple of $k$ then $A$ is.
- The contrapositive of this statement is that if $A$ is not a multiple of $k$, then $r$ isn't either.
- That's what we wanted to show, so we're done.
Prove the contrapositive. If $k\mid r$, then $r=kj$ for some integer $j$ whence $$ kn+r=k(n+j) $$ as desired.