Patterns in Mathematics | FIO

Question 22

Count the number of lines in each shape in the sequence of Complete Graphs. Which number sequence do you get? Can you explain why?

Question diagram 1
Check your answer with HomiSolve it yourself, then let Homi check your steps and spot mistakes.
Solution
Understand the Question
  • A complete graph with nn points (vertices) connects every point to every other point with a straight line (edge).
  • Counting the lines in complete graphs with 2,3,4,5,2, 3, 4, 5, and 66 points gives a sequence of numbers called triangular numbers.
  • Since each of the nn points connects to the remaining (n1)(n - 1) points and every line connects 22 points (meaning each line is counted twice), the total number of lines is given by the formula: Number of lines=n×(n1)2\text{Number of lines} = \dfrac{n \times (n - 1)}{2}

Step 1 · Count lines in each complete graph

Diagram 1

Counting the lines in each complete graph:

  • For K2K_2 (22 points): 11 line
  • For K3K_3 (33 points): 33 lines
  • For K4K_4 (44 points): 66 lines
  • For K5K_5 (55 points): 1010 lines
  • For K6K_6 (66 points): 1515 lines

Step 2 · Identify the number sequence

The number of lines counted gives the sequence: 1,3,6,10,15,1, 3, 6, 10, 15, \dots

This is the sequence of triangular numbers, so named because these quantities of dots can be arranged in the shape of equilateral triangles:

  • 11 (a single dot)
  • 3=1+23 = 1 + 2 (base of 22 dots)
  • 6=1+2+36 = 1 + 2 + 3 (base of 33 dots)
  • 10=1+2+3+410 = 1 + 2 + 3 + 4 (base of 44 dots)
  • 15=1+2+3+4+515 = 1 + 2 + 3 + 4 + 5 (base of 55 dots)

Step 3 · Explain the formula and verify for each graph

In a complete graph with nn points, each point connects to every other point (n1n - 1 points).

Multiplying gives n×(n1)n \times (n - 1) connections. Since each line connects two endpoints, every line is counted twice (e.g., from point A to B and from B to A). Therefore, we divide by 22:

Number of lines=n×(n1)2\text{Number of lines} = \dfrac{n \times (n - 1)}{2}

Verifying for each complete graph:

For K2K_2 (n=2n = 2):

Number of lines=2×(21)2=2×12=22=1\begin{aligned} \text{Number of lines} &= \dfrac{2 \times (2 - 1)}{2} \\[0.6em] &= \dfrac{2 \times 1}{2} \\[0.6em] &= \dfrac{2}{2} = 1 \end{aligned}

For K3K_3 (n=3n = 3):

Number of lines=3×(31)2=3×22=62=3\begin{aligned} \text{Number of lines} &= \dfrac{3 \times (3 - 1)}{2} \\[0.6em] &= \dfrac{3 \times 2}{2} \\[0.6em] &= \dfrac{6}{2} = 3 \end{aligned}

For K4K_4 (n=4n = 4):

Number of lines=4×(41)2=4×32=122=6\begin{aligned} \text{Number of lines} &= \dfrac{4 \times (4 - 1)}{2} \\[0.6em] &= \dfrac{4 \times 3}{2} \\[0.6em] &= \dfrac{12}{2} = 6 \end{aligned}

For K5K_5 (n=5n = 5):

Number of lines=5×(51)2=5×42=202=10\begin{aligned} \text{Number of lines} &= \dfrac{5 \times (5 - 1)}{2} \\[0.6em] &= \dfrac{5 \times 4}{2} \\[0.6em] &= \dfrac{20}{2} = 10 \end{aligned}

For K6K_6 (n=6n = 6):

Number of lines=6×(61)2=6×52=302=15\begin{aligned} \text{Number of lines} &= \dfrac{6 \times (6 - 1)}{2} \\[0.6em] &= \dfrac{6 \times 5}{2} \\[0.6em] &= \dfrac{30}{2} = 15 \end{aligned}
Answer
  1. Number of lines: 1,3,6,10,151, 3, 6, 10, 15
  1. Sequence name: Triangular numbers
  2. Reason: In a complete graph with nn points, each point connects to (n1)(n - 1) other points. Dividing by 22 to avoid counting each line twice gives the formula n(n1)2\dfrac{n(n - 1)}{2}.
Common Mistakes
  • Double-Counting Error: Forgetting to divide by 22, which gives n(n1)n(n - 1) lines instead of n(n1)2\dfrac{n(n - 1)}{2}.
  • Confusing Points and Lines: Stating nn instead of the number of line segments between the points.

More questions in FIO

Q1

Can you think of other examples where mathematics helps us in our everyday lives?

