SS1: MATHEMATICS - 1ST TERM
-
Number Base System I | Week 16 Topics|2 Quizzes
-
Number Base System II | Week 23 Topics
-
Number Base System III | Week 32 Topics|1 Quiz
-
Modular Arithmetic I | Week 42 Topics
-
Modular Arithmetic II | Week 53 Topics
-
Modular Arithmetic III | Week 64 Topics|1 Quiz
-
Indices I | Week 73 Topics|1 Quiz
-
Indices II | Week 81 Topic|1 Quiz
-
Logarithms I | Week 93 Topics
-
Logarithms II | Week 104 Topics|1 Quiz
Addition & Subtraction in Modular Arithmetic
Topic Content:
- Addition & Subtraction in Modular Arithmetic
The diagram above shows addition in modulo 6 in which an element on the extreme left is added to an element on the top row, in that order. You will observe that the first column on the extreme left and the top row contain the same set of integers.
Example 5.2.1:
\( \scriptsize 3 \: \bigoplus \: 2 \)
Solution
Look for the number 3 on row 4 and the number 2 on column 3, they intersect at number 5.
i.e. \( \scriptsize 3 \: \bigoplus \: 2 = 5\:(mod\:6) \)
In the same vein, subtraction can be considered as the inverse operation of addition. So, in mod 6, we can use the addition table to work out subtraction:
Example 5.2.2:
\( \scriptsize 2 \: \circleddash \: 5 \)
Solution
\( \scriptsize 2 \: \circleddash \: 5 \) is a number y such that 5 + y = 2, i.e. 5 plus a number gives 2.
From the residue columns and rows, 5 and 3 intersect at 2, therefore y = 3.
It is important to know that in subtraction the first number is picked from the residues column and the 2nd is picked from the residues row.
More Examples: Addition in mod 6
(i) \( \scriptsize 5 \: \bigoplus \: 4 = 3 \: (mod\: 6) \)
(ii) \( \scriptsize 4 \: \bigoplus \: 1 = 5 \: (mod \:6) \)
(iii) \( \scriptsize 3 \: \bigoplus \: 5 = 2 \: (mod \:6) \)
(iv) \( \scriptsize 1 \: \bigoplus \: 5 = 0 \: (mod \:6) \)
Example 5.2.3:
Evaluate \( \scriptsize 4 \: \bigoplus \: 7 \: (mod\:4) \)
Solution
Step 1: First step add 4 and 7 = 4 + 7 = 11
Step 2: Convert the answer to modulus 4 (Remember numbers in modulus 4 can only be 0, 1, 2, or 3)
\( \frac{11}{4} \)= 2 remainder 3
= 3 (mod 4)
Example 5.2.4:
Evaluate the following in the given moduli:
(i) 54 ⊕ 65 (mod 6)
(ii) – 25 (mod 8)
(iii) – 56 (mod 12)
(iv) 2 ⊖ 11 (mod 5)
(v) 12 ⊖ 5 (mod 6)
(vi) 5 ⊖ 20 (mod 11)