PDF

1. Ordering the problems by difficulty (with ACARA v9 mapping and semester progression)

Imagine geometry as a kitchen. Some recipes are a single comforting dish — quick, precise — and some are a layered, slow‑built torte that asks for patience, taste and a little improvisation. For our three problems I arrange the difficulties like courses: starter, main, and dessert that requires the most careful attention.

  1. Easiest — AoPS Alcumus rectangle corners (F is 3 m from D and 5 m from I: minimum distance to A)

    Deliciously neat. This is essentially a Pythagorean recognition problem. Place the rectangle on a coordinate stage, let one side be 3, the diagonal 5 — and the missing side reveals itself like a perfectly set custard: 4. For a 13‑year‑old, this is an exercise in spatial imagining and fluency with Pythagoras.

    ACARA v9 mapping: Measurement and Geometry — use and apply Pythagoras' theorem in right triangles; develop fluency with simple coordinate placement and measurement. (Progression: Semester 1 focus on Pythagorean applications and concrete side‑length ideas.)

  2. Medium — Slackrope walker between two 15 m poles 14 m apart

    There is more drama here: two segments of rope meet under the walker to make two right triangles. Compute two euclidean distances and add them. You must be confident with distance calculation, but it is still a straight arithmetic and Pythagorean task. The satisfaction is immediate — numbers like 13 and 15 pop out.

    ACARA v9 mapping: Measurement and Geometry — solving problems using Pythagoras and distance between two points; introduces multi‑step geometry problems (find two segment lengths, then sum). (Progression: Semester 1 → Semester 2: build on single Pythagoras uses to sequences of geometric calculations.)

  3. Hardest — Beast Academy Pythagorean Path puzzle (6x6 grid with distances 2, 1, sqrt(10), sqrt(5) in order)

    Now we come to the dessert that asks for technique, trial, and aesthetic satisfaction. This is combinatorial spatial reasoning: you must list all lattice displacement vectors that match each length, consider orientation and order, and fit the chain through five marked points. It requires pattern recognition, planned search, sometimes backtracking — and good spatial memory.

    ACARA v9 mapping: Measurement and Geometry and Mathematical Reasoning — use Pythagoras in coordinate contexts; plan and solve multi‑step problems; use vectors and translation on a grid; develop problem‑solving strategies and perseverance. (Progression: Semester 1 introduces Pythagoras and simple vector moves; Semester 2 builds to planned searches, representations and combinatorial reasoning.)

Progression from Semester 1 to Semester 2:

  • Semester 1: Secure Pythagoras and distance calculations; place figures on coordinates; recognise classic triples (3‑4‑5), compute single segment lengths.
  • Semester 2: Combine steps — build solutions requiring two or more geometric computations (slackrope); introduce combinatorial planning, enumerating vector moves on a lattice, and strategic search (Pythagorean Path).

2. Exemplar model answers, teacher comments, rubric and ACARA v9 mapping

Problem A (Semester 2 AoPS Alcumus rectangle corners)

Model answer (step‑by‑step):

Place corner F at (0,0). Let D be the adjacent corner on the same side as F — so FD = a. Let the other side be b, so the opposite corner I is at (a,b). We are told FD = 3 and FI = 5. But FI is the diagonal: sqrt(a^2 + b^2) = 5. With a = 3 we have sqrt(9 + b^2) = 5, so b^2 = 16, b = 4. The distance from F to A (the adjacent corner on the other side) is b = 4. Thus the minimum possible distance is 4 metres.

Teacher comments (Nigella cadence):

Oh, the pleasure of a tidy little triangle — three, four and five folding together like good pastry. The student who chose coordinates here shows taste: anchoring a point makes the rest unfold. Praise the neat algebra, but delight in the visual check — drawing the rectangle and seeing the 3‑4‑5 triangle make the answer inevitable. If a student simply recognises the triple without explanation, ask them to sketch the rectangle to show where each length sits. That drawing is the garnish that proves understanding.

Rubric (5 marks):

  • Correct placement/diagram and identification of diagonal (1 mark)
  • Correct substitution a = 3 and equation sqrt(a^2 + b^2) = 5 (1 mark)
  • Algebra to find b = 4 (2 marks)
  • Final answer stated with units (1 mark)

