True or False?
All positive integers have a multiple whose digits are composed entirely of 1's and 0's only.
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.
Relevant wiki: Pigeonhole Principle - Problem Solving
Firstly, if the number n is of the form 2 a ⋅ 5 b , then 1 0 max ( a , b ) is a multiple of n .
If n is odd and not divisible by 5, consider the following:
n + 1 numbers 1 , 1 1 , 1 1 1 , …
By Pigeonhole Principle, at least 2 numbers share the same residue in ( m o d n ) . Let these numbers have i and j digits, with i > j . We have
i 1 1 1 . . . − j 1 1 1 . . . i − j 1 1 1 . . . j 0 0 0 . . . i − j 1 1 1 . . . ≡ 0 ( m o d n ) ≡ 0 ( m o d n ) ≡ 0 ( m o d n )
Thus, there does exist a multiple that satisfies.
If n is not in either of the above categories, we do as follows:
Let a and b be non-negative integers such that 2 a ⋅ 5 b ∣ ∣ n . Firstly, we find the multiple which satisfies the conditions for 2 a 5 b n , then we multiply this number by 1 0 max ( a , b ) . This number will also satisfy.
Thus, all numbers have a multiple composed entirely of 1's and 0's.