Now we will solve this DS question using the Variable ApproachYou can visit
https://www.mathrevolution.com to learn and master this Approach along with other tips to quickly solve DS questions.
The first step of the Variable Approach: Modify the original condition and the question to suit the type of information given in the conditions. This is a priority and the most important step. The first step alone gives us a 30% chance of answering the question correctly.
=> We have to find whether x is less than y?
We have to apply CMT 1 as we are looking for a yes or no answer.=> Is x < y => Is x - y < 0
Lets look at Condition (1) : It tells us that x - y + 1 < 0=> Rearranging gives: x - y < - 1 that tells us x - y is less than '0'
Since the answer is yes, the condition is sufficient by CMT 1 which means that the answer must be in terms of a unique yes or no.Lets look at Condition (2) : It tells us that x - y - 1 < 0=> Rearranging gives: x - y < 1
=> If x = 2 and y = 1.5 then x - y = 2 - 1.5 = 0.5 < 1 but 0.5 is not less than 0
[NO]=> But if x = - 2 and y = 1.5 then x - y = -2.5 - 1.5 = -4 < 1 and it is less than 0
[YES]So we will not get a unique value. So, the condition is not sufficient by CMT 1 which means that the answer must be in terms of a unique yes or no.Condition (1) ALONE is sufficient.So, A is the correct answer.Answer: AIn about 30% of cases, just knowing the first step of the Variable Approach will get you to the correct answer.