Please read the new rule regarding the restriction on the use of AI tools. ×

Triangle Counting

Revision en1, by __T_H_O_R__, 2018-08-28 07:40:14

Question: You are given n sticks of lengths 1 to n unit respectively. Using three different sticks how many different triangles can you form?

I have found a formula on the internet. That is if n is odd triangle=(n-1)*(n-3)*(2n-1)/24 else triangle=n*(n-2)*(2n-5)/24

But I could not prove this or find any proof. Can anyone provide with a proof of this formula? How to derive this? Or share if there are other ways to solve this problem? Thanks in advance.

Tags #geometry

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English __T_H_O_R__ 2018-08-28 07:40:14 479 Initial revision (published)