dslewis Wrote: If Q >P and P-Q>N than both Pand Q are greater than N.
this is true, but it's less complicated to use the conclusion you already reached about statement (1) before, which is that p > n.
if you have statement (1), which tells you that p > n, and statement (2), which tells you that q > p, then you have q > p > n. therefore, both p and q are greater than n.
dslewis Wrote:is there a concept I can use inorder to figure this question out or do I have to use trail and error.
well, it appears that you already figured out a certain 'method': try to rephrase the statements as much as possible. you did this with statement (1): you took the rather ugly statement that p - q > n, and reinterpreted it as p > n. (presumably, you rearranged the inequailty to p > n + q; but if p is greater than n plus some positive number, then it follows that p > n.)
in most problems like this, at least one of the following will be true:
(1) you'll be able to rephrase one or both of the statements (as you did with statement 1)
(2) the question can be rephrased in terms of some sort of number properties, which can usually be deduced from the material content of the problem. for instance, if the problem includes absolute values, then the number properties have to do with positives/negatives/zero; if the problem compares different powers of a variable, then the number properties have to do with the variable being greater/less than 1.
that's it as far as general strategies; there are too many different kinds of these problems to say anything more specific, other than on a problem-by-problem basis such as is done in this thread.
dslewis Wrote: Also was my assumption above about statement 1 correct when I said you could only figure out that P is greater than N from the statement P-Q>N.
this question could mean one of two things, so i'll address both.
(1, unlikely) you could be asking whether this is the only one of the two statements that lets us figure out whether p > n. if so, then yes.
(2, likely) you could be making sure that you can only deduce this about p, not q. if so, that's also true: q could be any positive integer. for instance, 7 - 1 > 6 (with 1 not greater than 6), but 76 - 70 > 6 (with 70 greater than 6).
dslewis Wrote: What about if the statement was changed and it was P+Q>N.
then you couldn't figure out anything. for instance, 4 + 5 > 6 (although neither 4 nor 5 is greater than 6), but also 400 + 500 > 6 (and both 400 and 500 are greater than 6).