Colouring 10 dots to form equilateral triangles

2.3k Views Asked by At

Suppose we have 10 dots arranged in as a triangle as shown below.

enter image description here

Colour the dots so that some are red and the rest are blue. Show that regardless of how we colour the dots, an equilateral triangle can be formed from three dots of the same colour.

Any advice or clues is greatly appreciated.

5

There are 5 best solutions below

10
On BEST ANSWER

Label the dots as

   a
  b c
 d e f
g h i j

Assume it is possible to color the dots so that no equilateral triangles can be formed from dots of same colors. WOLOG, we can assume $e = R$.

Let $\mathcal{E}$ be the collection of $3$ dots which forms an equilateral triangle.

  1. Since $\{ b, f, h \} \in \mathcal{E}$, at least one of $b, f, h$ is $R$.
    Rotate configuration if necessary, we can assume $h = R$.

  2. Since $\{ d, e, h \}, \{ h, e, i \} \in \mathcal{E}$ and $e = h = R$, we have $d = i = B$.

  3. Since $\{ d, i, c \} \in \mathcal{E}$ and $d = i = B$, we have $c = R$

  4. Since $\{ b, e, c \}, \{ e,f,c \} \in \mathcal{E}$ and $e = c = R$, we have $b = f = B$.

  5. Since $\{ a, d, f \} \in \mathcal{E}$ and $d = f = B$, we have $a = R$.
  6. Since $\{ b, g, i \} \in \mathcal{E}$ and $b = i = B$, we have $g = R$.
  7. Since $\{ i, f, j \} \in \mathcal{E}$ and $f = i = B$, we have $j = R$.
  8. Finally $\{ a, g, j \} \in \mathcal{E}$ but $a = g = j = R$, a contradiction!

The decision procedure is illustrated below. The subscript indicate at which step the corresponding color is determined. $$ \color{red}{a_5}\\ \color{blue}{b_4} \quad \color{red}{c_3}\\ \color{blue}{d_2} \quad \color{red}{e_0} \quad \color{blue}{f_4}\\ \color{red}{g_6} \quad \color{red}{h_1} \quad \color{blue}{i_2} \quad \color{red}{j_7}\\ $$

3
On

Are you sure this is true? I can't find such a triangle in here:

enter image description here

I see $13$ equilateral triangles in here, but none of them have $3$ dots of the same color ... what am I missing?

EDIT

OK, I see what I missed:

enter image description here

Well, take this post as a Hint: there may be more triangles than you think! :)

In fact, there are $15$ equilateral triangles, not $13$

0
On

Number the dots as follows: $$\matrix{ &&&\color{blue}{\cdot1}&&&\cr &&\cdot2&&\cdot3&&\cr &\cdot4&&\cdot5&&\cdot6&\cr \color{red}{\cdot7}&&\cdot8&&\cdot9&&\color{red}{\cdot10}\cr}$$ We may assume that $\cdot7$ and $\cdot10$ are red, and that $\cdot1$ is blue. Then:

  • $\cdot8$ and $\cdot9$ both red is impossible.
  • $\cdot8$ red and $\cdot9$ blue enforces $\cdot3$ and $\cdot4$ blue, creating a forbidden blue triangle: $$\matrix{ &&&\color{blue}{\cdot1}&&&\cr &&\cdot2&&\cdot3&&\cr &\cdot4&&\cdot5&&\cdot6&\cr \color{red}{\cdot7}&&\color{red}{\cdot8}&&\color{blue}{\cdot9}&&\color{red}{\cdot10}\cr}$$
  • $\cdot8$ and $\cdot9$ both blue enforce $\cdot5$ red. It follows that $\geq1$ of $\cdot2$ and $\cdot4$ as well as $\geq1$ of $\cdot3$ and $\cdot6$ have to be blue. However this is done we obtain a forbidden blue triangle. $$\matrix{ &&&\color{blue}{\cdot1}&&&\cr &&\cdot2&&\cdot3&&\cr &\cdot4&&\color{red}{\cdot5}&&\cdot6&\cr \color{red}{\cdot7}&&\color{blue}{\cdot8}&&\color{blue}{\cdot9}&&\color{red}{\cdot10}\cr}$$
0
On

Get some paper and pen and start coloring. Try to avoid a monochromatic triangle, and see that you are forced to make one anyway.

Every triangle must have two of one color and one of the other. Let's choose the largest triangle, as it seems to have the most intersection with the other triangles. As there's nothing special about either color, let there be two blue and one red:

enter image description here

The top most little triangle now has 1 red, so the other two must either be both blue, or one red one blue.

CASE I:

enter image description here

Now we have 3 triangles which have two blue circles, which force their third circle to be red:

enter image description hereenter image description hereenter image description here

Oh no! We have been forced to make a red triangle.

CASE II

We have one red and one blue in our upper triangle. By symmetry it doesn't matter which is which.

enter image description here

And again we color in what we're forced to to avoid a monochromatic triangle.

enter image description hereenter image description hereenter image description hereenter image description here

And again we have been forced to make a triangle with all the same color. Thus, no matter how we proceed with the coloring, there is a monochromatic triangle.

0
On

The six dots around the center dot form two equilateral triangles. Clearly no five dots can be of the same colour. If both colours occur exactly three times in these six dots then we get an equilateral triangle of one colour by considering the colour of the center dot if necessary. Hence one colour occurs four times and the other twice, and the center colour is the other colour. So the colours form three bands in some direction, and now any colouring of the corner dot yields an equilateral triangle of one colour.