Consider triangles having integer sides such that no side is greater than 4 units . How many such triangles are possible?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Max length 1: (1,1,1) -- 1 triangle
Max length 2: (2,2,2), (2,2,1) -- 2 triangles
Max length 3: (3,3,3), (3,3,2), (3,3,1), (3,2,2) -- 4 triangles
Max length 4: (4,4,4), (4,4,3), (4,4,2), (4,4,1), (4,3,3), (4,3,2) -- 6 triangles
Total: 1 + 2 + 4 + 6 = 13 triangles (non-degenerate)