I'm not sure how to do this question
Attempt $$3^{3241} + 8^{2433}$$ I start by taking this number mod 3 $$3^{3241} + 8^{2433} \equiv 8^{2433} \mod 3$$ No we can see that $8^2 \equiv 1 \mod 3$. So $$8^{2433} \equiv 8 * (8^2)^{1216} \equiv 8 * 1^{1216} \equiv 8 \equiv 2 \mod 3$$
Ok So I know that the number is 2 mod 3. Therefore, it doesn't divide 3. I need to find the smallest prime number that will divide the number. Where do I go from here?
Thanks SE
A quick python script shows that $4283$ is a divisor of this number, and is the smallest non-trivial divisor.
Wolfram|Alpha also gives this factor, and stops there.