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 dividided by 3 is 1.
Answer is E.
Here's what I did:
Took the original statement, used the difference of squares formula to change it to: what is the remainder when (p + n) (p - n) / (5*3)?
1) tells us that p + n divided by 5 is 1, but tells us nothing about the relationship of p - n and 3
2) tells us the relationship of p - n and 3, but nothing about p + n and 5
Together: they do give us relationships of 2 parts of the division, but i'm getting stuck on how to mix them all together to determine that when combined they are still not sufficient. I realized i was getting close to 2 minutes, guessed C over E, and moved on.