Skip to content

Lines, rays and line segmentsInvestigateabout 40 min

Test it: predictions about points and lines

Count, fold, measure and hunt for counterexamples

Predict and count how many lines, segments, rays and crossing points some points and lines can make; run a measuring experiment; beat optical illusions; and sort claims into always, sometimes and never true.

Start at chapter 1

In this part you’ll

  • Count lines through sets of points and segments on a line, and find the n × (n − 1) ÷ 2 pattern.
  • Work out which numbers of crossing points are possible for three and four lines.
  • Compare measuring methods by experiment and explain parallax error.
  • Use counterexamples to decide whether statements are always, sometimes or never true.
  • Use paper folding to make perpendicular and parallel lines and test concurrency.

Mathematicians rarely start with a rule. They start with a question, try some examples, notice a pattern, make a guess (a conjecture), and then test it hard, hunting for a case that breaks it (a counterexample).

In this layer you will do exactly that with points and lines. How many lines can four points make? How many segments hide on a line with ten points marked on it? Can three lines cross in exactly two places? Does measuring with a divider really beat measuring with a ruler? You will need a pencil, a ruler, some scrap paper and, for one experiment, a friend.

The investigator's loop

  1. Step 01Aska clear question

    "How many segments are there on a line with 5 marked points?"

  2. Step 02Predictcommit first

    Write down a guess before you count. Being wrong is useful.

  3. Step 03Try small cases1, 2, 3, 4…

    Draw and count carefully. Make a table.

  4. Step 04Spot a patternlook at the differences

    How does each answer grow from the one before?

  5. Step 05Testhunt for a counterexample

    Try a case you have not drawn yet. Does the pattern still hold?

  6. Step 06Explainwhy must it be so?

    A reason turns a pattern into something you can trust. Deepen does this properly.

TableThe circle trap: join every pair of n points on a circle (points placed so that no three chords meet inside)
Points on the circleChords (pairs)Pieces of the circleDoubling guess
1011
2122
3344
4688
5101616
6153132
7215764

Chapter 01

How many lines can some points make?

Predict first

Mark four points on paper, with no three of them on one line. Join every pair with a line. How many different lines do you get?

Now allow some points to line up. With four points, three different things can happen:

  • All four collinear: every pair gives the same line, so there is 1 line.
  • Exactly three collinear: those three give 1 line between them, and the fourth point joins each of the other three with its own line: 1 + 3 = 4 lines.
  • No three collinear: all 6 pairs give different lines: 6 lines.

Here is the surprise: 2, 3 and 5 are impossible for four points. A careful computer search over every way of placing four points on a small grid finds only the answers 1, 4 and 6.

TableNumber of different lines through pairs of points
PointsAll collinearPossible answersMost (no three collinear)
1not applicableendlessly many lines through it, but no pairs0 pairs
2111
311 or 33
411, 4 or 66
511, 5, 6, 8 or 1010

Try it

Chapter 02

Counting segments on a line

Mark some points on a straight line. Every pair of marked points is the two ends of a segment. How many segments are there?

Start small. With 2 points A and B there is 1 segment. Add a third point C: now there are AB, BC and AC, which is 3. Keep going and record the results.

TableSegments on a line with n marked points
Marked pointsSegmentsIncrease from the row above
21start
33+2
46+3
510+4
615+5
721+6
828+7

Look at the last column: +2, +3, +4, +5… Each new point makes a new segment with every point already there. The 5th point joins 4 old points, so it adds 4 segments.

The totals 1, 3, 6, 10, 15, 21, 28 are the triangular numbers, the same numbers you get stacking bowling pins or oranges in a triangle. There is a shortcut: each of the n points is the end of (n − 1) segments, giving n × (n − 1) ends, and every segment has 2 ends, so

segments = n × (n − 1) ÷ 2.

Predict first

A line has 10 points marked on it. How many segments do they make?

Lab

Connect each number of marked points on a line with the number of segments they make.

Match the number of points on a line to the number of segments they make.

7 pairs are hiding in two mixed-up columns. Pick one from each side to join them.

Text version of this activity

Connect the pairs. The rule is segments = n × (n − 1) ÷ 2.

  • 2 points → 1 segment
  • 3 points → 3 segments
  • 4 points → 6 segments
  • 5 points → 10 segments
  • 6 points → 15 segments
  • 8 points → 28 segments (8 × 7 ÷ 2)
  • 10 points → 45 segments (10 × 9 ÷ 2)

