The problem consists of two parts. The first part concerns a six-digit number $M$ of the form $xyzzyx$ in the decimal system. We need to show that $M$ is a multiple of 11. We also need to find digits $x, y, z$ such that $M$ is a multiple of 5, 7, and 9. Lastly, we need to write 585585 in base 16. The second part defines a coding system where each letter of the alphabet is assigned a rank from 0 to 25 (A=0, B=1, ..., Z=25). The letter of rank $x$ is coded by the letter of rank $f(x)$, where $f(x)$ is the remainder of the Euclidean division of $3x+2$ by 26. We are given that $y \equiv 3x+2 \pmod{26} \Leftrightarrow x \equiv 9y+8 \pmod{26}$. We need to encode the word "MATHS" and decode the message "RCIAJO".
2025/4/28
1. Problem Description
The problem consists of two parts.
The first part concerns a six-digit number of the form in the decimal system. We need to show that is a multiple of
1
1. We also need to find digits $x, y, z$ such that $M$ is a multiple of 5, 7, and
9. Lastly, we need to write 585585 in base
1
6. The second part defines a coding system where each letter of the alphabet is assigned a rank from 0 to 25 (A=0, B=1, ..., Z=25). The letter of rank $x$ is coded by the letter of rank $f(x)$, where $f(x)$ is the remainder of the Euclidean division of $3x+2$ by
2
6. We are given that $y \equiv 3x+2 \pmod{26} \Leftrightarrow x \equiv 9y+8 \pmod{26}$. We need to encode the word "MATHS" and decode the message "RCIAJO".
2. Solution Steps
Part 1:
a. To show that is a multiple of 11, we can write it as
.
Since , and , each term is a multiple of
1
1. Therefore, $M = 11(9091x + 910y + 100z)$, which means $M$ is a multiple of
1
1.
b. For to be a multiple of 5, 7, and 9, it must be a multiple of their least common multiple. Since 5, 7, and 9 are pairwise coprime, their least common multiple is .
Since is a multiple of 315, the last digit must be either 0 or
5. If $x = 0$, then $M = yzzy0$, which is not a six-digit number. Thus, $x = 5$.
.
must be divisible by 9, meaning the sum of its digits must be divisible by
9. $5 + y + z + z + y + 5 = 10 + 2y + 2z = 2(5+y+z)$. For this to be divisible by 9, $5+y+z$ must be divisible by
9. Therefore $5+y+z = 9k$ for some integer $k$.
Since and are digits from 0 to 9, the minimum value of is 5, and the maximum value is . Thus, can only be 9 or
1
8. If $5+y+z=9$, then $y+z=4$.
If , then .
Let's try . Possible pairs are (0,4), (1,3), (2,2), (3,1), (4,0).
Let's try , . Then .
Let's try . Possible pairs are (4,9), (5,8), (6,7), (7,6), (8,5), (9,4).
Let's try , . Then . We also know must be a multiple of
3
1
5. $522225/315=1657.85...$
Try , .
.
We need to find digits x,y,z such that M is a multiple of 5, 7 and
9.
Try x=
5. Then the digits add to 10+2y+2z. So 10+2y+2z must be a multiple of
9. So 5+y+z=9k.
y+z=4 gives solutions for example
5
4
0
0
4
5. y+z=13 gives solutions for example
5
9
4
4
9
5.
We test . Try . .
The problem is hard without a calculator. We test a few.
We are given that M must be a multiple of 11 as well. Testing the pairs leads to
Try
570075/315 = 1809.76
c. Convert 585585 to base 16:
. Remainder
1. $36599 = 16 \times 2287 + 7$. Remainder
7. $2287 = 16 \times 142 + 15$. Remainder F (15).
. Remainder E (14).
. Remainder
8. Therefore, $585585_{10} = 8E F71_{16}$.
Part 2:
a. Given , we want to show .
Multiply the first equation by 9:
Since ,
.
b. Encode the word "MATHS":
M (12): . Coded letter: M.
A (0): . Coded letter: C.
T (19): . Coded letter: H.
H (7): . Coded letter: X.
S (18): . Coded letter: E.
Encoded word: MCHXE
c. Decode the message "RCIAJO":
| Letter | R | C | I | A | J | O |
|---|---|---|---|---|---|---|
| Rang lettre codée | 17 | 2 | 8 | 0 | 9 | 14 |
| Rang x | 9y+8 mod 26 | | | | | |
| Rang x | (9 * 17 + 8) mod 26 | (9 * 2 + 8) mod 26 | (9 * 8 + 8) mod 26 | (9 * 0 + 8) mod 26 | (9 * 9 + 8) mod 26 | (9 * 14 + 8) mod 26 |
| Rang x | (153 + 8) mod 26 | (18 + 8) mod 26 | (72 + 8) mod 26 | 8 mod 26 | (81 + 8) mod 26 | (126 + 8) mod 26 |
| Rang x | 161 mod 26 | 26 mod 26 | 80 mod 26 | 8 | 89 mod 26 | 134 mod 26 |
| Rang x | 5 | 0 | 2 | 8 | 11 | 4 |
| Lettre | F | A | C | I | L | E |
Decoded message: FACILE
3. Final Answer
1. a. $M$ is a multiple of
1
1. b. $x=5$, and $y+z=4$ or $y+z=13$.
c. .
2. a. $x \equiv 9y+8 \pmod{26}$
b. MCHXE
c. FACILE