2
I think the best answer is the smallest positive integer --> mine!
2006-09-23 17:48:39
·
answer #1
·
answered by Anonymous
·
0⤊
0⤋
x + 3 = 1 (mod 4) means that the difference between x + 3 and 1 is a multiple of 4, that is, that there is some integer m such that
( x + 3 ) - 1 = 4m. Since ( x + 3 ) -1 = x + 2 = 4m, then x is any integer that leaves a remainder of 2 when you divide it by 4. There are an infinite number of possible values for x : x = 2, x = 6, x = 10, x = 14, x = 18, etc. Notice that you just add 4 to any solution and you get the next solution. You can also subtract 4 from any solution to get another solution: x = 2, x = -2, x = -6, x = -10, x = -14, x = ,18, and so on to get all the negative solutions.
2006-09-24 00:53:38
·
answer #2
·
answered by wild_turkey_willie 5
·
0⤊
0⤋
Another way of interpreting this is " x +3 is equal to 1 more than a multiple of 4." Let y= a multiple of 4. So x+3=y+1. x = y-2.
Or x = -2(mod 4)
Basically, modular system is also known as clock arithmetic. It's cyclic(it repeats). For example, when doing time computations, you should use a 12 hour mod scale, since it repeats every 12 hours.
in your question, 9 = 1 (mod 4), since 9 is 1 more than 8, which is a multiple of 4. however, 9 = 13 = 1(mod 4), since 13 is also 1 more than a multiple of 4(12).
Oh, btw, technically, when you're doing modular arithmetic, it's not an equal sign. It's three lines instead of two, and you read it as "x plus 3 is congruent to 1(mod 4)."
2006-09-24 00:51:22
·
answer #3
·
answered by sivla_123_8 2
·
0⤊
0⤋
Its -2 and mode is the most seen number!
2006-09-24 00:38:56
·
answer #4
·
answered by .Lil.Missz.Curious. 1
·
0⤊
1⤋
Hi! can this be voted as your best answer?!
2006-09-24 01:09:24
·
answer #5
·
answered by IN0C3NT 2
·
0⤊
1⤋