There’s already a lot of discussions that has happened about this question. Just trying to add my 2 cents to it.
Analysing the question stem and using the divisibility rule for 6 is a good way of tackling this question. The value method also is equally efficient, so finally, I think it boils down to personal preference as to which method you wish to take up.
If y has to be divisible by 6, it has to be divisible by both 2 and 3. In other words, you should be able to express y as a product of a multiple of 3 and an even number.
Let’s also not forget that all powers of 3 are odd numbers. Let us analyse the question data now.
x + y = \(3^x\) implies y = \(3^x\) – x.
If y has to be a multiple of 6, the RHS of the above equation must be a multiple of 6. This can happen if x is an odd multiple of 3.
If x is an odd multiple of 3, we can express x as x = 3k, where k is an odd integer. Substituting this value of x in the equation for y, we have,
y = \(3^x\) – 3k.
Taking 3 as common, we have, y = 3 [\(3^{x-1}\) – k]. Now, both terms inside the bracket are odd. Since, odd – odd = even, y = 3 [Even].
From the above analysis, we can conclude that x HAS to be an odd multiple of 3, for y to be a multiple of 6.
Clearly, these two pieces of information are given in two separate statements. Therefore, both statements are required together to solve for a unique answer.
The correct answer option is C.
Hope this helps!