Hi there,
We know that N = 999Q + R, where Q is a positive integer and R is an integer such that 0<= R <= 998.
We look for the value of R, for sure.
The number N is formed by fifty '121212' "side-by-side blocks", each one of them is divisible by 9 (because of the sum of its digits), therefore N itself is divisible by 9 (same argument).
Conclusion: R is divisible by 9, because R = N - 999Q (difference of two multiples of 9 is also a multiple of 9).
From the alternatives offered, the answer must be (D) or (E).
So we will have to be a bit more careful/profound in our analysis!
> if R = 216, N = 999Q + 216 = 9 (111Q+24) = 9 * 3 * (37Q + 8) would imply N divisible by 27
> if R = 666, N = 999Q + 666 = 111 (9Q+6) = 111*3*(3Q+2) = 3*37*3*(3Q+2) would imply N is divisible by 9 but NOT by 27...
Please note that dividing one block '121212' by 9 you get 13468 (sum of digits 22) and if you divide two blocks of '121212' by 9 you get almost the same: 13468013468 (sum of digits 2*22) ... "therefore" 50 blocks '121212' (N) divided by 9 will have the following "structure": 13468013468013468... (49 zeros included and sum of digits 50*22).
From the fact that N divided by 9 has sum of digits 1,100 that is NOT divisible by 3, that means N is divisible by 9 but not by 27... therefore the answer is (D).
Regards,
Fabio.