and are positive integers that are non-multiples of 3 greater than 0. Find the sum of the numbers that can be the remainders when is divided by 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.
The numbers are not divisible by 3, so they can be in one of two formats: 3 n + 1 and 3 n + 2
The third powers of these numbers are then:
( 3 n ) 3 + 3 × ( 3 n ) 2 + 3 × ( 3 n ) + 1
( 3 n ) 3 + 3 × ( 3 n ) 2 × 2 + 3 × ( 3 n ) × 4 + 8
The first three terms of both of these expressions are divisible by 9, so the remainders are 1 and 8.
Any combinations of these remainders can appear, giving us the possibilities of 1 + 1 = 2 , ( 1 + 8 ) m o d 9 = 0 , ( 8 + 8 ) m o d 9 = 7
Finally 2 + 0 + 7 = 9