The number x and y are not integers. The value of x is closest to what integer?
1. 4 is the integer that is closest to x+y
2. 1 is the integer that is closest to x-y
Can someone recommend the best approach to solve this problem? I set up the following approach - am I going in the right direction?
1. 3.5 < x+y < 4.49
Not sufficient
2. .5 < x-y < 1.49
Not sufficient.
I added the inequalities to get the following:
4 < 2x < 6
Therefore, 2 < x < 3
Hence, x is either closest to 2 or 3. Insufficient. Answer is E.
Is this correct?