PDF

Part 1 — Ranking the problems by difficulty, evaluation, and ACARA v9 mapping (for a 13‑year‑old)

I will order the three tasks from easiest to hardest, explain why, compare the mathematical skills required, and map each to relevant ACARA v9 strands and proficiencies. Be clear, disciplined, and precise — that is how you improve.

  1. 1. AoPS Alcumus slackrope problem (Semester 2) — Rope between two 15 m poles, walker 5 m from one pole, 3 m above ground; find rope length.

    Why easiest: This is a direct application of the Pythagorean theorem twice. The ground distance splits cleanly (14 m total, walker 5 m from one pole so 9 m from the other). Vertical distances from top of each pole (15 m) down to walker (3 m) are 12 m. Distances become integer Pythagorean triples: sqrt(5^2+12^2)=13 and sqrt(9^2+12^2)=15, giving rope length 28 m. There is very little combinatorics or search; the difficulty is straightforward two‑step calculation and interpretation of a diagram.

    Skills: Pythagoras, interpreting geometric diagram, unit consistency, arithmetic with integers.

    ACARA v9 mapping: Measurement and Geometry — using Pythagoras to find lengths in right triangles; Number and Algebra proficiencies — fluency with squares and square roots; Mathematical proficiencies — Fluency and Reasoning.

  2. 2. AoPS Alcumus rectangle corners problem (Semester 2) — F is 3 m from D and 5 m from I; find minimum possible distance from F to A.

    Why middle difficulty: The problem tests spatial reasoning about which corner distances correspond to sides/diagonals of a rectangle. You must recognise that 3 and 5 most economically represent the two side lengths (adjacent sides) for the minimum possible distance from F to A, and then compute the diagonal via Pythagoras: sqrt(3^2+5^2)=sqrt(34). It requires more abstraction than the rope problem because you must reason across possible labelings of corners and choose the configuration that minimises the third distance.

    Skills: Spatial reasoning with rectangle vertices, minimisation by selecting side lengths versus diagonal lengths, Pythagorean theorem, interpretation of labels.

    ACARA v9 mapping: Measurement and Geometry — properties of rectangles, diagonals and side lengths; Number and Algebra — applying Pythagoras to minimise distances; Proficiencies — Problem‑solving and Reasoning.

  3. 3. Beast Academy Level 5D Pythagorean Path puzzle (Semester 1) — connect five marked dots on a 6×6 grid with four consecutive distances 2, 1, sqrt(10), sqrt(5) in that order.

    Why hardest: Although the ingredients are Pythagorean distances common on integer grids, this problem combines combinatorial search, geometric insight (identifying which displacements give the desired distances), and path constraints (the path must be continuous and visit specific marked dots in one connected stroke). You must recognise vector displacements that produce lengths 2 (2,0), 1 (1,0), sqrt(10) (3,1) and sqrt(5) (2,1), then see if a chain of moves can be laid on the 6×6 grid to hit all five marked dots in a single path starting from a given dot. That blending of pattern recognition, search, and spatial planning increases cognitive load and error risk.

    Skills: Vector thinking on grids, enumeration of integer step possibilities, Pythagorean triples on small grids, path planning, combinatorial reasoning.

    ACARA v9 mapping: Measurement and Geometry — distances in the plane and coordinate reasoning; Number and Algebra — use of integers, squares and square roots to identify possible displacements; Proficiencies — Problem‑solving, Reasoning, and Strategic use of Fluency.

Progression from Semester 1 to Semester 2: the Beast Academy puzzle (S1) focuses on granular grid reasoning and combinatorial planning — good preparation for the AoPS tasks (S2) that demand abstraction and choice of optimal configurations. A strong bridge is explicit practice translating geometric constraints into coordinate displacements and checking feasibility — the exact skill we need to move from discrete puzzles to clean minimisation problems.


Part 2 — Exemplar model answers and teacher feedback (with rubric and ACARA v9 mapping)

Below are model solutions for each of the three problems followed by teacher comments in a firm, exacting cadence. I include a practical rubric you can use to grade student responses and the curriculum mapping for each task.

Problem A — Beast Academy Pythagorean Path (Semester 1)

Model solution (concise): On a 6×6 integer grid, the squared distances you must produce in order are 4, 1, 10, and 5. On a unit grid the integer vector displacements that give those squared lengths are: length 2 → (±2,0) or (0,±2); length 1 → (±1,0) or (0,±1); sqrt(10) → (±3,±1) or (±1,±3); sqrt(5) → (±2,±1) or (±1,±2). Starting at the given dot, attempt to chain vectors (in the order given) so each displacement lands on one of the marked dots and the path connects all five marked dots in a single continuous stroke. The solution proceeds by testing candidate sequences — for example, if starting dot is at coordinates (x0,y0) and the marked dots' coordinates are known, try the sequence (2,0) → (1,0) → (3,1) → (2,1) with appropriate signs; alternatively try sign variations and different orientations. The solver must find the orientation that lands each segment on the marked dots; only certain permutations of signs work within the 6×6 limits. Document the successful chain of coordinates and draw the continuous path to confirm all five marked dots are used exactly once and in order. (Because the puzzle depends on a specific initial dot and specific marked dot positions, the final numeric chain will be the one that matches that pictured arrangement.)

