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.
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
- Step 01Aska clear question
"How many segments are there on a line with 5 marked points?"
- Step 02Predictcommit first
Write down a guess before you count. Being wrong is useful.
- Step 03Try small cases1, 2, 3, 4…
Draw and count carefully. Make a table.
- Step 04Spot a patternlook at the differences
How does each answer grow from the one before?
- Step 05Testhunt for a counterexample
Try a case you have not drawn yet. Does the pattern still hold?
- Step 06Explainwhy must it be so?
A reason turns a pattern into something you can trust. Deepen does this properly.
| Points on the circle | Chords (pairs) | Pieces of the circle | Doubling guess |
|---|---|---|---|
| 1 | 0 | 1 | 1 |
| 2 | 1 | 2 | 2 |
| 3 | 3 | 4 | 4 |
| 4 | 6 | 8 | 8 |
| 5 | 10 | 16 | 16 |
| 6 | 15 | 31 | 32 |
| 7 | 21 | 57 | 64 |
Chapter 01
How many lines can some points make?
Predict first
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.
| Points | All collinear | Possible answers | Most (no three collinear) |
|---|---|---|---|
| 1 | not applicable | endlessly many lines through it, but no pairs | 0 pairs |
| 2 | 1 | 1 | 1 |
| 3 | 1 | 1 or 3 | 3 |
| 4 | 1 | 1, 4 or 6 | 6 |
| 5 | 1 | 1, 5, 6, 8 or 10 | 10 |
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.
| Marked points | Segments | Increase from the row above |
|---|---|---|
| 2 | 1 | start |
| 3 | 3 | +2 |
| 4 | 6 | +3 |
| 5 | 10 | +4 |
| 6 | 15 | +5 |
| 7 | 21 | +6 |
| 8 | 28 | +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
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 shownTickets 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
Worked example
0 / 4 steps shownA 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
Try it
Chapter 04
How many crossings can lines make?
Predict first
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.
| Lines | Pairs of lines | Most crossings | Numbers of crossings that are possible |
|---|---|---|---|
| 2 | 1 | 1 | 0, 1 |
| 3 | 3 | 3 | 0, 1, 2, 3 |
| 4 | 6 | 6 | 0, 1, 3, 4, 5, 6 |
| 5 | 10 | 10 | 0, 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:
- With a ruler, looking at it from the side (sitting low, eye near the desk).
- With a ruler, eye directly above each end.
- 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?
| Person | Ruler, from the side | Ruler, from above | Divider |
|---|---|---|---|
| Anu | 7.5 cm | 7.3 cm | 7.3 cm |
| Bilal | 7.1 cm | 7.3 cm | 7.3 cm |
| Chitra | 7.6 cm | 7.4 cm | 7.3 cm |
| Dev | 7.2 cm | 7.3 cm | 7.3 cm |
| Spread (largest − smallest) | 0.5 cm | 0.1 cm | 0.0 cm |
Predict first
Comparing segments by observation feels natural, but the brain uses shortcuts that can fool it. Test these on yourself before you measure.
Predict first
Explore
Three famous tricks on the eye
Pick an illusion to see what it does and how to beat it.
- Two equal segments
- Arrowheads out < >
- Arrowheads in > <
- 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
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
- 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.
- 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.
- Step 03Perpendicular bisectorend onto end
Draw segment AB. Fold so A lands on B. The crease crosses AB at its midpoint, at 90°.
- Step 04Three bisectorsa triangle
Draw a triangle. Fold the perpendicular bisector of each side. Do the three creases meet at one point?
Predict first
Used in
Measuring and constructing anglesFolding a perpendicular bisector is the paper version of the ruler-and-compass construction.
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
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.
| Horizontal lines | Vertical lines | Crossing points | Small panes | All rectangles |
|---|---|---|---|---|
| 2 | 2 | 4 | 1 | 1 |
| 3 | 3 | 9 | 4 | 9 |
| 3 | 4 | 12 | 6 | 18 |
| 4 | 4 | 16 | 9 | 36 |
| 5 | 5 | 25 | 16 | 100 |
| 9 | 9 | 81 | 64 | 1296 |
Worked example
0 / 4 steps shownHow 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
| Moment | Time after 12:00 | Angle between hands |
|---|---|---|
| 1st | 12:16.36 | 90° |
| 2nd | 12:49.09 | 90° (270° the other way) |
| 3rd | 1:21.82 | 90° |
| 4th | 1:54.55 | 90° |
| 5th | 2:27.27 | 90° |
| 6th | 3:00.00 | 90° 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?
| Place | Parallel lines | Perpendicular lines | Intersecting (not 90°) |
|---|---|---|---|
| Classroom | Edges of the blackboard, top and bottom | Door frame and floor | The legs of an easel |
| Playground | Lanes on the running track (straight part) | Goal post and crossbar | Slide and ladder of a swing set |
| Kitchen | Shelves | Tiles on the wall | The blades of a pair of tongs |
| Road | Lane markings | The crossing path and the road edge | A Y-shaped junction |
| Your home | … | … | … |
Lab
Classify twelve pairs of lines, turned at random angles, quickly and accurately.
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 shownRails 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 shownA 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
Worked example
0 / 4 steps shownThe 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
Chapter 12
What we found
| Question | Finding | Status |
|---|---|---|
| Lines through n points, no three collinear | n × (n − 1) ÷ 2 | Pattern, explained by counting pairs |
| Segments on a line with n points | n × (n − 1) ÷ 2 (triangular numbers) | Pattern, explained by counting ends |
| Rays from n points on a line | 2 × (n − 1) | Explained: 1 from each end point, 2 from each inner point |
| Crossings of 3 lines | 0, 1, 2 or 3 | Checked every arrangement |
| Crossings of 4 lines | 0, 1, 3, 4, 5 or 6 (never 2) | Computer check; proof in Deepen |
| Best measuring method | Divider or eye directly above | Experiment (compare spreads) |
| Perpendicular bisectors of a triangle | Always concurrent | Folding evidence plus a reason |
Words to know
All maths vocabulary →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.
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 patternsCounting segments gives the triangular numbers 1, 3, 6, 10, 15, a classic growing pattern.
Helps you understand
AnglesFolding a crease onto itself makes a right angle, the reference for classifying every other angle.
Where this comes from
Sources
Ganita Prakash, Class 6 (textbook): Chapter 2, Lines and Angles (opens another website) — NCERTawaiting owner check
Supports the syllabus treatment of points, line segments, lines and rays, the naming conventions used in Indian schools, and measuring and comparing segments. Replaces the withdrawn Class 6 chapter Basic Geometrical Ideas, which NCERT no longer hosts.
Ganita Prakash, Class 6 (textbook): Chapter 8, Playing with Constructions (opens another website) — NCERTawaiting owner check
Supports drawing straight lines and line segments accurately, constructing perpendiculars to a given line with ruler and compass, and telling straight figures from freehand curves.
Ganita Prakash, Class 7 (textbook): Chapter 5, Parallel and Intersecting Lines (opens another website) — NCERTawaiting owner check
Supports intersecting lines and the four angles they make, perpendicular lines, parallel lines and transversals, as the Class 7 syllabus presents them. Replaces the withdrawn Class 7 chapter Lines and Angles, which NCERT no longer hosts.
Line in Geometry (opens another website) — Math is Funawaiting owner check
Supports the plain-language distinction between a line (no ends, extends both ways), a line segment (two ends) and a ray (one end), with a diagram of each.
Perpendicular and Parallel (opens another website) — Math is Funawaiting owner check
Supports the definitions of perpendicular ("at right angles (90 degrees) to") and parallel ("always the same distance apart, and will never meet"), the right-angle box, and the railway-line example. The page does not give the parallel and perpendicular symbols.
Skew lines (opens another website) — Wikipediaawaiting owner check
Supports the definition of skew lines ("two lines that do not intersect and are not parallel") in three dimensions and the examples from the edges of a cuboid and a regular tetrahedron.
Kabaddi (opens another website) — Wikipediaawaiting owner check
Supports the current court sizes, citing the International Kabaddi Federation rules: "It measures 10 by 13 m in the case of men and 8 by 12 m for women", with the baulk line about 3.75 m from the midline for men and the bonus line 1 m beyond the baulk line.
IRC:35-2015, Code of Practice for Road Markings (opens another website) — Indian Roads Congressawaiting owner check
Supports the Indian standard for road markings: zebra crossings as block markings painted in blocks on the carriageway, a crossing width of 2 m to 4 m measured along the road, stop lines set back from the crossing, and lane and centre lines.
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.
- Next depthGo deeper: Go deeperMechanisms, reasoning, calculations and nuance.
- Practise80 questionsHints and a worked solution for every question — or play a 10-question round.
- Step backUnderstandGo back over the ground before this one — you can move up and down as often as you like.
- TopicAll of lines, rays and line segmentsThe whole ladder, the connections and the words to know, on one page.
The web
Explore a connection
Related to
Shape and spaceEvery polygon is built from line segments, and its sides can be parallel or perpendicular.
Helps you understand
AnglesAn angle is two rays that share an end point; intersecting lines make angle pairs.
Helps you understand
Measuring and constructing anglesConstructions rely on drawing straight lines, perpendiculars and bisectors accurately.
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