Notice the answers grow faster and faster: doubling the points from 5 to 10 more than quadruples the segments, from 10 to 45.

Worked example

0 / 4 steps shown

Tickets on a bus route

A straight bus route in a town has 7 stops. The conductor has a different ticket for every possible journey between two stops, and a ticket from stop 2 to stop 5 is the same as one from stop 5 to stop 2 (same fare). How many different tickets are needed? What if tickets are one-way only?

Try it

What about rays? Count only rays that start at a marked point and pass through at least one other marked point. With points in a row, the two end points each start 1 such ray (pointing inward), and every point in the middle starts 2 (one each way). So with n points there are 1 + 1 + 2 × (n − 2) = 2 × (n − 1) rays. With 5 points: 2 × 4 = 8 rays.

Try it

Chapter 03

Hidden segments in figures

Segments hide inside figures, and counting them carefully is a classic puzzle. The trick is to be systematic: count the segments on each straight line of the figure using the n × (n − 1) ÷ 2 rule, then add up the lines.

Worked example

0 / 4 steps shown

A triangle with one extra line

Triangle ABC has a point D on side BC, and segment AD is drawn. How many segments can you find in the figure, using only the points A, B, C and D?

Predict first

From corner A of a triangle, three segments are drawn to points on the opposite side BC, which now carries B, three new points and C. How many segments are there on side BC alone?

Try it

Chapter 04

How many crossings can lines make?

Predict first

Draw three straight lines on a page. Which numbers of crossing points are possible? Pick the fullest correct list.

With four lines there are 6 pairs, so at most 6 crossing points. But not every number from 0 to 6 is possible. A computer check of many random arrangements finds 0, 1, 3, 4, 5 and 6 crossing points, and never exactly 2. Try to see why 2 is impossible: if two lines cross, a third line that crosses either of them must add a new point unless it goes through the first crossing, and then the fourth line faces the same problem.

TableCrossing points of n lines in a plane
LinesPairs of linesMost crossingsNumbers of crossings that are possible
2110, 1
3330, 1, 2, 3
4660, 1, 3, 4, 5, 6
510100, 1, 4, 5, 6, 7, 8, 9, 10

Lab

Decide which arrangements of points and lines are possible.

Possible or impossible? Think about pairs of lines.

10 cards, 2 bins. Tap a card, then tap its bin. You can also drag, or press a bin’s number key.

Text version of this activity

Ten claims about points and lines. Sort each as possible or impossible.

Possible: 3 lines with 0 crossings (all parallel); 3 lines with exactly 2 crossings (two parallel, one cutting both); 4 lines with 6 crossings (general position); 4 lines with exactly 1 crossing (all concurrent); 4 points making exactly 4 lines (exactly three collinear).

Impossible: 3 lines with 4 crossings (only 3 pairs); 4 lines with exactly 2 crossings (never happens); 4 points making exactly 5 lines (only 1, 4 or 6); two straight lines crossing twice; 3 points making exactly 2 lines.

Chapter 05

Measuring experiments and tricks on the eye

Here is an experiment for two or more people. Draw one segment, about 7 to 8 cm long, on a sheet of paper. Without telling each other your answers, everyone measures it three ways:

  1. With a ruler, looking at it from the side (sitting low, eye near the desk).
  2. With a ruler, eye directly above each end.
  3. With a divider, then reading the divider on the ruler from directly above.

Write each result to the nearest millimetre. Then compare: which method gives readings closest to each other?

TableExample readings from a class trial (illustrative: your numbers will differ)
PersonRuler, from the sideRuler, from aboveDivider
Anu7.5 cm7.3 cm7.3 cm
Bilal7.1 cm7.3 cm7.3 cm
Chitra7.6 cm7.4 cm7.3 cm
Dev7.2 cm7.3 cm7.3 cm
Spread (largest − smallest)0.5 cm0.1 cm0.0 cm

Predict first

A thick wooden ruler lies flat on a segment. You read it from the side, your eye to the right of the mark. Compared with the true value, will your reading of the right-hand end be…

Comparing segments by observation feels natural, but the brain uses shortcuts that can fool it. Test these on yourself before you measure.

