ankita1709 wrote:
Then whats the answer?
It should be E I guess then
The correct answer is C as described in my first reply.
Let's go into a bit deep analysis.
From statement 1, we know that a is not divisible by 7. Let us assume a = (7m + k), where m is any non-negative integer and k is any positive integer less than 7. This is just the mathematical way to represent any integer which is not divisible by 7. For example, 5 can be written as (7*0 + 5), 16 can be written as (7*2 + 2) etc.
Now from statement 2, we know that (a - b) is divisible by 7. Let us assume (a - b) = 7n, where n is any non-negative integer.
Now, b = a - (a - b) = (7m + k) - 7n = 7(m - n) + k = (Some multiple of 7) + k
As k is any positive integer less than 7, b is not divisible by 7.
Now, (a + b) = (7m + k) + 7(m - n) + k = 7(2m - n) + 2k = (Some multiple of 7) + 2k
Now according to our assumption, k is any positive integer less than 7. Hence, possible values of k are 1, 2, 3, 4, 5, and 6. Hence, possible values of 2k are 2, 4, 6, 8, 10, and 12. None of this values when added to a multiple of 7 will result a multiple of 7.
Hence, (a + b) is not multiple of 7.
Hope this clears your doubt.