Bunuel
If m and n are positive integers such that m > n, what is the remainder when m^2 – n^2 is divided by 21?
(1) The remainder when (m + n) is divided by 7 is 1.
(2) The remainder when (m – n) is divided by 3 is 1.
Kudos for a correct solution.
VERITAS PREP OFFICIAL SOLUTION:First let’s give you the incorrect solution provided by many.
Question: What is the remainder when (m^2 – n^2) is divided by 21?
Statement 1: The remainder when (m + n) is divided by 7 is 1.
(m + n) = 7a + 1
Statement 2: The remainder when (m – n) is divided by 3 is 1.
(m – n) = 3b + 1
Therefore, remainder of product (m^2 – n^2) = (m + n)*(m – n) = (7a + 1)(3b + 1) when it is divided by 21 is 1.
Answer (C)
This would have been correct had the statements been:
Statement 1: The remainder when (m + n) is divided by 21 is 1.
Statement 2: The remainder when (m – n) is divided by 21 is 1.
Statement 1: (m + n) = 21a + 1
Statement 2: (m – n) = 21b + 1
(m^2 – n^2) = (m + n)*(m – n) = (21a + 1)*(21b + 1) = 21*21ab + 21a + 21b + 1
Here, every term is divisible by 21 except the last term 1. So when we divide (m^2 – n^2) by 21, the remainder will be 1.
But let’s go back to our original question. If you solved it the way given above and got the answer as (C), you are not the only one who jumped the gun. Many people end up doing just that. But here is the correct solution:
The statements given are:
Statement 1: The remainder when (m + n) is divided by 7 is 1.
(m + n) = 7a + 1
Statement 2: The remainder when (m – n) is divided by 3 is 1.
(m – n) = 3b + 1
This gives us (m^2 – n^2) = (m + n)*(m – n) = (7a + 1)(3b + 1) = 21ab + 7a + 3b + 1
Here only the first term is divisible by 21. We have no clue about the other terms. We cannot say that 7a is divisible by 21. It may or may not be depending on the value of a. Similarly, 3b may or may not be divisible by 21 depending on the value of b. So how can we say here that the remainder must be 1? We cannot. We do not know what the remainder will be in this case even with both statements together.
Say, if a = 1 and b = 1,
m^2 – n^2 = 21*1*1 + 7*1 + 3*1 + 1 = 21 + 11
The remainder when you divide m^2 – n^2 by 21 will be 11.
Say, if a = 2 and b = 1,
m^2 – n^2 = 21*2*1 + 7*2 + 3*1 + 1 = 21*2 + 18
The remainder when you divide m^2 – n^2 by 21 will be 18.
Hence, both statements together are not sufficient to answer the question.
Answer (E)