Anonymous Wrote:I had a question on this problem. I have no problem with calculating remainders, but what about when X = 3 in the first statement?
I was under the impression that a remainder only exists when the numerator is greater than the denominator? (i.e. 3/6 does not give us a remainder). Because of that impression I chose B, and outside of "3", I had no issue with how to calculate the first statement.
see, that's the part they never told you about in grade school. if you divide 3 by 6, you darned well
do get a remainder; it's 3.
think about it like this:
Remainder upon dividing N by 6
if you take N beer cans and put them into six-packs, then the remainder is the number of beer cans left over
after you've made as many six-packs as you can.
...so, if you have 3 cans, you make 0 six-packs (which is 'as many as you can'), leaving ... 3 cans as your remainder.
general rule:
if N < M (both positive integers) and you divide N by M, then the remainder is N.
--
another way to justify the result is to realize that mathematical patterns don't spontaneously change. to wit: take a list of the remainders gotten by dividing certain #s by six. let's start with 20 and count downward.
20 --> remainder = 2
19 --> remainder = 1
18 --> 0
17 --> 5
16 --> 4
15 --> 3
14 --> 2
13 --> 1
12 --> 0
11 --> 5
10 --> 4
9 --> 3
8 --> 2
7 --> 1
6 --> 0
the pattern is obvious, and it must continue (as patterns are wont to do):
5 --> 5
4 --> 4
etc.