Let's determine all integer values of for which: is divisible by 2, 4, 8, 16, 32, 64, 128, and generally by any higher power of 2!
Problem 711
Official solution
is divisible by for every .
is divisible by if and only if , or , or .
is divisible by if and only if , or , or .
is divisible by if and only if , or , or .
is divisible by if and only if , or , or .
is divisible by if and only if , or , or .
is divisible by if and only if , or , or .
We can verify each statement by direct substitution. Only in the case of divisibility by , when or , a separate examination is needed.
Let , then , but is divisible by 2 and thus .