If
is an
integer
that leaves a remainder of 10 upon division by 20,
which of the following
can't
we uniquely determine?
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.
We are given that N = 2 0 k + 1 0 for some integer k . From that, we get:
N = 2 ( 1 0 k + 5 ) + 0 , so it will leave a reminder of 0 when divided by 2.
N = 4 ( 5 k + 2 ) + 2 , so it will leave a reminder of 2 when divided by 4.
N = 5 ( 4 k + 2 ) + 0 , so it will leave a reminder of 0 when divided by 5.
However, we only have N = 3 ( 6 k + 3 ) + 2 k + 1 , so we the remainder when divided by 3 will depend on the value of k .