Maths Olympiad Prep

Library / /272 of 520

Number theory Difficulty 6.1 National olympiad Prove it

Example 4 Prove that 2221435693 cannot be divided by 9.

Translate the above text into English, keep the original text's line breaks and format, and output the translation result directly.

Solution

2221435693=2×109+2×108+2×107+105+4×105+3×104+5×103+6×102+9×10+3\begin{aligned} 2221435693 & =2 \times 10^{9}+2 \times 10^{8}+2 \times 10^{7}+10^{5} \\ + & 4 \times 10^{5}+3 \times 10^{4}+5 \times 10^{3}+6 \times 10^{2} \\ +9 & \times 10+3 \end{aligned}

By equations (13), (14) and Lemma 8, we have
22214356932+2+2+1+4+3+5+6+9+3(mod9)\begin{array}{l} 2221435693 \equiv 2+2+2+1+4+3+5+6 \\ +9+3(\bmod 9) \end{array}

Since 2+2+2+1+4+3+5+6+9+3=372+2+2+1+4+3+5+6+9+3=37, which is not divisible by 9, we know from equation (15) that 2221435693 is not divisible by 9.

Want a route through all this instead of an archive? The track puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic and difficulty added by this site.