As shown on the right, the equilateral triangle consists of 4 rows of unit equilateral triangles. When the centroid of the largest triangle is connected with its vertex and the adjacent midpoint of one of its sides, there are 4 vertex points that lie either wholly inside or on the perimeter of the right triangle.
For this problem, consider an equilateral triangle, consisting of 2 0 2 1 rows of unit equilateral triangles. How many vertex points lie either wholly inside or on the perimeter of the right triangle?
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.
Let's first count the total number of vertex points. Above the top row (row 1) there is 1 vertex, above row 2 there are 2,... and finally below the bottom row (row n) there are n+1. When having n rows, the total number of vertices is v = 1 + 2 + . . . + n + ( n + 1 ) = 2 n 2 + 3 n + 2
Of all these vertices, some are private to a right-triangular region, some are shared with other regions. Let's investigate this. Note:
We can now classify the vertices:
Each of the 6 right triangular areas now contains or touches x vertices where x = 6 v 1 + 3 v 2 + v 6
Sanity check for small n and find the answer:
n | v | v 6 | v 2 | v 1 | x |
0 | 1 | 1 | 0 | 0 | 1 |
1 | 3 | 0 | 3 | 0 | 1 |
2 | 6 | 0 | 6 | 0 | 2 |
3 | 10 | 1 | 3 | 6 | 3 |
4 | 15 | 0 | 9 | 6 | 4 |
5 | 21 | 0 | 9 | 12 | 5 |
6 | 28 | 1 | 9 | 18 | 7 |
7 | 36 | 0 | 12 | 24 | 8 |
.. | .. | .. | .. | .. | .. |
2021 | 2045253 | 0 | 3033 | 2042220 | 341381 |
If you like a closed expression for x: x = 1 2 n 2 + 3 n + 8 + 6 ⌊ 2 n ⌋ + 4 ⌊ 3 n ⌋ − 4 ⌊ 3 n − 1 ⌋
For further reference, also see the OEIS
Problem Loading...
Note Loading...
Set Loading...
N = 2 0 2 1 ⋅ 2 2 0 2 1 + 1 - number points in equilateral big triangle, consisting of 2 0 2 1 rows of unit equilateral triangles. M = 2 2 0 2 1 + 1 - number of points on the median of a big triangle.
Answer 6 1 ( N + 5 M ) = 3 4 1 3 8 1