I was asked this question 2 years ago and I forgot how to to solve it.
There are N towers. The towers target each other via lasers, and a tower can choose how many it will target. Prove that at least 2 towers are targeting the same amount of towers.
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
Hint 1: Pigeon-hole principle(PHP)
Hint 2: There are n pigeons
Hint 3: Can you ever have a tower targeting 0 and tower targeting n-1 at the same time?
Hint 4: There are n-1 holes
Hint 5: PHP your way through it
A tower must target at least one other tower hence let the 1st tower attack 1 tower, the2nd 2towers and so on. ( If they don't then one 2 of them attack the same number of towers.) Continuing like this we get that the nth tower attacks n+1 towers which is a contradiction since there are only n towers. Hence 2 towers must attack the same number of towers. This is application of the Pigeon Hole Principle. You can read about it in the Techniques tab below the page :)
Log in to reply
Nvm I made a mistake the N th tower attacks only n towers by this logic.
Log in to reply
Further the contradiction proof still holds though as a tower cannot target itself.
ah, thanks for the answers!
What if N=1?
A tower can target at most n−1 towers because it cannot target itself.However there are n towers so there are at least 2 towers targeting the same amount of towers.