I can't really figure out how to approach this question..
I have tried to factor 10^2 +1 out of 10^6 +1 , however, the '+1' part makes it difficult.
$10^6 + 1 = (10^2 +1) \cdot 10^3 + 899000$,
$10^2 + 1 = 899000 \cdot ...? $
Here is where I get stuck, because $899000$ is way bigger than $10^2 + 1$..
Does anyone know how to approach this?
Thanks!