-1

Let $a$ be a three digit integer number with digits $x; y; z $(in that order). Prove that $a$ is divisible by 9 if and only if $x + y + z$ is divisible by 9.

Following a proof of this: Let $a; b; d; k$ be integers such that $a = dk + b$. Prove that $a$ is divisible by $d$ if and only if $b$ is divisible by $d$.

Wolgwang
  • 1,563

1 Answers1

0

Notice that the number $xyz$ equals $$100x+10y+z = 9(11x+y)+(x+y+z),$$ which is clearly divisible by $9$ if and only if $x+y+z$ is.

Luke Collins
  • 8,748