Predict first

Draw an upside-down T: a horizontal segment 6 cm long, and from its midpoint a vertical segment going up, also 6 cm long. Which looks longer?

Explore

Three famous tricks on the eye

Pick an illusion to see what it does and how to beat it.

  1. Two equal segments
  2. Arrowheads out < >
  3. Arrowheads in > <
  4. Second looks longer

Equal lengths

The fins at the ends make the brain misjudge where each segment stops. Cover the fins with your fingers, or use a divider, and the lengths match exactly.

Chapter 06

Always, sometimes or never?

A statement in geometry can be always true, sometimes true (true in some cases and false in others) or never true. To show something is not always true, one counterexample is enough. To show something is always true, you need a reason that covers every case.

Lab

Sort statements about lines into always, sometimes and never true.

Is each statement always, sometimes or never true?

12 cards, 3 bins. Tap a card, then tap its bin. You can also drag, or press a bin’s number key.

Text version of this activity

Twelve statements to sort.

Always true: exactly one line through two points; a segment has a length; perpendicular lines make four right angles; a segment has exactly one midpoint.

Sometimes true: three points are collinear; perpendicular lines are horizontal and vertical; two lines that never meet are parallel (true in a plane, false in space, where they may be skew); three lines meet at a single point.

Never true: two different lines meeting twice; parallel lines in a plane meeting; ray AB equal to ray BA; a line having an end point.

For every "sometimes", find one example where it is true and one where it is false.

Try it

Sanya says: "If two lines never meet, they must be parallel." Which is a counterexample?

Chapter 07

Investigating with paper folds

A sheet of paper is a surprisingly powerful geometry tool. Every fold is a perfectly straight line, and folding a crease onto itself makes an exact right angle. Try these folds on scrap paper; each one is an investigation.

Four folding investigations

  1. Step 01A perpendicularfold a crease onto itself

    Fold once to make crease l. Fold again so that l lies on itself. The new crease is perpendicular to l. Check with a set square.

  2. Step 02A paralleltwo perpendiculars

    Make two different creases, each perpendicular to l. What do you notice about these two creases? Measure the gap between them at both ends.

  3. Step 03Perpendicular bisectorend onto end

    Draw segment AB. Fold so A lands on B. The crease crosses AB at its midpoint, at 90°.

  4. Step 04Three bisectorsa triangle

    Draw a triangle. Fold the perpendicular bisector of each side. Do the three creases meet at one point?

Predict first

You fold two creases, both perpendicular to the same crease l. What will the two new creases be?

Chapter 08

Grids of parallel lines

Draw 3 parallel lines across a page, then 4 parallel lines crossing them at right angles. You have made a small grid, like a window with glass panes or the lines of a badminton court. How many crossing points are there? How many rectangles can you find, counting big ones as well as small ones?

Predict first

3 horizontal parallel lines are crossed by 4 vertical parallel lines. How many crossing points?

Now count rectangles. Every rectangle in the grid is fixed by choosing 2 of the horizontal lines (its top and bottom) and 2 of the vertical lines (its left and right sides). So:

rectangles = (pairs of horizontal lines) × (pairs of vertical lines).

With 3 horizontal and 4 vertical lines: 3 pairs × 6 pairs = 18 rectangles, although only 6 small panes are visible.

TableRectangles in grids of parallel lines
Horizontal linesVertical linesCrossing pointsSmall panesAll rectangles
22411
33949
3412618
4416936
552516100
9981641296

Worked example

0 / 4 steps shown

How many rectangles on a chessboard?

A chessboard has 8 × 8 small squares. How many rectangles of all sizes can you find on it (squares count as rectangles)?

Try it

Chapter 09

Clock hands: perpendicular and in a line

The two hands of a clock are like two rays from the same end point, the centre. As they turn, they are sometimes perpendicular (at 90° to each other), sometimes opposite (forming one straight line through the centre) and sometimes on top of each other. How often does each happen?

Predict first

Between 12 noon and 12 midnight, how many times are the hour hand and the minute hand exactly perpendicular?