Q2

How has mathematics helped propel humanity forward? (You might think of examples involving: carrying out scientific experiments; running our economy and democracy; building bridges, houses or other complex structures; making TVs, mobile phones, computers, bicycles, trains, cars, planes, calendars, clocks, etc.)

Q3

Can you recognise the pattern in each of the sequences in Table 1?

Q4

Rewrite each sequence of Table 1 in your notebook, along with the next three numbers in each sequence! After each sequence, write in your own words what is the rule for forming the numbers in the sequence.

Q5

Copy the pictorial representations of the number sequences in Table 2 in your notebook, and draw the next picture for each sequence!

Q6

Why are 1,3,6,10,15,1, 3, 6, 10, 15, \dots called triangular numbers? Why are 1,4,9,16,25,1, 4, 9, 16, 25, \dots called square numbers or squares? Why are 1,8,27,64,125,1, 8, 27, 64, 125, \dots called cubes?

Q7

You will have noticed that 36 is both a triangular number and a square number! That is, 36 dots can be arranged perfectly both in a triangle and in a square. Make pictures in your notebook illustrating this!

This shows that the same number can be represented differently, and play different roles, depending on the context. Try representing some other numbers pictorially in different ways!

Q8

What would you call the following sequence of numbers?

That's right, they are called hexagonal numbers! Draw these in your notebook. What is the next number in the sequence?

Q9

Can you think of pictorial ways to visualise the sequence of Powers of 2? Powers of 3?

Q10

Can you find a similar pictorial explanation for why adding counting numbers up and down, i.e., 11, 1+2+11 + 2 + 1, 1+2+3+2+11 + 2 + 3 + 2 + 1, \dots, gives square numbers?

Q11

By imagining a large version of your picture, or drawing it partially, as needed, can you see what will be the value of 1+2+3++99+100+99++3+2+11 + 2 + 3 + \dots + 99 + 100 + 99 + \dots + 3 + 2 + 1?

Q12

Which sequence do you get when you start to add the All 1's sequence up? What sequence do you get when you add the All 1's sequence up and down?

Q13

Which sequence do you get when you start to add the counting numbers up? Can you give a smaller pictorial explanation?

Q14

What happens when you add up pairs of consecutive triangular numbers? That is, take 1+3,3+6,6+10,10+15,1 + 3, 3 + 6, 6 + 10, 10 + 15, \dots Which sequence do you get? Why? Can you explain it with a picture?

Q15

What happens when you start to add up powers of 22 starting with 11, i.e., take 11, 1+21 + 2, 1+2+41 + 2 + 4, 1+2+4+8,1 + 2 + 4 + 8, \dots? Now add 11 to each of these numbers—what numbers do you get? Why does this happen?

Q16

What happens when you multiply the triangular numbers by 6 and add 1? Which sequence do you get? Can you explain it with a picture?

Q17

What happens when you start to add up hexagonal numbers, i.e., take 11, 1+71 + 7, 1+7+191 + 7 + 19, 1+7+19+37,1 + 7 + 19 + 37, \dots ? Which sequence do you get? Can you explain it using a picture of a cube?

Question diagram(s):

Question diagram

Q18

Find your own patterns or relations in and among the sequences in Table 1. Can you explain why they happen with a picture or otherwise?

Q19

Can you recognise the pattern in each of the sequences in Table 3?

Q20

Try and redraw each sequence in Table 3 in your notebook. Can you draw the next shape in each sequence? Why or why not? After each sequence, describe in your own words what is the rule or pattern for forming the shapes in the sequence.

Q21

Count the number of sides in each shape in the sequence of Regular Polygons. Which number sequence do you get? What about the number of corners in each shape in the sequence of Regular Polygons? Do you get the same number sequence? Can you explain why this happens?

Q22

Count the number of lines in each shape in the sequence of Complete Graphs. Which number sequence do you get? Can you explain why?

Q23

How many little squares are there in each shape of the sequence of Stacked Squares? Which number sequence does this give? Can you explain why?

Q24

How many little triangles are there in each shape of the sequence of Stacked Triangles? Which number sequence does this give? Can you explain why? (Hint: In each shape in the sequence, how many triangles are there in each row?)

Q25

To get from one shape to the next shape in the Koch Snowflake sequence, one replaces each line segment '—' by a 'speed bump' _/_ . As one does this more and more times, the changes become tinier and tinier with very very small line segments. How many total line segments are there in each shape of the Koch Snowflake? What is the corresponding number sequence? (The answer is 3,12,48,3, 12, 48, \dots, i.e., 33 times Powers of 44; this sequence is not shown in Table 1.)

← Back to Patterns in Mathematics