Consider an equilateral triangle with side length 10, which is divided perfectly into little triangles with unit side length. Find the number of the little rhombuses with side length at least 2.
(Deleted incorrect attempted work)
Consider an equilateral triangle with side length 10, which is divided perfectly into little triangles with unit side length. Find the number of the little rhombuses with side length at least 2.
(Deleted incorrect attempted work)
Consider the rhombuses directly:
^ * * ` ` ` ^ * * ` `
* ` * ` ` ` * ` * `
* * * ` ` ` * * *
` ` ` ` ` ` ` `
` ` ` ` ` ` `
` ` ` ` ` `
^ * * ` `
* ` * `
* * *
` `
`
There are three ways to orient a rhombus in the triangular grid. For a given orientation there are $T_7=28$ rhombuses of side length 2 in the given equilateral triangle, as evidenced by the carets in the diagram above ($T_n=\frac{n(n+1)}2$ is the $n$th triangular number). Similarly we can find $T_5=15$ rhombuses of side 3, $T_3=6$ of side 4 and $T_1=1$ of side 5 with a given orientation. Adding these counts up and multiplying by three gives the answer as $$3(28+15+6+1)=150$$