Triangle dilemma

Consider a regular 4 × 4 grid of sixteen points, as in this picture. How many (non-degenerate) triangles can be formed whose corners lie on the grid?


The answer is 516.

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.

1 solution

Shiv Kumar
Jul 31, 2015

The number of ways of picking three points from the grid is 16C3 = 560. These three points will form a degenerate triangle (one with zero area) if and only if they all lie in a straight line. This straight line may be one of the rows, one of the columns, or one of the diagonals. The number of ways of picking three points, all from one row of the grid, is 4 × 4C3= 16 (pick the row, then pick 3 points within the row). Symmetrically, the number of ways of picking three points, all from the same column, is 16. Now let’s try the diagonals. There are three “bottom-left to top-right” diagonals with at least three points — the middle one has 4 points and the others have 3 each. The number of ways of picking three points, all from one of these diagonals, is 4C3+2×(3C3) = 6. The situation for “bottom-right to top-left” diagonals is identical and also gives 6 possibilities. So the total number of ways of picking a degenerate triangle is 2 × 16 + 2 × 6 = 44, and the number of ways of picking a non-degenerate triangle is 560 - 44 = 516.

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...