abehrman Wrote:if P and n are positive integers and p>n, what is the remainder when p^2 - n^2 is divided by 15?
1) the remainder when P+n is divided by 5 is 1
2) the remainder when p - n is divided by 3 is 1
p^2 - n^2 simplifies to (P+n)(P-n) dont both 1 and 2 together answer the question?
the first thing you should notice here is that the polynomial in the question stem (p^2 - n^2) is equivalent to (p + n)(p - n). nicely enough, these happen to be the exact expressions in the two choices.
therefore:
the key to this problem is to consider (p + n) and (p - n) as SINGLE QUANTITIES, not as a sum and a difference.the other key is to realize that remainders are ALWAYS ALWAYS ALWAYS based on repetition, and so:
you can solve just about any data sufficiency problem about REMAINDERS by simply MAKING LISTS of the numbers that satisfy the statements, and then plugging those numbers into the question stem.
in fact, lists are SO reliable for solving remainder problems that, if i (ron) personally see a data sufficiency problem involving remainders, i will go STRAIGHT to making lists, no ifs, ands, or buts, no questions asked.
viz.:
statement (1)
(p + n) could be
1
6
11
16
21
26
etc.
statement (2)
(p - n) could be
1
4
7
10
13
16
19
etc.
if you have both of these together, just try a bunch of random combinations. if you keep coincidentally getting the same answer every time, then eventually you'll surrender and pick "sufficient", but, if at any time you get two divergent answers, then you're done -- you've just proved "insufficient".
combining these two statements:
(p - n)(p + n) could be
6 x 4 = 24 --> remainder is 9
6 x 7 = 42 --> remainder is 12
whoa!
done.
insufficient.
ans (e)