TableWhen are the hands perpendicular? (computed exactly; times rounded to 0.01 minute)
MomentTime after 12:00Angle between hands
1st12:16.3690°
2nd12:49.0990° (270° the other way)
3rd1:21.8290°
4th1:54.5590°
5th2:27.2790°
6th3:00.0090° exactly on the hour
Minute hand
6° per min360° in 60 minutes.
Hour hand
0.5° per min30° per hour, 360° in 12 hours.
Gain
5.5° per minThe minute hand gains 6 − 0.5 = 5.5° every minute.
Perpendicular
22 in 12 h44 times a day.
Opposite (a line)
11 in 12 hOnly 6:00 is exactly on the hour.

Try it

Chapter 10

Field work: lines in the real world

Take a notebook round your school or home and record every example you can find of each relationship. Then look at the evidence: which kind is most common? Why do builders and designers use so many right angles and parallel lines?

TableA lines survey sheet (fill in your own)
PlaceParallel linesPerpendicular linesIntersecting (not 90°)
ClassroomEdges of the blackboard, top and bottomDoor frame and floorThe legs of an easel
PlaygroundLanes on the running track (straight part)Goal post and crossbarSlide and ladder of a swing set
KitchenShelvesTiles on the wallThe blades of a pair of tongs
RoadLane markingsThe crossing path and the road edgeA Y-shaped junction
Your home

Lab

Classify twelve pairs of lines, turned at random angles, quickly and accurately.

Getting ready…
Round 1 / 12★ 0 ptsBest: 0

Line: arrows at both ends. Ray: one start point and one arrow. Segment: two end points.

Text version of this activity

Twelve rounds of pairs. For each pair decide: parallel, perpendicular or intersecting.

Investigator's tips:

  • For parallel, imagine measuring the gap at both ends. Parallel lines keep exactly the same gap; if two lines cross anywhere in the picture they cannot be parallel.
  • For perpendicular, imagine fitting a folded-paper corner into the crossing. If it fits exactly, it is 90°. Intersecting pairs in this game cross at clearly slanted angles, between about 25° and 65° (or the matching wide angles).
  • Lines that are rotated on the screen can still be parallel or perpendicular. Direction on the page does not matter; the relationship between the two lines does.

Try to beat your score from earlier layers while keeping your streak going.

Chapter 11

Counting on courts, tracks and crossings

Real line markings make great counting problems. To keep the counting clean, we use simplified models: every lengthwise line runs the full length and every crosswise line runs the full width, so each lengthwise line crosses each crosswise line exactly once. Real courts are close to this but not exact, so treat the numbers as answers about the model.

Worked example

0 / 4 steps shown

Rails and sleepers

A straight stretch of track has 2 parallel rails. Across them lie 40 sleepers, each perpendicular to the rails. Treating rails and sleepers as lines, how many crossing points are there? How many rectangles of any size are there between the rails?

Worked example

0 / 4 steps shown

A simplified kabaddi court

Model a kabaddi court with 4 lengthwise lines (2 side lines and 2 lobby lines) and 7 crosswise lines (2 end lines, 2 bonus lines, 2 baulk lines and the mid line), all running the full length or width. How many crossing points and how many rectangles does the model have?

Try it

Predict first

Five points are marked on a line and every segment between them is drawn. One more point is added to the line. How many new segments appear?

Worked example

0 / 4 steps shown

The start-here method

Seven stations lie on a straight railway line. Count the segments between stations using the start-here method.

Try it

Lab

Decide which counting rule fits each everyday counting situation.

Which counting rule fits each situation?

10 cards, 3 bins. Tap a card, then tap its bin. You can also drag, or press a bin’s number key.

Text version of this activity

Ten situations to sort by counting rule.

Pairs, n × (n − 1) ÷ 2: tickets between 10 stations (45); handshakes among 12 players (66); lines through 7 points, no three collinear (21); most crossing points of 8 lines (28); segments on a line with 9 points (36).

Product, a × b: crossings of 2 rails with 30 sleepers (60); crossing points of 5 horizontal and 6 vertical lines (30); long sides of 9 zebra stripes (18). Use the product when the things come from two different families that each meet the other once.

Rays, 2 × (n − 1): rays from 6 points on a line (10); rays from 4 points (6).

Predict first

A segment is only 0.8 cm long. Measuring with a ruler read from the side can be off by about 1 mm. Roughly what fraction of the length could that error be?

Chapter 12

What we found

