Find $a + b + c$, if $4a1b4c9$ is divisible by $99$.
Since it is divisible by $99$, it would be divisible by $11$ and $9$. Applying divisibility rules of $9$ and $11$:
$18 + (a + b + c)$, must be a multiple of $9$ (I);
$18 - (a + b + c)$, must be either $0$ or a multiple of $11$ (II).
From I, $a + b + c$ is clearly a multiple of $18$. Now, how to use this to single out either $0$ or a multiple of $11$ in equation II?
Say, if $a + b + c = 216$, then $18 - (a + b + c)$ would be a multiple of $11$. Again, if $a + b + c = 9$ or $18$ or $27$ or $45$ etc., then $18 - (a + b + c) = 0$ (since it won't be a multiple of $11$, from II), giving $a + b + c = 18$.
Please, give me hints to proceed further, or correct me if I am wrong anywhere. Thanks.
I followed this for divisibility rules - https://www.mathsisfun.com/divisibility-rules.html