Prove that 9 | $a_k +... +a_1+a_0$ implies that 9 | $a_k 10^k +... + a_1 10^1 + a_o 10^0$

78 Views Asked by At

How to prove that :

9 | $a_k+... +a_1+a_0$ implies that

9 | $a_k 10^k +... +a_1 10^1 + a_o 10^0$

where | denotes the divisibility sign (that is, I need to prove that if $a_k+... a_1+a_0$ is divisible by 9 then so is $a_k 10^k +... a_1 10^1 + a_o 10^0$).

4

There are 4 best solutions below

0
On BEST ANSWER

Note that $10 \equiv 1 \pmod{9}$ so $10^n \equiv 1^n \equiv 1 \pmod{9}$. This means $$a_k+ \cdots + a_0 \equiv a_k10^k+ \cdots + a_0 \pmod{9}.$$

2
On

Hint: Apply the binomial expansion to $10^n=(9+1)^n$.

0
On

Expand $(9+1)^j$. In the expansion, every term has a factor $9$ except for $1$.That's where you are to apply your hypothesis.

0
On

For a number %n% to be divisible by 9 the sum of it's digit must be divisible by 9. So, $a_k 10^k +… + a_1 10^1 + a_o 10^0$ holds true if, for the k digit number n $$S = a_k +… + a_1 + a_o$$ is divisible by 9, i.e. $9 | a_k+... +a_1+a_0$ which is the provided statement.