Guest Wrote:What is the greatest prime factor of 4^17 - 2^38?
2
3
5
7*
11
important note: i'm going to assume the 38 in the problem statement is actually 28. if the problem really is 38, then not only is the answer different (it's 5 in that case), but 4^17 - 2^38 is actually a negative number (the gmat doesn't really ever phrase problems about divisibility / factors in terms of negative numbers).
whenever you have a problem involving weird powers of integers, just
reduce everything down to prime numbers. if you can't do this, or if you have trouble doing it in a decent amount of time because you have insufficient command of the laws of exponents, then practice with exponents until you can use them quickly enough.
4 is not prime, so break the 4's down into 2's:
4^17 = (2^2)^17 = 2^34
so we have
2^34 - 2^28
at this point,
make a common exponent, so that you can factor out the largest possible common factor.
(2^28)(2^6) - (2^28)
(2^28)(2^6 - 1)
(2^28)(63)
finish breaking into primes:
(2^28)(3)(3)(7)
so the greatest prime factor is 7