Binary Numbers! (Though Not Really)

True or False?

\quad All positive integers have a multiple whose digits are composed entirely of 1's and 0's only.

True False

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.

1 solution

Sharky Kesa
Aug 1, 2016

Relevant wiki: Pigeonhole Principle - Problem Solving

Firstly, if the number n n is of the form 2 a 5 b 2^a \cdot 5^b , then 1 0 max ( a , b ) 10^{\max (a, b)} is a multiple of n n .

If n n is odd and not divisible by 5, consider the following:

1 , 11 , 111 , n + 1 numbers \underbrace{1, 11, 111, \ldots}_{n+1 \text{ numbers}}

By Pigeonhole Principle, at least 2 numbers share the same residue in ( m o d n ) \pmod{n} . Let these numbers have i i and j j digits, with i > j i>j . We have

111... i 111... j 0 ( m o d n ) 111... i j 000... j 0 ( m o d n ) 111... i j 0 ( m o d n ) \begin{aligned} \underbrace{111...}_{i} - \underbrace{111...}_{j} &\equiv 0 \pmod{n}\\ \underbrace{111...}_{i-j} \underbrace{000...}_{j} &\equiv 0 \pmod{n}\\ \underbrace{111...}_{i-j} &\equiv 0 \pmod{n} \end{aligned}

Thus, there does exist a multiple that satisfies.

If n n is not in either of the above categories, we do as follows:

Let a a and b b be non-negative integers such that 2 a 5 b n 2^a \cdot 5^b \mid \mid n . Firstly, we find the multiple which satisfies the conditions for n 2 a 5 b \frac {n}{2^a 5^b} , then we multiply this number by 1 0 max ( a , b ) 10^{\max(a, b)} . This number will also satisfy.

Thus, all numbers have a multiple composed entirely of 1's and 0's.

Cool solution +1. 👍👍

Racchit Jain - 4 years, 10 months ago

What does || means?

Gambler Ho - 4 years, 7 months ago

Log in to reply

It means a a and b b are the largest powers which completely divide into n n .

Sharky Kesa - 4 years, 5 months ago

If you don't care about the additional results proven here, this proof can be trimmed down quite a lot.

Specifically, we could start at "consider the following:" and end with the second line of congruences.

Brian Moehring - 4 years, 5 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...