## Task 6 - 291236
Prove:
If you write all natural numbers with in any order consecutively, you will always get a sequence of digits that forms a number divisible by 37.
## Task 6 - 291236
Prove:
If you write all natural numbers with in any order consecutively, you will always get a sequence of digits that forms a number divisible by 37.
If we represent an arbitrary natural number in the number system with base 1000, that is,
then regarding divisibility by 37, due to , the simple rule applies that is divisible by 37 if and only if its "digit sum" is.
In the given case, the digits are simply all natural numbers from 111 to 999, and the order of these digits does not matter in terms of the digit sum. And yes, this digit sum, namely
is indeed divisible by 37 because .