This is a simple problem based on combinatorics which can be easily tackled by using inclusion-exclusion principle.
We are asked to find number of positive integers less than 1,000,000 that are not divisible by 6 or 4.
let n be the number of positive integers.
∴ 1≤n≤999,999
Let c₁ be the set of numbers divisible by 6 and c₂ be the set of numbers divisible by 4.
Let N(c₁) be the number of elements in set c₁ and N(c₂) be the number of elements in set c₂.
∴N(c₁) =

N(c₂) =

∴N(c₁c₂) =

∴ Number of positive integers that are not divisible by 4 or 6,
N(c₁`c₂`) = 999,999 - (166666+250000) + 41667 = 625000
Therefore, 625000 integers are not divisible by 6 or 4
Let us suppose missing term is y
so it becomes - ( x-1) + 5 = 2 ( x+3) - y
let us now try solving it for x ( in terms of y )
-x + 1 + 5 = = 2x + 6 - y
-x + 6 = 2x + 6 -y
6 + y = 2x + 6 +x
y = 3x
y / 3 = x
but x is given to be infinite . let us try placing y= the given options
x= x/3 which is not possible
x= 3x/3 which is giving valid statement
x= 1/3 which is a finite value
x= 5/3 again a finite value
so it is only y= 3x which could be the answer
Answer : option second that is 3x
What are the units? Tell me the units so I can solve this please.