sme0928 wrote:from MGMAT question Bank:
Is mp greater than m?
(1) m > p > 0
(2) p is less than 1
SO, mp>m. my question is Why cant I divide by m to get P>1?
Thanks
We don't know that mp > m... that's the question that we're trying to answer.
If your question is "why can't I rewrite the question as 'Is p>1?'", then the answer is as pradeepsarathy noted - we have no clue whether m is positive, negative or 0.
If m is positive, then the question does become Is p > 1. If m is 0, then the question is undefined. If m is negative, then the question becomes Is p < 1.
Whenever you see inequalities in DS, the first thing you should ask is "do I have to worry about dividing or multiplying by a negative?" Further, when you pick numbers on inequality questions, always consider the impact of picking negatives.
Let's start at the beginning:
Is mp > m?
If we want to rewrite this safely, we subtract m from both sides, to get:
is mp - m > 0
and then factor out m:
is m(p-1) > 0
Now we ask ourselves, when is a product of two terms greater than 0? We answer ourselves: when both terms have the same sign.
So, to get a yes answer, either:
m>0 and p-1>0 (i.e. p>1)
OR
m<0 and p-1<0 (i.e. p<1)
Now let's look at the statements:
(1) m > p > 0
We know that m>0, but do we know if p>1? No! So, (p-1) could be positive or negative: insufficient.
(2) p is less than 1
No info about m: insufficient.
Now we eliminate A, B and D. Since we still have two choices left, we have to try combining the statements.
From (1) we know that m is positive.
From (1) and (2) together, we know that p is a positive fraction. If p is a positive fraction, then (p-1) will always be negative.
If m is positive and p-1 is negative, the question changes from:
Is m(p-1) > 0
to:
is (+)*(-) > 0?
To which the answer is "DEFINITELY NOT": sufficient, choose (C).
Note: there are many alternative and, likely, quicker ways to attack this problem, especially picking numbers.
When we get to combination, we could also just reason it out. Once we realize that m is positive and p is a positive fraction, we can think:
"what happens to a positive number when we multiply it by a positive fraction? It gets SMALLER. So, when we multiply positive number m by positive fraction p, we're always going to get a product LESS than m, which means that mp will NEVER be greater than m... sufficient".