Question:

If m and n are integers divisible by 5, which of the following is not necessarily true?

Show Hint

Always check divisibility conditions carefully — extra factors require additional conditions.
Updated On: Aug 6, 2025
  • $m - n$ is divisible by 5
  • $m^2 - n^2$ is divisible by 25
  • $m + n$ is divisible by 10
  • None of these
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

If $m = 5a, n = 5b$: (a) $m - n = 5(a - b)$ → divisible by 5 (true). (b) $m^2 - n^2 = 25(a^2 - b^2)$ → divisible by 25 (true). (c) $m + n = 5(a + b)$ → divisible by 5, not necessarily 10 unless $a + b$ is even (not guaranteed).
Was this answer helpful?
0
0