Without doing long division, how can you quickly tell that 4,731 is divisible by 3?
- Add up all the digits (4+7+3+1 = 15); since 15 is divisible by 3, the whole number 4,731 is divisible by 3 too
- Check whether the last digit is even; since 4,731 ends in an odd digit, it cannot be divisible by 3 without doing full long division to be sure
- Add up all the digits (4+7+3+1 = 15); since 15 is divisible by 3, 4,731 must also be divisible by 9
- Take the alternating sum of the digits from right to left (1 − 3 + 7 − 4 = 1); since 1 is not divisible by 3, 4,731 is not divisible by 3 either
Why A? And why not the others?
Correct answer: A. Add up all the digits (4+7+3+1 = 15); since 15 is divisible by 3, the whole number 4,731 is divisible by 3 too
Adding up all of a number's digits and checking whether that sum is divisible by 3 is the standard test for divisibility by 3, and it works here because 4+7+3+1 equals 15, which is a multiple of 3, so 4,731 is too. The option that looks at the last digit and calls it even is wrong on two counts: 4,731 actually ends in an odd digit, and even/odd only ever tells you about divisibility by 2, never by 3. The option that reaches the same correct digit sum of 15 but then concludes divisibility by 9 confuses two different rules -- a digit sum divisible by 3 only guarantees divisibility by 3, not the stricter divisibility by 9, which needs the digit sum itself to be a multiple of 9. The option using an alternating sum of digits is applying the divisibility-by-11 test to the wrong number, and even that test's own result (1) would correctly say 4,731 fails it -- it just has nothing to do with divisibility by 3.
Source: National curriculum in England: mathematics programmes of study, Key Stage 2 (GOV.UK); Wolfram MathWorld: 'Divisibility Rules'