Line Segments

Line Segment Counting problems involve counting the number of line segments formed by points on a line or within geometric figures. When n points are on a line, the number of segments = C(n,2) = n(n-1)/2.

10Worksheets
200+Practice Questions
BeginnerDifficulty
1-2 hoursHours to Master

Introduction to Line Segments

Line Segment Counting problems involve counting the number of line segments formed by points on a line or within geometric figures. When n points are on a line, the number of segments = C(n,2) = n(n-1)/2.

Prerequisites

Combination formula C(n,2) = n(n-1)/2 Understanding of line segments Point counting Basic arithmetic
Why This Matters: Line Segment problems appear in 1-2 questions in SSC CGL and Banking PO exams. They test combinatorial counting and visual segmentation.

How to Solve Line Segments Problems

1

Step 1: Count the number of distinct points (n) on the line or in the figure

2

Step 2: For points on a straight line: segments = C(n,2) = n(n-1)/2

3

Step 3: For figures with intersecting lines, count segments by tracing each line separately

4

Step 4: For a closed figure (like a square), count sides and diagonal segments separately

5

Step 5: Be careful not to double-count segments that are shared

6

Step 6: Add segments from all lines in the figure

7

Step 7: Verify by counting manually or using alternative method

Pro Strategy: For collinear points, use the combination formula. For geometric figures, count segments by identifying all straight lines and counting segments on each line separately, then summing.

Example Problem

Example: Count the number of line segments formed by 5 points on a straight line. Solution: Step 1: Number of points = 5 Step 2: Segments = C(5,2) = 5×4/2 = 10 Step 3: Verify: Points A,B,C,D,E → segments: AB, AC, AD, AE, BC, BD, BE, CD, CE, DE Answer: 10 line segments

Pro Tips & Tricks

  • For n points on a line: segments = n(n-1)/2
  • For a square with both diagonals: sides=4, diagonals=2 (each diagonal is 1 segment, but the intersection creates 4 smaller segments? Actually each diagonal is split into 2 segments at the intersection, so total segments = 4 sides + 4 diagonal segments = 8)
  • For a triangle: 3 sides = 3 segments (no diagonals in triangle)
  • For a quadrilateral: 4 sides + 2 diagonals = 6 segments
  • When lines intersect, count segments between intersection points
  • Each intersection point divides a line into additional segments

Shortcut Methods to Solve Faster

n points on line → n(n-1)/2 segments
Square with diagonals → 8 segments (4 sides + 4 diagonal halves)
Triangle → 3 segments
Quadrilateral (convex) → 6 segments (4 sides + 2 diagonals)
Pentagon with all diagonals → many segments (requires systematic counting)

Common Mistakes to Avoid

Using n(n-1) instead of n(n-1)/2
Forgetting to count segments created by intersections
Double-counting segments that belong to multiple lines
Counting only the main lines and not the sub-segments created by intersections

Exam Importance

Line Segments is an important topic for various competitive exams. Here's how frequently it appears:

SSC CGL
1-2 questions
BANKING PO
1-2 questions
RAILWAYS RRB
1-2 questions
CAT
0-1 questions
INSURANCE
1-2 questions

Ready to Master Line Segments?

Start with Worksheet 1 and work your way up to expert level! Each worksheet includes:

20 practice questions
Detailed solutions
Step-by-step explanations
Start Practicing Now