It took me too much time to determine the answer. Is there a shortcut to this problem.
RonPurewal Wrote:to all of the question posters:
forum rules dictate: DO NOT POST IMAGE FILES for text-only problems.
you should only use image files for problems that require them, usually because they contain diagrams.
rey was generous enough to provide an answer, even though he shouldn't have. to the most recent poster ("abovethehead"), please type the problem into the forum so that we can answer it for you. thanks.
rfernandez Wrote:Well, I personally would go for a numerical approach for this one, but here's a way to work it algebraically:
Let n = 3j + 2, where j is a positive integer
Let t = 5k + 3, where k is a positive integer
nt = (3j+2)(5k+3) = 15jk + 9j + 10k + 6
So the question is: what is the remainder after 15jk + 9j + 10k + 6 is divided by 15? Well, 15jk is clearly divisible by 15. If we show that 9j and 10k are divisible by 15 as well, then we can determine the remainder (6).
(1) The fact that n - 2 is divisible by 5 means that 3j is divisible by 5. So j can be written as 5x, where x is a positive integer. That means we can rewrite 9j (in the question) as 45x, which is divisible by 15. But we don't know whether 10k is divisible by 15. Insufficient.
(2) That t is divisible by 3 means that 5k + 3 is divisible by 3, and therefore 5k is divisible by 3. So k can be written as 3y, where y is a positive integer. That means we can rewrite 10k (in the question) as 30y, which is divisible by 15. But we don't know whether 9j is divisible by 15. Insufficient.
(1&2) nt = 15jk + 9j + 10k + 6 = 15jk + 45x + 30y + 6. The remainder must be 6. Sufficient.
shrads.jp Wrote:rfernandez Wrote:Well, I personally would go for a numerical approach for this one, but here's a way to work it algebraically:
Let n = 3j + 2, where j is a positive integer
Let t = 5k + 3, where k is a positive integer
nt = (3j+2)(5k+3) = 15jk + 9j + 10k + 6
So the question is: what is the remainder after 15jk + 9j + 10k + 6 is divided by 15? Well, 15jk is clearly divisible by 15. If we show that 9j and 10k are divisible by 15 as well, then we can determine the remainder (6).
(1) The fact that n - 2 is divisible by 5 means that 3j is divisible by 5. So j can be written as 5x, where x is a positive integer. That means we can rewrite 9j (in the question) as 45x, which is divisible by 15. But we don't know whether 10k is divisible by 15. Insufficient.
(2) That t is divisible by 3 means that 5k + 3 is divisible by 3, and therefore 5k is divisible by 3. So k can be written as 3y, where y is a positive integer. That means we can rewrite 10k (in the question) as 30y, which is divisible by 15. But we don't know whether 9j is divisible by 15. Insufficient.
(1&2) nt = 15jk + 9j + 10k + 6 = 15jk + 45x + 30y + 6. The remainder must be 6. Sufficient.
HI
I faced a similar sum in GMAT Prep and tried solving it by above method, but i got it wrong ,later when i used substitution method i got it correct .Kindly let me know whether this method is to be specifically used or its generic
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.
OA - E
s.ashwin.rao Wrote:I got D. Here's what I did
I assumed n = 5 and t = 8
I) n cannot be 5, after some time I got n = 17 i.e. 17 - 2 is divisible by 5 and 17%3=2. So (n*t)%15 = (17*8)%15 = 16
Another number say n = 32 also works out and again (32*8)%15 = 16. So on, so 16 is fixed remainder so I is suff.
II) Let t = 18 i.e. 18%3 = 0 and 18%5 = 3. So (n*t)%15 = (5*18)%15 = 0.
Another number say t = 33 also works out and again (5*33)%15 = 0. So on, so II is also suff.
Now what's wrong with my approach?
Thanks