If is divisible by , does it mean it is divisible by too?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
It is true but it only happens with odd integers. According to the question, a + b ≡ 0 ( m o d N ) a ≡ − b ( m o d N )
If it has to be true for a m + b m , m has to odd, because if m is even − b m will be positive. Instead m needs to remain negative so that N divides a m + b m .