Reasoning · Grade 2-2 Various Patterns and Rules

Problem

Find numbers placed by an arrangement rule

The numbers 1, 2, 3, … are written in order around ever larger triangles. Each triangle starts on the previous one's last number and holds one number more than the one before. Find the 4th number on triangle 9, and which triangle and position hold 72.
Your answer
How to solve
Strategy Look for a Pattern — List the first numbers (or last numbers) of each triangle and Look for a Pattern. Because the n-th triangle adds n new numbers, the last number of triangle n is 1 plus the triangular number n(n+1)/2 — a rule we can read off small cases and then use directly.
1STEP 1

Find how many numbers each triangle adds

Triangle n adds n new numbers and starts where the last one ended.

new numbers on triangle n = n
2STEP 2

Find the last number on triangle n

So triangle n ends at 1 + n(n+1) ÷ 2.

L(n) = 1 + (n(n+1))/2
3STEP 3

Part (1): the 4th number on the 9th triangle

Triangle 8 ends at 37, so triangle 9's 4th number is 40.

L(8)=1+(8 × 9)/2=37; 37+3=40
4STEP 4

Part (2): locate 72

Triangle 12 runs 67 to 79, so 72 sits on triangle 12.

L(11)=67, L(12)=79; 67 ≤ 72 ≤ 79
5STEP 5

Part (2): find the position of 72

Counting 67 as first, 72 is the 6th number.

72 - 67 + 1 = 6
Answer
(1) 40, (2) the 6th number on triangle 12
The rule L(n)=1+n(n+1)/2 reproduces the figure's landmark numbers (11 at the apex of triangle 4, 16 at triangle 5, 22 at triangle 6), so it is trustworthy. Triangle 9 begins at 37 and the 4th entry 40 is in range. Triangle 12 runs 67-79, and 72 is the 6th of those numbers — both answers sit inside their triangles.
Takeaway

Each triangle just adds one more number than the one before, so a triangular-number rule tells you exactly where any number lands — Grade 4 pattern thinking!

  • Find how many numbers each triangle adds
  • Find the last number on triangle n
  • Part (1): the 4th number on the 9th triangle
  • Part (2): locate 72
  • Part (2): find the position of 72