Consider a triangle having integer sides such that so side is greater than $4$ units.How many such triangles are possible?
I could not solve it by trying to use combinatorics.
So, how to do it?
Thanks fro any help.
The original question came from here: http://www.examrace.com/d/pdf/efaf18b/NSEJS-Solved-Paper-2012.pdf
The solutions in the PDF linked are incorrect. They have calculated $4\times3\times2$ which is only counting scalene triangles including rotations and reflections and then it excludes 7 without even listing them all. I would strong recommend you get official solutions from the Indian Association of Physics Teachers rather than from 3rd party sites.
My solution:
Scalene triangles: $\space^4C_3=4$, however $(1,2,3),(1,2,4),(1,3,4)$ are not allowed.
Isoceles trianges: $\space^4P_2=12$, however $(1,1,2),(1,1,3),(1,1,4),(2,2,4)$ are not allowed. So $8$ more.
Equilateral: $\space^4C_1$, so $4$ more.
Total: $1+8+4=13$ triangles.
List: $(1, 1, 1), (1, 2, 2), (1, 3, 3), (1, 4, 4), (2, 2, 2), (2, 2, 3), (2, 3, 3), (2, 3, 4), (2, 4, 4), (3, 3, 3), (3, 3, 4), (3, 4, 4), (4, 4, 4)$