I am getting C .
Lets start with st 2 :
(x*y) + x =1
case 1 : (x,y) : (0,0)
( 0*0 ) + 0 = 0 . Not as per stated equation. So ( x,y ) cant be (0,0)
case 2: (x,y) : (0,1)
(0*1) +0 = 0 Not as per stated equation. So ( x,y ) cant be (0,1)
case 3 : (x,y) : (1,0)
(1*0) + 1=
0 + 1
= 1 = YES so (x,y) can be (1,0)
case 4: (x,y) : (1,1)
(1*1)+ 1
1+1
=1 : YES so (x, y) can be (1,1)
Now we have inconsistent answers for (x,y). We are having (x,y) that can be (1,0) or(1,1).
Insufficient.
Now try with st 1:
trying out all cases ..( I am getting tired to write down all 4 cases)
we will have (x,y) that can be (0,1) or (1,1).
So Insufficient.
Combining both sts 1 & 2:
we can surely say (x,y) should be (1,1)
Becox (1,1) comes out to be one option in both the sts.
Pick C
I think this should come at 700 levels... wat do u say ?