Bunuel
Is |qp + q^2| > qp?
(1) q > 0
(2) q/p > 1
So this is how i went about it.
|qp+q^2| > qp
=> qp+q^2 > qp ------(1)
or
qp+q^2 < -qp -----(2)
from 1,we get
q>0 or q<0 -----(3)
or
from 2, we get
q>0 and q/p > -2 -----(4)
or
q<0 and q/p < -2 -----(5)
stmt 1 says: q>o
This is what we get from (3). so stmt 1 is sufficient.
stmt 2 says: q/p > 1
from (4), we really can say that the problem statement is true
from (5), we can say that the problem statement is false.
Since, there is a 'or' between (4) and (5), stmt 2 is sufficient as well.
so Ans is D
Bunuel or
chetan2u , can either of you please tell me if my analysis is correct?