shovan85 wrote:I don't know. According to formula it worked.
By considering AB as base AFB the red triangle, ADB the green one, ABC the yellow one, and ACF the blue-yellow one, I got 4 triangles.
Please help me see if I am recounting any triangle more than once.
I don't think there should be any repetitions.
sumit probably is thinking whether there are multiple ways in which 3 points are counted twice (for e.g, [A,B,C] and [B,A,C]).
However, the combination formula takes care of that, so when we select r items out of n, all the nCr ways are unique sets.
If it would have been nPr, then the counting will make difference as the arrangements [A,B,C] and [B,A,C] would have been considered differently.
In our case [A,B,C] and [B,A,C] are same, they make same triangle. So, Shovan's approach looks good to me (unless I am missing something here).
Thanks