How many integers with are there such that is divisible by 144?
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.
We require 1 ≤ n ≤ 1 0 0 0 such that n 3 − 4 n = n ( n 2 − 4 ) = n ( n − 2 ) ( n + 2 ) be divisible by 1 4 4 = 2 4 3 2 .
Now if n is odd then none of n , ( n − 2 ) , ( n + 2 ) are divisible by 2 , and hence their product cannot be divisible by 2 4 . If n is even, then all of these factors are divisible by 2 and either one or two are divisible by 4 . In either case their product will then be divisible by 2 4 .
Precisely one of n , ( n − 2 ) , ( n + 2 ) will be divisible by 3 , so for the product of the three terms to be divisible by 3 2 we will need one of them to be divisible by 9 .
So combining these observations, we see that for each n that is an even multiple of 9 , i.e., n = 1 8 k , each of n = 1 8 k − 2 , 1 8 k and 1 8 k + 2 will be such that n ( n − 2 ) ( n + 2 ) will be divisible by 1 4 4 . For k = 0 we have just one of the values in the desired range, (namely n = 2 ), but since 1 8 ∗ 5 5 + 2 = 9 9 2 we see that for 1 ≤ k ≤ 5 5 each of these 3 expressions will yield valid solutions.
There will thus be a total of 1 + 3 ∗ 5 5 = 1 6 6 solutions.