by NikhilJ635 Sat Apr 04, 2015 7:40 pm
Yes/No or Value?
The question asks for the value of a*b
AD
BCE
We start we A--
a = b+1
Since this is a linear equation, all points on a line defined by this equation will satisfy the equation. a and b, therefore, can have an infinite number of values. Since b = a -1, For (a,b)
(3,2) a*b = 6
(4,3) a*b = 12
...
A is clearly insufficient.
Cross AD.
We start with B--
a^2 = b + 1
Again, this is a non linear equation in two variables. Specifically, representing a curve. All points on a curve will satisfy this equation. Since b = a^2 - 1, for (a,b)
(2, 3) a*b = 6
(3, 8) a*b = 24
...
B is insufficient.
Cross B.
We move onto C--
We now have two simultaneous equations--
a = b +1 and b = a^2 - 1. Since one is linear and the other not, they will intersect at a maximum of two points (for a quadratic curve). If you have also noticed the fact that the hyperbola's y intercept is (0,-1) [because the value of b can go to a minimum of -1 for a=0], you will immediately realize that (0,-1) is a solution to both of the equations.
Case 1 (you have noticed this fact and you've seen a lot of curves) -- It will be clear to you that the line b = a - 1 (rapidly rushing from -infinity will meet the hyperbola only at (0,-1) and (1,0) -- if you've studied your lines and curves.
Case 2 (you never really cared for hyperbolas) -- All you need to do is substitute the value of a in the (ii) equation or the value of b in the (i) equation.
a = b + 1 >
a = a^2 -1 + 1 >
a = a^2
It is important here to solve this as a quadratic equation instead of arriving at a hurried conclusion.
a - a^2 = 0 >
a(a-1) = 0 >
a = 0 , 1
The corresponding values of B for which will be -1, 0. You'll realize now that the values of (a,b) that satisfy the two equations are --
(0,-1) and (1,0) and in both cases a*b = 0.
Therefore both the statements taken together (C) is the correct option.