What Are the Fundamental Rules and Procedures of Modular Arithmetic?

  • Thread starter Helicobacter
  • Start date
  • Tags
    Arithmetic
In summary, Modular arithmetic involves legal operations, rules, syntax, and procedures that allow you to manipulate numbers in a different way than normal arithmetic. It is important to establish clear terminology and familiarize oneself with the basic ideas and concepts behind modular arithmetic before diving into more complex problems. Playing around with different numbers and experimenting with equations can help develop a better understanding of modular arithmetic. It is also important to understand the properties and structure of modular arithmetic, such as the existence of zero divisors in non-prime moduli and the properties of the Frobenius homomorphism. With practice and a solid understanding of the fundamentals, one can become confident in tackling modular arithmetic problems on exams like the GRE.
  • #1
Helicobacter
158
0
I looked at a few modular arithmetic websites and I'm a neophyte when it comes to the legal operations/rules, syntax, and procedures of modular arithmetic. No GRE guide I've seen talks about modular arithmetic (not even the official one!).

Following are five relevant questions from my GRE coaching website (which only gives answers with no explanation).

Trial-and-error is always an option but I'm looking for a systematic approach, clear, efficient step-by-step procedure, which gives me confidence to tackle such problems.
How do I set up the congruent modulo expression?
What operations are allowed in that expression, and which one's are usually performed to reach answers to the below questions with this approach?
GRE Website said:
x and y are positive integers, where x is a multiple of 3 and [tex]x*y[/tex] is a multiple of 13. The remainder of [tex]y/9[/tex] is R.
Col A: R
Col B: 1

R is the remainder of (10^32 + 2)/11.
Col A: R
Col B: 3

[tex]3 + 3^2 + 3^3[/tex] + ……… + [tex]3^x[/tex]. What is the first value of x at which the sum will be divisible by 6?
[tex]A. 15[/tex]
[tex]B. 19[/tex]
[tex]C. 21[/tex]
[tex]D. 28[/tex]
[tex]E. 53[/tex]

5 is the remainder of [tex]x/6[/tex] and 3 is the remainder of [tex]x/5[/tex].
Col A: The least possible value of x
Col B: 23

If [tex]y = -(x-1)[/tex], then what is the value of 1/3(mod(y+x))?

x a positive integer and y is an odd positive integer
Find the remainder when (x+1)*(y+2) is divided by 7

Positive integer Z_1 divided by 7 gives a remainder of 5 and Z_2 divided by 4 leaves a remainder of 3. Some constraint on Z_1 and Z_2 (e.g., they are equal and should be minimum [e.g., Z_1 = Z_2, min(Z_1)], or Z_2 is a defined in terms of Z_1 [e.g., Z_2 = Z_1 +2]).
 
Last edited:
Physics news on Phys.org
  • #2
number theory. study it every day for a year and it still won't be enough for the GRE.
1. ? too many variables.
2. 10=-1 mod 11, 100=-1 mod 11...etc
3. 3+3^2=12 =0 mod 6. error.
4. set them equal. inspection.
5. 1/3 mod (1) = ?
6. by inspection. start with small numbers.
7. i didn't read.

notes:
I. for all x>y integrers there exist M,R<y such that x=y*M +R
II. for R=0 ,y divides x or x is a multiple of y; R>0, y divides x-R
III. x = R mod y is the same as y divides x-R which is the same as x=y*M+R
 
  • #3
Helicobacter said:
I'm looking for a systematic approach, clear, efficient step-by-step procedure, which gives me confidence to tackle such problems./QUOTE]

The best solution in a case like this is probably a two-fold "program"

Step 0)
Clarify terminology for efficient use and development.
Step 1)
Play around with the ideas behind modular arithmetic .
Step 2)
Gain more formal theory behind modular arithmetic.

Step 0) is a necessary and important step that many people forget about when approaching mathematics through self study. For example, use and internalize terms like mod 17, and Z (the integers) mod 19. Know what your operations are.

