Question:
To find total number of triangles in an inverted triangular system which has n triangles, each of which is inverted and contained inside its previous triangle.
Example:
To find total number of triangles in an inverted triangular system which has n triangles, each of which is inverted and contained inside its previous triangle.
Example:
Solution :
If the total number of triangles is n,
Except for the innermost triangle, every triangle made results in three smaller triangles, so the number of such smaller triangles is 3*(n-1)
Apart from the smaller formed triangles, there are n triangles that form the figure.
Thus, the total number of such formed triangles will be the sum of both these numbers, i.e. 3*(n-1)+n
Therefore, we obtain the total number of triangles in an inverted triangle system is 4n-3
© Rishabh Bidya
No comments:
Post a Comment