How many white triangles would you need to make the
layer of this tile pattern?
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.
Since the star is composed of 6 equal parts it is easier to just focus on one part and then multiply by 6. We can see that each layer adds 4 new triangles and the first layer has 2.
f ( n ) = 2 + 4 ∗ ( n − 1 )
f ( 5 ) = 2 + 4 ∗ 4 = 1 8
To get the whole star we just multiply our answer by 6.
1 8 ∗ 6 = 1 0 8