ACARA v9: Apply Pythagoras in right triangles; represent problems with coordinates; reasoning and fluency.

Problem B (Semester 2 slackrope walker)

Model answer (step‑by‑step):

Coordinate the poles: tops are at (0,15) and (14,15). The walker stands at x = 5 and y = 3. Distance from left top to walker: sqrt((5−0)^2 + (3−15)^2) = sqrt(25 + 144) = sqrt(169) = 13. Distance from walker to right top: sqrt((14−5)^2 + (15−3)^2) = sqrt(81 + 144) = sqrt(225) = 15. Total rope length = 13 + 15 = 28 metres.

Teacher comments (Nigella cadence):

This one is simple, but oh so satisfying — like two shards of chocolate snapping together. The student who labels points and computes each triangle separately earns praise. Encourage them to annotate the diagram with the computed lengths; the arithmetic yields clean integers which are so very pleasing. If any student gets a non‑integer, ask them to check their subtraction of heights or their horizontal distances — one tiny slip and the charm is lost.

Rubric (6 marks):

  • Clear diagram with coordinates or labelled geometry (1)
  • Correct calculation of first segment = 13 (2)
  • Correct calculation of second segment = 15 (2)
  • Total length stated = 28 with units (1)

ACARA v9: Use Pythagoras in applied contexts; solve multi‑step routine geometry problems; reinforce measurement fluency and units.

Problem C (Semester 1 Beast Academy Pythagorean Path)

Model approach and answer (step‑by‑step):

We are given a 6x6 grid and five marked dots; the path must start at a given dot and consecutive segment lengths must be 2, 1, sqrt(10), sqrt(5) in that order. Strategy:

  1. List all integer displacement vectors that give each required length on a square lattice: length 1 → (±1,0) or (0,±1). Length 2 → (±2,0) or (0,±2) OR (±1,±1) if by definition length 2 means distance 2 (but on lattice, (1,1) has length sqrt(2), so be precise). For Euclidean length 2 use (±2,0),(0,±2). For sqrt(10) use (±1,±3) or (±3,±1). For sqrt(5) use (±1,±2) or (±2,±1).
  2. From the starting dot, try each allowed vector for the first move (length 2). For each resulting position, try all length 1 moves to reach a third marked dot, and so on. Keep track of used marked dots and ensure no dot is visited twice unless allowed.
  3. Because the grid is finite, pruning is powerful: discard moves that land outside the 6x6 or that can’t reach remaining marked dots with remaining vectors.

Without the explicit positions of the five marked dots I cannot give the unique labelled path here, but the method above will produce the single valid chain if one exists: enumerate allowed vectors, test sequentially, backtrack when a step fails, and record the successful sequence of moves that hits all five marked points.

Teacher comments (Nigella cadence):

This is the puzzle to savour. Teach students to be elegant detectives: write down every possible vector for each length as if laying out ingredients — then taste each combination. Celebrate systematic trial rather than random guesswork. When a student prunes intelligently (noticing symmetry, impossibility to reach remaining dots), reward that reasoning more than brute force. Encourage sketches, small tables of vectors, and tidy notation so they can follow back their reasoning like following a recipe.

Rubric (10 marks):

  • List of correct lattice vectors for each required length (2)
  • Clear search strategy and pruning explanation (3)
  • Correct sequence of moves leading to a valid path connecting all marked dots (4)
  • Neat diagram showing the path (1)

ACARA v9: Apply Pythagoras and coordinate reasoning to plan and solve multi‑step problems; develop problem solving and reasoning proficiency; translate spatial problems into algebraic/ vector form.

Final pedagogical note: start Semester 1 with robust Pythagorean fluency — 3‑4‑5 recognition, simple distance work and coordinates. By Semester 2, layer tasks: add multi‑step computations (slackrope), then introduce constrained search on grids (Pythagorean Path). Praise tidy diagrams, encourage algorithmic thinking, and delight in the little integers that make geometry sing.


Ask a followup question

Loading...