ShreyasJavahar
in 4^{96}, 96 can be written as (4^{32})^3. Isn't n odd here as well? Can you please explain where I am going wrong?
That is true, but that only demonstrates that 4^96 + 1 must be divisible by 4^32 + 1, which is not what we want to know here.
The list of rules one or two people posted earlier in this thread all come from algebra. If you have a sum of two cubes, for example, you can factor:
x^3 + y^3 = (x + y)(x^2 - xy + y^2)
If you replace x and y with the numbers 4^16 and 1, you find
4^48 + 1 = (4^16)^3 + 1^3 = (4^16 + 1)(some other integer)
so from there, we see 4^16 + 1 must be a divisor of 4^48 + 1.
But learning this type of thing is, as best I can tell, completely pointless if you're preparing for the GMAT (and in most cases, learning the rules posted above would be pointless too). I have never seen a single official question where you'd need to know how to factor any kind of proper cubic, either with numbers or with letters in it. The factoring patterns you need to know are the basic ones - the difference of squares (which you might need to use with larger powers, e.g. with a^8 - b^8, and often need to use with numbers in place of letters), and the squares, (x + y)^2 and (x - y)^2.
The original question in this thread can't be answered, incidentally, without some information about x. It turn out 4^16 + 1 is prime (it's one of the famous 'Fermat primes', though that's not something you'd ever need to know on the GMAT). So x can only be equal to 1 or to 4^16 + 1. But if x = 1, which is possibly true from the wording of the question, then every answer is correct. It's only if x = 4^16 + 1 that D is the right answer.