Step 1) Most importantly have fun! This is the secret to good math.
Pick some number n and work in Z mod n. In fact pick two. One prime the other not, and possibly pick one large and the other not.
Now the idea is that n = 0, and everything else wraps around. This is like a n-sided polygon (with labeled vertices) that can only be twisted to the right in space. Note you can add two numbers mod some other number. But you have to define subtraction from addition plus wraparound, i.e., find to subtract by some number, b, find c such that b+c = n = 0 and add by c. This will always work in any mod.
Next you have multiplication, but what about division. Is it always the case that you have division? Find out! Consider that you want to divide by some number, b. You must find a number, c, such that bc=1. You may want to look at whether n is prime.
Take a polynomial with integer coefficients. Reduce all the coefficients mod n. Find a solution mod n. Does it tell you anything about the solution in integers.
Make up your own experiments. Diophantine expressions are really neat. What happens when you add multiples of a number mod some other number. How do inequalities work in modular arithmetic.

Step 2)
Modular arithmetic forms a group under addition and a monoid under multiplication, i.e. a ring.
Prove that multiplication and addition are well defined. That is if a mod n = b mod n and c mod n = d mod n then
a+c mod n = b+d mod n
ac mod n = bd mod n
In mod n, for n not prime, you have zero divisors, i.e. non zero elements whose product is 0.
Mod p, for p a prime, you don't. You have a field under addition and multiplication.
What can you deduce from "Fermat's little theorem?"
A weird result is that mod p, f(a) = a^p is a homomorphism. This means in particular, (a+b)^p = a^p+b^p, which is usually not true, and gives some structure reduction in computation. Prove this. When is this map (called the frobenius endomorphism) a bijection, i.e. when is it invertible uniquely? What does this tell you?
 

Related to What Are the Fundamental Rules and Procedures of Modular Arithmetic?

1. What is modular arithmetic?

Modular arithmetic is a branch of mathematics that deals with the remainder of a division operation. It is often used to perform calculations on a set of numbers that are limited to a specific range.

2. How does modular arithmetic work?

In modular arithmetic, numbers are divided into groups or "modular classes" based on their remainder when divided by a chosen number, called the modulus. The modulus acts as a sort of "clock," with numbers repeating in a cycle. For example, in modular arithmetic with a modulus of 12, the numbers 1, 13, 25, and so on, all belong to the same modular class, as they all have a remainder of 1 when divided by 12.

3. What are some practical applications of modular arithmetic?

Modular arithmetic is used in a variety of fields, including computer science, cryptography, and engineering. It is used to generate random numbers, calculate checksums, and encrypt data. It is also used in clock and calendar systems, where the modulus is based on the number of hours in a day or the number of days in a week.

4. What is the difference between modular arithmetic and regular arithmetic?

In regular arithmetic, numbers can be added, subtracted, multiplied, and divided without any limitations. In modular arithmetic, the operations are performed within a specific range determined by the modulus. For example, in regular arithmetic, 3 + 10 = 13, but in modular arithmetic with a modulus of 12, 3 + 10 = 1, as 13 has a remainder of 1 when divided by 12.

5. What are some common properties of modular arithmetic?

Modular arithmetic has several properties that make it useful in calculations, including the commutative property (a + b = b + a), the associative property ((a + b) + c = a + (b + c)), and the distributive property (a(b + c) = ab + ac). It also has a unique property known as the multiplicative inverse property, where every non-zero number has a multiplicative inverse that, when multiplied, results in a remainder of 1 when divided by the modulus.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
1K
Replies
5
Views
2K
Replies
9
Views
727
  • Calculus and Beyond Homework Help
Replies
24
Views
2K
  • Calculus and Beyond Homework Help
Replies
12
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
285
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
9
Views
1K
  • Calculus and Beyond Homework Help
Replies
8
Views
485
  • Advanced Physics Homework Help
2
Replies
36
Views
2K
Back
Top