I am searching for a mathematical proof of this statement: It's impossible to find a pair of consecutive natural numbers whom digit sums would divide without reminder by 3.
I have tried:
To make a system of linear equations where $\overline{xy} = 10x + y$
$x + y = 3k$ (A number should be divisible by 3)
$x + y + 1 = 3k + 3$ (A number that goes after it should be divisible by 3)
However, this proof is wrong, when considered two numbers $29$ and $30$ $x = 2$ $y = 9$ because $2 + 9 + 1 = 12$, however, $3 + 0 = 3$.