True or false?
For any positive integer , is divisible by 24, where
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.
If a number is divisible by 3 and 8 , then it is divisible by 2 4 .
We will use that a − b ∣ a n − b n , where a , b , n are three positive integers.
Divisible by 3 :
1 3 n + 3 × 5 n − 1 + 8 = ( 1 3 n − 1 ) + 3 × 5 n − 1 + 9 = ( 1 3 − 1 ) × a + 3 × 5 n − 1 + 9 = 3 × ( 4 a + 5 n − 1 + 3 )
So it is always divisible by 3 .
Divisible by 8 :
S = 1 3 n + 3 × 5 n − 1 + 8 = 1 3 n − 5 n + 5 n + 3 × 5 n − 1 + 8 = ( 1 3 n − 5 n ) + 8 ( 5 n − 1 + 1 )
Since ( 1 3 − 5 ) = 8 ∣ 1 3 n − 5 n , S is always divisible by 8 .
Therefore it is true.