- prachi18oct
- Master | Next Rank: 500 Posts
- Posts: 269
- Joined: Sun Apr 27, 2014 10:33 pm
- Thanked: 8 times
- Followed by:5 members
(1)prachi18oct wrote:If a, b are nonzero integers, what is the value of ab?
(1) a = ab - 1
(2) a + b = 3
a = ab - 1
ab = a + 1
a can be any value; statement is insufficient
(2)
a + b = 3
a and b can have any value, so statement is insufficient
(combining equations)
a+b = 3 ---- from (2)
b = 3 -a
ab = a+1 ---- from (1)
a (3-a) = a + 1
3a -a^2 -a -1 = 0
-a^2 + 2a -1 = 0
a^2 - 2a + 1 = 0
(a - 1)(a-1) = 0
a-1 = 0
a = 1
b = 3 -a
b = 3 - 1 = 2
ab = 2 x 1 = 2
statement is sufficent
Ans = C

















