Is there a rather quick/easy way to check if a number in the form 10^n +x is prime or not, given that n and x are known.
I should also not that for our case n is mind-blowingly huge, and x is rather small, in magnitude of hundred.
Is there a rather quick/easy way to check if a number in the form 10^n +x is prime or not, given that n and x are known.
I should also not that for our case n is mind-blowingly huge, and x is rather small, in magnitude of hundred.