Teacher comments (Tiger cadence, constructive but firm): You must stop guessing and start cataloguing. Write all candidate displacement vectors for each length before you touch the grid. Then for each candidate, actually translate coordinates and check whether the resulting point is one of the marked dots. If you merely eyeball it and say “that looks right,” you will be wrong. Show every step: list vectors, list resulting coordinates, cross off vectors that go off the 6×6 board, and only when a continuous chain covers every marked dot can you claim success. This trains disciplined enumeration and prevents careless errors. If you got it right, show your written checks; if you missed it, redo with a table of attempts and note where you went off the grid. Precision and record‑keeping — that is how mastery is built.

Rubric (10 points): Understanding and setup: 3 pts (vectors listed correctly); Method and execution: 4 pts (coordinate translations and chain of moves shown correctly); Accuracy: 2 pts (final path covers all marked dots); Communication: 1 pt (clear diagram and labels). ACARA mapping: Measurement & Geometry (distance in plane), Number & Algebra (integer arithmetic, radicals), Proficiencies: Reasoning, Fluency.


Problem B — AoPS Alcumus rectangle corners (Semester 2)

Model solution (concise): Label the rectangle corners so that F, I, D, A occupy the four vertices. To minimise FA, interpret the given distances 3 and 5 as the two side lengths adjacent to F (if one of them were a diagonal, the sides would have to be larger and FA would grow). Therefore take the side lengths adjacent to F to be 3 and 5. Then FA is the diagonal across those sides: FA = sqrt(3^2 + 5^2) = sqrt(9 + 25) = sqrt(34) metres. This is the minimum possible distance.

Teacher comments (Tiger cadence): Good students justify why 3 and 5 should be the sides and not larger quantities. You used minimisation reasoning implicitly — now make it explicit: suppose one of 3 or 5 were instead a diagonal between two non‑adjacent corners; then the implied side lengths would exceed 3 and 5 (by triangle inequality and geometry), producing a larger FA. Therefore the smallest FA occurs when 3 and 5 are the two orthogonal side distances from F. Your arithmetic is clean. If you answered only with a number, you did not explain the key minimisation argument and would lose credit. Always show logic, not just output.

Rubric (10 points): Understanding and reasoning: 4 pts (argument why 3 and 5 are adjacent sides and why that minimises FA); Correct calculation: 4 pts (Pythagoras correct); Communication: 2 pts (clear labelling and minimal diagram). ACARA mapping: Measurement & Geometry — properties of rectangles and diagonals; Proficiencies: Reasoning and Problem‑solving.


Problem C — AoPS Alcumus slackrope walker (Semester 2)

Model solution (concise): Draw the horizontal ground line; mark the two poles 14 m apart. Let the walker be 5 m from the left pole, so he is 9 m from the right pole. The vertical drop from the top of each pole (15 m) to the walker (3 m) is 12 m. Form two right triangles: left segment length = sqrt(5^2 + 12^2) = sqrt(25 + 144) = sqrt(169) = 13 m. Right segment length = sqrt(9^2 + 12^2) = sqrt(81 + 144) = sqrt(225) = 15 m. Total rope length = 13 + 15 = 28 metres.

Teacher comments (Tiger cadence): This is the kind of problem where sloppiness costs nothing — it’s either right or wrong. You must draw the diagram and name the horizontal distances clearly: 5 and 9. Compute vertical drop correctly (15 − 3 = 12). Then apply Pythagoras twice. If you tried to do this in your head without a diagram, you risked sign mistakes or mixing up which horizontal segment matches which vertical drop. If you got 28, excellent. If not, rework with a labelled diagram and show each squared sum. Do not skip the steps. Confidence without evidence is not allowed.

Rubric (10 points): Diagram and labelling: 3 pts; Correct triangle setup and Pythagoras application: 5 pts; Accuracy and final answer with units: 2 pts. ACARA mapping: Measurement & Geometry — right triangles and distance; Proficiencies: Fluency and Problem‑solving.


Final teaching notes on progression and practice

Sequence these tasks in instruction as follows: practice a few grid displacement and small Pythagorean problems (like Beast Academy) to build facility with integer vector moves and square roots. Then move to reasoning tasks that require selection among configurations (the rectangle minimisation). Finish with structured real‑world geometry computations (the slackrope) to consolidate Pythagoras in applied settings. Emphasise drawing clear labelled diagrams, listing candidate vectors, and writing short justification sentences for choices. That disciplined practice trains the same proficiencies ACARA v9 expects: fluency with operations, reasoning to choose efficient representations, and problem solving that connects geometry with algebra.

Work hard, be precise, and show every step. Mathematical confidence grows from repeated, careful practice — not guesswork.


Ask a followup question

Loading...