On a 12-hour clock, 5 hours after 9 o’clock is 2 o’clock, not 14. That’s modular arithmetic: numbers wrap round after a fixed number, the modulus. In modulo 7, only 0, 1, 2, …, 6 are used, and any number is replaced by its remainder when divided by 7.
So , because .
Try it
Add by walking round the clock, and multiply by jumping. Wherever you stop is the remainder of the ordinary answer.
Calculating
Work out the ordinary answer, then divide by the modulus and keep the remainder. With big numbers, reduce each one first; the answer is the same.
More: calculating modulo n
Solving an equation
Try each possible value in turn; there are only a few.
More: solving an equation
Tables on a set
WAEC often gives a set, such as , and asks for the multiplication (or addition) table modulo . Each entry is the ordinary product reduced modulo . The table is then used to solve equations: find the row, look along it for the answer, and read the column.
Worked example · WAEC 2019
Draw a table for multiplication in modulo 8 on the set .
Use the table to find the solution set of: (i) ; (ii) .
Fill in the table
Multiply and take the remainder on dividing by 8: , so .
2 3 5 7 2 4 6 2 6 3 6 1 7 5 5 2 7 1 3 7 6 5 3 1 Think first. What is in modulo 8?
(b)(i) 3 ⊗ n = 5
In the row of 3, the 5 is in the column of 7: .
Think first. Go along the row of 3. Where is 5?
(ii) n ⊗ n = 1
The diagonal entries are 4, 1, 1, 1, so for : the solution set is .
Think first. Look down the diagonal.
Your turn
WAEC 2014 · Paper 2 · Q8 (a)
- (a)
Copy and complete the table for multiplication modulo 11 on the set .
1 5 9 10 1 1 5 9 10 5 5 9 9 10 10 Use the table to: (i) evaluate ; (ii) find the truth set of ; (iii) find the truth set of .
Model answer
1 5 9 10 1 1 5 9 10 5 5 3 1 6 9 9 1 4 2 10 10 6 2 1 Multiply, then take the remainder on dividing by 11: for example , so the entry is 2. From the table, (i) ; (ii) , so ; (iii) , so .
Worked solution (try it first)
(a)
- Multiply, then take the remainder on dividing by 11.
- For example , so the entry is 2.
1 5 9 10 1 1 5 9 10 5 5 3 1 6 9 9 1 4 2 10 10 6 2 1
More past questions like this
- NECO 2023 · Paper 1 · Q6Find if .
- NECO 2024 · Paper 1 · Q12Evaluate in modulo 5.
- WAEC 2019 · Paper 1 · Q5If , find the least value of with .
- WAEC 2018 · Paper 2 · Q11(i) Copy and complete the addition and multiplication tables in modulo 5 on the set . (ii) …
- JAMB 1994 · UME · Q23The table shows multiplication modulo 10 on the set . Find the inverse of 2.
- WAEC 2016 · Paper 2 · Q13Find the equation of a straight line which passes through the point and is parallel to the line .