An integer is a multiple of 9 if the sum of its digits is a multiple of 9. In the above example, we know that
is a multiple of 9 because
is a multiple of 9.
Which of the following numbers is a multiple of 9?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let's find the sum of the digits.
1 + 2 + 3 + 4 + 5 = 1 5 which is not a multiple of 9, so 1 2 3 4 5 is not a multiple of 9. :(
1 + 2 + 3 + 4 + 5 + 6 = 2 1 which is not a multiple of 9, so 1 2 3 4 5 6 7 is not a multiple of 9. :(
1 + 2 + 3 + 4 + 5 + 6 + 7 = 2 8 which is not a multiple of 9, so 1 2 3 4 5 6 7 is not a multiple of 9. :(
1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 = 3 6 which is a multiple of 9, so 1 2 3 4 5 6 7 8 is a multiple of 9!