I am trying to find if $$4^{1536} - 9^{4824}$$
is divisible by 35. I tried to show that it is not by finding that neither power is divisible by 35 but that doesn't entirely help me. I just know that I can't use fermats little theorem to help solve it.
First, $$ 4^{1536}-9^{4824}\equiv(-1)^{1536}-(-1)^{4824}\equiv 1-1\equiv 0\pmod{5}. $$ Second, $$ 4^{1536}-9^{4824}=64^{512}-729^{1608}\equiv 1^{512}-1^{1608}\equiv 1-1\equiv 0\pmod{7}. $$
Edit: if you are unfamiliar with modular arithmetic, think in terms the Binomial Theorem. For example, (below, $A$ is some integer) $$ 4^{1536}=(5-1)^{1536}=5A+(-1)^{1536}=5A+1 $$ where the last equality follows because $1536$ is even.