For every , prove there exists a multiple of , which has less than digits, and only contains the digits or .
Solution: Take two digits numbers, consisting of only and , since there are numbers that can be formed, there must be two numbers with the same remainder after dividing by . Thus, subtracting one with another, we get a multiple of which has less than digits, and only contains the digits or .
Generalization: For every where , there exists a multiple of , which has less than digits, and only contains the digits or .
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Can you give the numbers? @ChengYiin Ong
Log in to reply
Maybe for n=11, i can choose 11100001001 and 10000000000, they both have 11 digits and subtracting the first with the second, we get 1100001001 which is a multiple of 11 and only contains the digits 0,1,8 or 9.
@ChengYiin Ong - if there are 2048 possibilities then how can you say that "there must be two numbers with the same remainder after dividing by n?"
Log in to reply
there are 2048 numbers that you can form from choosing only 0 or 1 at for every digit and so there must be two numbers that have the same modulo n, maybe i shouldn't say "possibility"