How to prove $2^{8420} - 9$ is or isn't a prime number?
I tried modding it by 10 to get the last digit, but that's a 7 which doesn't help.
We've only been covering successive squaring in this chapter (and modular arithmetic).
How to prove $2^{8420} - 9$ is or isn't a prime number?
I tried modding it by 10 to get the last digit, but that's a 7 which doesn't help.
We've only been covering successive squaring in this chapter (and modular arithmetic).
Hint: Use the factorization $a^2-b^2 = (a-b)(a+b)$ for a useful choice of values for $a$ and $b$.
When you do this, it should be fairly obvious that both factors are bigger than $1$.