The total number of possible triangles is 20.
Let N be the number of sides in a polygon.
Total number of diagonals in a polygon is given by (1/2)*N*(N-3)
Total number of triangles that can be made from one vertex along the diagonals to other vertex is given by the formula (N-2)
Applying it for pentagon. Number of diagonals is 5.
Total no. of. triangles from a vertex is 5-2 =3.
So total no. of triangles from all the 5 vertices are 5*3 =15.
And taking the point in centre into account we can make another 5 triangles.
Hence 15 + 5 = 20.
But the count 20 is not the number of distinct triangles.