We explore the elegant digit-sum test for divisibility by 9 and dive into the finite group G = {1, 3, 7, 9, 11, 13, 17, 19} under multiplication modulo 20, mapping out its structure, inverses, and subgroups.
(i) Divisibility
Sum the digits of the number: 1+3+3+0+6+6+1+7 = 27. Since 2+7=9, and 9 is divisible by 9, the original number is divisible by 9.
(ii)(a) Cayley Table
Construct the 8x8 table by calculating the product of each pair of elements (a*b) mod 20.
(ii)(b) Inverse of 7
Identify the element x in G such that 7*x = 1 (mod 20). From the table, 7*3 = 21, which is 1 mod 20.
(ii)(c) Order of 13
Calculate powers of 13: 13^1=13, 13^2=169=9, 13^3=117=17, 13^4=221=1. The smallest exponent is 4.
(ii)(d) Subgroup
The powers of an element of order 4 form a cyclic subgroup. Using 13, we get {1, 9, 13, 17}.
Original question
Further Maths question (see attached image). 2(i) Using a suitable algorithm and without performing any division, determine whether 13 306 617 is divisible by 9. 2(ii) The group G = {1, 3, 7, 9, 11, 13, 17, 19} has multiplication modulo 20 as its operation. (a) Complete the Cayley table for G. (b) State the inverse of the element 7. (c) Determine the order of the element 13. (d) Write down a subgroup of G of order 4.
Ask me anything about this lesson — I'll answer using what we just covered.