Bunuel
When 900 is divided by positive integer d, the remainder is r. For some integer N > 5000, when N is divided by positive integer D, the remainder is R. Is R > d?
(1) r = 1
(2) D = 23
Kudos for a correct solution.
MAGOOSH OFFICIAL SOLUTION:This is a tricky one about remainders
remainders.
Statement #1: If r = 1, then we divide 900 by d, and the remainder is 1. This means that d is a factor of 899. That’s interesting, but at the moment, we know zilch about R, which could be anything. This statement, alone and by itself, is not sufficient.
Statement #2: If D = 23, then when we divide by 23, the remainder has to be smaller than the divisor. We know R < 23. But, now, the only thing we know about d is that it’s not a factor of 900: d could be 7 or 97. We have no idea of its size, so we can’t compare it to R. This statement, alone and by itself, is not sufficient.
Combined:From the second statement, we know R < 23. From the first, we know d must be a factor of 899. What are the factors of 899? For this we will use an
advanced factoring technique. Notice that 899 = 900 – 1. This means, we can express 899 as the Difference of Two Squares, because 900 is 30 squared. We can use that algebraic pattern to factors numbers.
899 = 900 - 1 = 30^2 - 1^1 = (30 + 1)(30 - 1) = 31*29.
So, it turns out that 899 is the product of two prime numbers, 29 and 31. This means that 899 has four factors: {1, 29, 31, and 899}. Those are the candidate values for d. Obviously, d cannot equal 1, because when we divide any integer by 1, we never get a remainder of any sort: 1 goes evenly into every integer. That means, d could be 29 or 31 or 899. Well, if R < 23, this means that R must be less than d. We can give a definitive “yes” answer to the prompt question. Combined, the statements are sufficient.
Answer = (C)