Question:
A three-digit number abc is divisible by 6, if c is an even number and a + b + c is a multiple of 3.
Solution:
True
If a number is divisible by 6, then it is divisible by both 2 and 3. Since, abc is divisible by 6, it is also divisible by 2 and 3. Therefore, c is an even
number and the sum of digits is divisible by 3, i.e. multiple of 3.