An Interesting Result with Differences

I found this neat little problem on a WOOT handout, and I wanted to share it with you guys.

Given any 5555 distinct numbers in the range 11 to 100100 inclusive, prove that one can find two numbers with a difference of 99, 1010, 1212, and 1313. In addition, prove that there might not necessarily be two numbers with a difference of 1111.

#NumberTheory #CheckingCases #PigeonholePrinciple #Modulus #Difference

Note by Daniel Liu
6 years, 9 months ago

No vote yet
1 vote

  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:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

Indeed. That fact is the motivation behind this problem Brilli the Fortune Teller.

Calvin Lin Staff - 6 years, 9 months ago

Actually, simply make a chart of all numbers (modn)\pmod{n} where nn denotes the number above

Michael Diao - 6 years, 9 months ago

We can look for groups of consecutive numbers such that no two numbers differ by 99, 1010, 1111, 1212 or 1313. This will mean that we have groups of 99 numbers separated by 1414, i.e.

210;2432;4654;6876; and9098. 2 - 10;\\ 24 - 32;\\ 46 - 54;\\ 68 - 76; \text{ and}\\ 90 - 98.

(You'll see why I didn't start with 11 later.)

However this uses only 9×5=459 \times 5 = 45 numbers; we still have to place 10 10 more.

These will have to be on the side of each group (anything else will lead to differences of 99, 1010, 1111, 1212 and 1313, which we do not want). Note however that when we do, it will lead to a difference with two results e.g. if we use 1111 that will result in differences of 99 and 1313. [The cases of 9999 and 100100 are insignificant as they only take up 22 out of 1010 numbers.]

Using the numbers 1111, 3333, 5555, 7777, or 9999 (i.e.just after each group) will create differences of 99 and 1313. This leaves 5 more numbers.

We can place these before each group (i.e. 11, 2323, 4545, 6767 or 8989 ) to then create differences of 1010 and 1212, without creating a difference of 1111.

Hence the final set of numbers will be

111;2333;4555;6777; and8999. 1 - 11;\\ 23 - 33;\\ 45 - 55;\\ 67 - 77; \text{ and}\\ 89 - 99.

========================================================================================== I know this isn't the most rigorous proof but it essentially encapsulates the idea of using the pigeonhole principle. Starting in any other way would fail fairly quickly.

Mehul Gajwani - 6 years, 9 months ago

Log in to reply

How do you know that you must have the groups that you listed?

Daniel Liu - 6 years, 9 months ago

Why minus into minus is plus

Harsh Lohia - 6 years, 9 months ago
×

Problem Loading...

Note Loading...

Set Loading...