CAT 1997 — QA Question 20
Answer the next 3 questions based on the following information.
There are 60 students in a class. These students are divided into three groups A, B and C of 15, 20 and 25 students each. The groups A and C are combined to form group D.
If m and n are integers divisible by 5, which of the following is not necessarily true?
Answer & solution
- A
m – n is divisible by 5
- B
m2 – n2 is divisible by 25
m + n is divisible by 10
- D
None of these
The best way to solve this is the method of simulation, e.g. let m = 10 and n = 5. Therefore m – n = 5, which is divisible by 5.
m2 – n2 = 100 – 25 = 75, divisible by 25. m + n = 10 + 5 = 15 is not divisible by 10.
Hence, the answer is (c).
Note that for the sum of two multiples of 5 to be divisible by 10, either both of them should be odd (i.e. ending in 5) or both of them should be even (i.e. ending in 0).