TableResults of our investigations
QuestionFindingStatus
Lines through n points, no three collinearn × (n − 1) ÷ 2Pattern, explained by counting pairs
Segments on a line with n pointsn × (n − 1) ÷ 2 (triangular numbers)Pattern, explained by counting ends
Rays from n points on a line2 × (n − 1)Explained: 1 from each end point, 2 from each inner point
Crossings of 3 lines0, 1, 2 or 3Checked every arrangement
Crossings of 4 lines0, 1, 3, 4, 5 or 6 (never 2)Computer check; proof in Deepen
Best measuring methodDivider or eye directly aboveExperiment (compare spreads)
Perpendicular bisectors of a triangleAlways concurrentFolding evidence plus a reason

Words for investigating

Conjecture
A guess based on a pattern, not yet proved.
Example: "Segments = n(n − 1) ÷ 2" before we explain it
Counterexample
One example that shows a statement is not always true.
Example: Skew lines break "never meet ⇒ parallel"
Triangular numbers
1, 3, 6, 10, 15…: the numbers of dots in growing triangles, and of segments on a line.
Example: 10 = 1 + 2 + 3 + 4
General position
Lines with no two parallel and no three through one point.
Example: 4 such lines make 6 crossings
Reliable
Giving nearly the same answer each time it is repeated.
Example: Divider readings in the trial
Optical illusion
A picture that tricks the eye into a wrong judgement.
Example: Müller-Lyer arrows
Circumcentre
The point where the perpendicular bisectors of a triangle's sides meet; equally far from all three corners.
Example: Where the three folds meet

Quick check

Test your findings

10 questions · answer what you can, then check. Getting one wrong is useful.

  1. Q1How many times in 12 hours are clock hands perpendicular?
  2. Q2Four points, no three collinear. How many lines through pairs?
  3. Q3Four points with exactly three collinear make how many lines?
  4. Q4How many segments on a line with 8 marked points?
  5. Q5Which number of crossings is impossible for three lines?
  6. Q6Which method gave the most reliable readings in the trial?
  7. Q7Five points on a line. How many rays start at one and pass through another?
  8. Q8Two lines are each perpendicular to the same line l (all in one plane). They are…
  9. Q9In the upside-down T illusion, which segment usually looks longer?
  10. Q10How many counterexamples do you need to show a statement is not always true?

Reflect

This stays on this page only. It isn’t saved or sent anywhere.

Keep this

Cheat sheet

  • Investigate by asking, predicting, trying small cases, spotting a pattern, testing, explaining.
  • A pattern is a conjecture until it is explained; one counterexample breaks it.
  • Lines through pairs of n points (no three collinear): n × (n − 1) ÷ 2. Four points give 1, 4 or 6 lines only.
  • Segments on a line with n points: n × (n − 1) ÷ 2 = 1, 3, 6, 10, 15, 21, 28…
  • Rays from n points on a line (through another marked point): 2 × (n − 1).
  • Three lines cross in 0, 1, 2 or 3 points; four lines in 0, 1, 3, 4, 5 or 6 (never 2).
  • Measure with a divider or with your eye directly above the scale; side views scatter readings.
  • Eyes are fooled by fins, verticals and converging lines: measure before you compare.
  • Two lines perpendicular to the same line (in a plane) are parallel. The three perpendicular bisectors of a triangle are concurrent.

Related to

Number and shape patterns

Counting segments gives the triangular numbers 1, 3, 6, 10, 15, a classic growing pattern.

Helps you understand

Angles

Folding a crease onto itself makes a right angle, the reference for classifying every other angle.

Where this comes from

Sources

End of Investigate

What you just read

  • Count lines through sets of points and segments on a line, and find the n × (n − 1) ÷ 2 pattern.
  • Work out which numbers of crossing points are possible for three and four lines.
  • Compare measuring methods by experiment and explain parallax error.
  • Use counterexamples to decide whether statements are always, sometimes or never true.
  • Use paper folding to make perpendicular and parallel lines and test concurrency.

The web

Explore a connection

  • Related to

    Shape and space

    Every polygon is built from line segments, and its sides can be parallel or perpendicular.

  • Helps you understand

    Angles

    An angle is two rays that share an end point; intersecting lines make angle pairs.

Want to save topics or ask for new ones? Invited families can connect a learning device. Everything here stays free to read without signing in.

Revision 1 · release preview-7e1cbbcc4f · accepted 20/09/2026