If x and y are different positive integers, what is the value of x?
(1) 3x + 5y = 40
(2) 80 – 6x = 10y
Evaluate question stem first. Not much to analyze, looks like we are just interested in finding x value.
(1) First thought may be that this is insufficient, because we are given only one linear equation with 2 variables. However, this one equation may be enough since we know that both x and y are different positive integers. There are only so many solutions to this problem that will result in this optimal scenario, so plug and see what result we get.
y = 1 gives 3x = 35, x will not be an integer. This solution is out.
y = 2 gives 3x = 30, x = 10, this is an integer! But we still have to check if there are other solutions that result in integer values.
Keep plugging until you get to y = 5. Then we see that 3x = 15, x = 5. This is an integer solution! But hold on - x = 5, and y = 5, and the question says they are different values. So this is out. We still need to check for more values.
y = 6 gives 3x = 10, not an integer.
y = 7 gives 3x = 5, not an integer.
y = 8 gives 3x = 0, x = 0. Although this is an integer, it is not positive. So this is not a possible solution.
We can stop here since as y > 8 gives negative solution for x which is not allowed.
So the only possible solution is x = 10, y = 2. Hence, sufficient.
(2) 80 – 6x = 10y
This looks different, but let us divide the equation by 2: 40 - 3x = 5y
And rearrange: 3x + 5y = 40. Exact same equation as (1), so we already know that only 1 solution exists. Hence, sufficient.
Answer is (D)