NDA Maths · Permutation & Combination

Geometric Counting

Counting lines, triangles, quadrilaterals, diagonals, and intersection points from a set of points or lines — combinations with a correction for collinear (degenerate) cases.

Why this matters

Geometric counting is pure combination with one twist: collinear points make no triangle and concurrent/parallel lines lose intersections. Subtract the degenerate cases and these become routine.

Concept 1 of 1

Lines, triangles and polygons from points

Intuition

A line needs 2 points, a triangle 3, a quadrilateral 4 — so the raw counts are nC2,nC3,nC4^nC_2,\,^nC_3,\,^nC_4. The correction: any set of collinear points that 'should' form a figure doesn't, so subtract those degenerate selections.

Definition

From nn points, no three collinear: lines nC2^nC_2, triangles nC3^nC_3, quadrilaterals nC4^nC_4. **If kk points are collinear:** subtract their degenerate selections — lines nC2kC2+1^nC_2-^kC_2+1; triangles nC3kC3^nC_3-^kC_3. Diagonals of an nn-gon: nC2n=n(n3)2^nC_2-n=\dfrac{n(n-3)}{2}. Parallelograms from mm and nn parallel lines: mC2nC2^mC_2\cdot{}^nC_2. Max intersection points of nn lines: nC2^nC_2.

Geometric counting from points and lines

lines=nC2triangles=nC3diagonals=n(n3)2parallelograms=mC2nC2\text{lines}=\,^nC_2 \qquad \text{triangles}=\,^nC_3 \qquad \text{diagonals}=\dfrac{n(n-3)}{2} \qquad \text{parallelograms}=\,^mC_2\cdot{}^nC_2
triangles = ⁸C₃ − ³C₃ (drop the collinear triple)

Worked example

How many triangles can be formed from 8 points, of which 3 are collinear?
Practice this conceptself-check · 4 quick reps

From the bank · past-year question

Example 1Permutation & CombinationMODERATE
For the following two (02) items: There are 8 points on a plane out of which 4 points are collinear.
How many triangles can be formed by joining these points?

[Q35 · Sep · 2025]

Collinear points form no triangle — subtract kC3^kC_3

nC3^nC_3 counts triangles only if no three points are collinear. If kk of the points lie on one line, those kC3^kC_3 triples are degenerate (no triangle), so the answer is nC3kC3^nC_3-\,^kC_3. Likewise the diagonal formula n(n3)2=nC2n\dfrac{n(n-3)}{2}=\,^nC_2-n subtracts the nn sides from all nC2^nC_2 point-pairs.

Summary — formulas & gotchas at a glance

A revision cheat-sheet for the formulas and gotchas above. Click any concept name to jump back to its full explanation.

Formulas (1)

  • Lines, triangles and polygons from points

    Geometric counting from points and lines

    lines=nC2triangles=nC3diagonals=n(n3)2parallelograms=mC2nC2\text{lines}=\,^nC_2 \qquad \text{triangles}=\,^nC_3 \qquad \text{diagonals}=\dfrac{n(n-3)}{2} \qquad \text{parallelograms}=\,^mC_2\cdot{}^nC_2

Watch out for (1)

Drill every past-year question on this subtopic

13 questions from the bank — paginated, with cart and Word-export support.

Related notes