This pattern has 6 levels of triangles. What is the total number of triangles in this pattern? Similarly, try to find out a general solution for total number of triangles where number of levels is even more.
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.
It can be derived that Number of up triangle = n(n+1)(n+2)/6 Number of down triangle = (n-2)(n-3)(4n-13)/6 Putting n=6, we get total = 56+22 = 78