From the question statement we understand that both a and b belong to the following set:
{2,3,4,5,6,…..}. We are to find out if the product of ab is greater than 20. Since this is a YES-NO type of DS question, we need to obtain a deifinite YES or a definite NO as an answer.
From statement I alone, a+b = 9. Since neither a nor b can be equal to 1, the only combinations that satisfy the above equation will be (5,4), (6,3) and (7,2).
For each of these combinations, the product is either equal to 20 or less than 20.
Is ab>20? Clearly, NO. Statement I alone is sufficient.
Answer options B, C and E can be eliminated. Possible answer options are A or D.
From statement II alone, \((a-4)^2\) + \((b-5)^2\) = 0.
Remember that the square of any number is always a NON-NEGATIVE value. This means that the square of a number can be either ZERO or POSITIVE, it will never be negative.
In the equation given, we have two squares being added to give us ZERO. This can happen only if both the squares are ZERO themselves i.e. \((a-4)^2\) = 0 and \((b-5)^2\) = 0. As per this, a = 4 and b = 5.
Using these values of a and b, ab = 20. Is ab>20? Clearly, the answer is a NO again.
Statement II alone is sufficient. Answer option A can be eliminated.
The correct answer option is D.
Hope that helps!