Find a prime divisor of
a) $2^{49} + 1$
b) $50^{125}-1$
c) $2^{49} -1$
d) $2^{52} +1$
Note that $2^m+1$ is not prime unless $m=2^k$, $2^m-1$ is not a prime unless m is prime.
I checked all the number are composite considering the note given.
I solved (c) by factoring it as $$(2^7+1)(2^7-1)= (3)(43)(187)$$
Tried to do the same with (a) by writing it as $$(2^7+1)(2^7-1)+2$$ but not sure what to do after.
For (b), I tried to write it as $(50^{25})^5-1$. Since it's a Mersenne number and 5 is prime, the divisor must be in the form $$d= 1+(2)(k)(5) = 10k+1$$ but again not sure what to do after. Can't use guess and check because the number is too large.
Would really appreciate if someone could point me in the right direction.