rajthakkar
If p > q, is p a negative number?
(1) (p^2)(q) + (p)(q^2) is negative
(2) (p^2)(q) - (p)(q^2) is positive
If p > q, is p a negative number?(1) (p^2)(q) + (p)(q^2) is negative
\((p^2)(q) + (p)(q^2) < 0\);
\(pq(p + q) < 0\).
If p = 2 and q = -1, then the answer is NO.
If p = -1 and q = -2, then the answer is YES.
Not sufficient.
(2) (p^2)(q) - (p)(q^2) is positive
\((p^2)(q) - (p)(q^2) > 0\);
\(pq(p - q) > 0\).
Since from the stem p - q > 0, then it must be true that pq > 0 (
p and q have the same sign).
If p = 2 and q = 1, then the answer is NO.
If p = -1 and q = -2, then the answer is YES.
Not sufficient.
(1)+(2) From (2) we have that p and q have the same sign. Both of them cannot be positive because in this case (p^2)(q) + (p)(q^2) would be positive, not negative as stated in (1). Therefore both p and q must be negative. Sufficient.
Answer: C.