I have the following task:
If $99\mid n$ for $n\in\mathbb{N}$, then the digit sum $S(n)$ fulfills $S(n)\geq 18$.
It is clear that $9 \mid 99n \Leftrightarrow 9\mid S(99n)$, but I cannot apply the divisibility rule $11 \mid 99n \Leftrightarrow 11\mid S^*(99n)$ of $11$ for the alternating digit sum $S^*$. Please help!
Let the sum of the even-numbered digits, reading from left to right, be $s$ and the sum of the odd-numbered digits be $t$. Since the number is divisible by $9,\space s+t$ is divisible by $9$ and since the number is divisible by $11,\space s-t$ is divisible by $11$. If $s+t=9,$ then we must have $s-t=0$ but that would make $s+t$ even, contradiction.