An operation can have some useful properties. Each one is tested with the operation’s rule or read from its table. A table lists the elements along the top and down the side, and the entry in row , column is . The tables below use , multiplication modulo 5 on (see modular arithmetic).
Closure
An operation is closed on a set if is always in the set, whatever and you pick from it. In a table, every entry must be one of the elements.
| ⊗ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| 1 | 1 | 2 | 3 | 4 |
| 2 | 2 | 4 | 1 | 3 |
| 3 | 3 | 1 | 4 | 2 |
| 4 | 4 | 3 | 2 | 1 |
Commutative
An operation is commutative if for every and : the order doesn’t matter. To test a rule, swap and and see if you get the same expression. In a table, every entry must match its mirror image across the leading diagonal.
| ⊗ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| 1 | 1 | 2 | 3 | 4 |
| 2 | 2 | 4 | 1 | 3 |
| 3 | 3 | 1 | 4 | 2 |
| 4 | 4 | 3 | 2 | 1 |
Associative
An operation is associative if for every , and : it doesn’t matter where the brackets go.
The identity element
The identity leaves every element unchanged: for every . For ordinary addition it is 0, and for multiplication it is 1.
To find it from a rule, write out and solve for . Then check that as well. In a table, the identity’s row and its column both repeat the headings.
| ⊗ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| 1 | 1 | 2 | 3 | 4 |
| 2 | 2 | 4 | 1 | 3 |
| 3 | 3 | 1 | 4 | 2 |
| 4 | 4 | 3 | 2 | 1 |
Inverses
The inverse of , written , is the element that combines with to give the identity: . Find the identity first. From a rule, solve . In a table, go along row until you find : its column is the inverse.
| ⊗ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| 1 | 1 | 2 | 3 | 4 |
| 2 | 2 | 4 | 1 | 3 |
| 3 | 3 | 1 | 4 | 2 |
| 4 | 4 | 3 | 2 | 1 |
Try it
The table of multiplication modulo 5 on {1, 2, 3, 4}
| ⊗ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
Pick a table, then a property. Look for the tables that fail: one has no identity, one is not commutative, and one is not closed.
Building and using a table
To build a table from a rule, work out each entry with the rule. If the question says modulo , reduce each answer to its remainder on dividing by . To solve an equation such as from the table, go along row 3, find the 2, and read off its column. On the diagonal you find .
| ⊗ | 1 | 2 | 3 | 4 |
|---|---|---|---|---|
| 1 | 1 | 2 | 3 | 4 |
| 2 | 2 | 4 | 1 | 3 |
| 3 | 3 | 1 | 4 | 2 |
| 4 | 4 | 3 | 2 | 1 |
Worked example · WAEC 2016
The operation is defined on the set by . (i) Construct the modulo 8 table for the operation on the set . (ii) Use the table to find: I. ; II. if .
(i) One entry at a time
, and , so the entry is 3. In the same way, , so the entry is 7.
Think first. Work out 2 Δ 3, then reduce modulo 8.
The table
2 3 5 7 2 0 3 1 7 3 3 7 7 7 5 1 7 3 7 7 7 7 7 7 Think first. Fill in all sixteen entries.
(ii) I. The bracket first
, so .
Think first. Read 5 Δ 7 from the table, then use it.
II. Read the row
In row 2 the entries are 0, 3, 1, 7. The 7 is in the column for 7, so .
Think first. 2 Δ n = 7: where is 7 in row 2?
Worked example · WAEC 2014
An operation is defined on the set of real numbers by , where . If and , show whether or not is commutative.
Work out m * n
.
Think first. Put m = −3 and n = −10 into the rule.
Swap them
.
Think first. Now the first number is −10 and the second is −3.
Compare
, so is not commutative.
Think first. Are they equal?
Your turn
WAEC 2015 · Paper 2 · Q11 (c)
- (c)
An operation is defined on the set by , where . (i) Draw a table for the operation. (ii) Using the table, find the truth set of: I. ; II. .
Model answer
(i) Work out and take the remainder on dividing by 7:
1 3 5 6 1 4 6 1 2 3 6 1 3 4 5 1 3 5 6 6 2 4 6 0 (ii) I. In the row for 3, the entry 3 is under : truth set . II. The diagonal () reads and never 3: truth set (empty).
Worked solution (try it first)
(c)(i)
- Work out , then take the remainder when dividing by 7.
- For example, , so .
1 3 5 6 1 4 6 1 2 3 6 1 3 4 5 1 3 5 6 6 2 4 6 0
More past questions like this
- WAEC 2019 · Paper 2 · Q1Draw a table for multiplication in modulo 8 on the set .
- WAEC 2014 · Paper 2 · Q8Copy and complete the table for multiplication modulo 11 on the set .
- JAMB 1992 · UME · Q21If the binary operation is defined by for any real numbers and , find the identity element …
- JAMB 1994 · UME · Q22A binary operation is defined on the set of all positive integers by . Which of the following properties …
- JAMB 1994 · UME · Q23The table shows multiplication modulo 10 on the set . Find the inverse of 2.
- JAMB 1995 · UME · Q21Which of the following binary operations is commutative in the set of integers?
- JAMB 1998 · UME · Q21The identity element with respect to the multiplication shown in the table is
- JAMB 2000 · UME · Q14Find the inverse of under the binary operation , where and are real numbers and zero is the …
- JAMB 2001 · UME · Q16An operation is defined on the set of real numbers by . If the identity element is , find the …
- JAMB 2001 · UME · Q17The identity element with respect to the multiplication shown in the table is
- JAMB 2012 · UTME · Q22A binary operation on the set of real numbers is defined by for all . If the identity …
- JAMB 2016 · UTME · Q29| | | | | |