First thought when reading the question:
x1 could be 1, 4, 7, 10...x1 could be even/odd
x2 could be 4, 16, 28, 40... -> x2 is always even
what can we coclude about y = 2*x1 + x2 -> first term is always even as it is multiplied by an even number (in a multiplication, if one term is even, then the result will be even regardless of the other terms) / second term is always even as stated above
THEREFORE y will ALWAYS be EVEN ->
I is true, II is notRegarding III, we know that neither x1 nor x2 are divisible by 3. Therefore, the sum COULD BE OR NOT divisible by 3, as the general rule is:
term div by 3 + term div by 3 -> Result div by 3 (ALWAYS)
term div by 3 + term NOT div by 3 -> Result NOT div by 3 (ALWAYS)
term NOT div by 3 + term NOT div by 3 -> Result could be div by 3 or not -> this is the case we have
Therefore, we need to test it with two numbers
For instance,
x1=4
x2=16
y = 2 * 4 + 16 = 24 -> DIV by 3
since this result is div by 3, we know that y will always be divisible by 3, as the increases in x1 and x2 are always multiple of 3 (increases of 3 for x1 and increases of 12 (4*3) for x2) ->
III is trueANSWER D