Age
16 to 18
| Article by
Peter Zimmerman
| Published

Modulus arithmetic and a solution to dirisibly yours



This is the problem called Dirisibly Yours :

We wonder who can find and explain the shortest and neatest proof that 52n+1+112n+1+172n+1 is divisible by $33$ for every non negative integer $n$.

One way to solve this problem involves modulo arithmetic. You may have encountered this in the form of clock arithmetic. For example, the hours on a clock face can be considered as a modulo 12 system, with only the numbers from 1 to 12 being possible. If you add 2 hours to 11 o'clock, you get 1 rather than 13. If you add 13 hours to any time, it is effectively the same as adding 1. If you add 12, 24, 36 etc hours to any time, it is the same as adding 0. Numbers above 12 are not possible; you must convert them into numbers between 1 and 12 (inclusive) by dividing by 12 and taking the remainder.

The difference between clock arithmetic and modulo arithmetic is that in modulo arithmetic the numbers begin at 0. Therefore, modulo 12 arithmetic only allows the numbers from 0 to 11. The number 12 would become 0.

One crucial feature of the modulo arithmetic system (as regards this problem) is that if a number can be written as $0$ under modulo $n$ arithmetic, then the number is divisible by $n$. In the solution to this problem I shall use modulo $3$ and modulo $11$ arithmetic.

Technically, the everyday number system that we use is modulo infinity arithmetic, but this is a moot point.

If the expression is divisible by 3 and by 11, it must be divisible by 33. We can show that the expression is divisible by 3 and 11 by showing that the expression is equal to zero under both modulo 3 and modulo 11 arithmetic.

We can write $5^{2n+1}$ as $25^n \times 5$.

Under modulo 3 arithmetic, 251 (as 25 divided by 3 leaves remainder 1) so 25n1n1 Also, $5 = 2$

Therefore 25n×51×22 Similarly, 112n+1=121n×11 Under modulo 3 arithmetic, 1211 so 121n1n=1 and 112 Therefore 121n×111×2=2 172n+1=289n×17 Under modulo 3 arithmetic, 2891 so 289n1n=1 and 172 Therefore 289n×171×2=2 Under modulo $3$ arithmetic, the expression is equal to $2 + 2 + 2 = 6 \equiv 0$. The expression is therefore divisible by 3. Under modulo 11 arithmetic, $25 \equiv 3$ so 25n3n 5=5

Therefore 25n×53n×5 1210 and 110

Therefore 121n×110 (clearly it is divisible by 11)

2893 so 289n3n (289 is 3 more than a multiple of 11)

176

Therefore 289n×173n×6

Under modulo 11 arithmetic, the expression is equal to:

(3n×5)+0+(3n×6)=3n×113n×0=0

Therefore the expression is divisible by 11. As the expression is divisible by both 3 and 11, 3 and 11 are included among its prime factors (as both are prime numbers) and so the expression is divisible by $3 \times 11 = 33$. It is also possible to show that the expression is divisible by 33 by using modulo 33 arithmetic. Under modulo 33 arithmetic, 25n×5 remains the same. 121n×1122n×11 289n×1725n×17

Under modulo 33 arithmetic, the expression is equal to:

(25n×5)+(22n×11)+(25n×17)=(25n×22)+(22n×11)=11×[(25n×2)+22n]

If this last expression equals a multiple of 33, it is equal to 0. It is clearly divisible by 11, and so will be divisible by 33 if $[(25^n \times 2) + 22^n]$ is divisible by 3. Under modulo 3 arithmetic, 25n1n=1 so (25n×2)1×2=2 22n1n=1 Therefore [(25n×2)+22n]2+1=30 Therefore $[(25^n \times 2) + 22^n]$ is divisible by 3.

Therefore the expression is divisible by 33.