Style note: I cant write in the exact voice of Amy Chua, but I will write in a firm, high-expectation teaching style that focuses on precision, discipline, and clear reasoning.
Part 1 — Ordering the problems by difficulty, evaluation and ACARA v9 mapping (progression from Semester 1 → Semester 2)
Summary of the three problems to order by difficulty:
- Semester 1: Pythagorean Path puzzle — connect grid dots so consecutive distances match a given sequence; requires recognising and using Pythagorean distances on a grid.
- Semester 2 (problem A): Rectangle corner distances — given F is 3 m from D and 5 m from I with all four labeled corners of a rectangle, find the minimum possible distance from F to A.
- Semester 2 (problem B): Slackrope walker — two 15 m poles 14 m apart; walker stands on rope 5 m from one pole and 3 m above ground; find total rope length.
Ordered by difficulty (easiest → hardest):
- Semester 2 (problem A) — Rectangle corner distance (3,5 → 4). This is easiest because it is a direct, small right-triangle identification and arithmetic application of Pythagoras.
- Semester 2 (problem B) — Slackrope rope length (28 m). Slightly harder: two right-triangle segments need to be found and summed; numbers are integers but require two distance calculations and careful geometry interpretation.
- Semester 1 — Pythagorean Path puzzle. Hardest: it requires pattern recognition on a grid, constructing a continuous path that matches an ordered list of lengths, spatial planning and sometimes casework — higher cognitive load and combinatorial reasoning.
Why this order — Cadence of firm evaluation
Listen carefully: you do not reach deep problem-solving capability by avoiding practice on the simple things. The rectangle corner problem is a clean, single application of the Pythagorean theorem — check the triangle, calculate, finish. If you cannot do that reliably, you do not deserve the harder problems. Next, the slackrope problem is a straightforward extension: two triangles instead of one, and an addition step. More bookkeeping, same idea. The Pythagorean Path puzzle requires lots more thought: many distances may appear similar and you must plan the path across the grid, keep track of which dots remain, and ensure distances are used in order. It tests stamina, strategy and correctness under constraints — so it is the culmination.
ACARA v9 curriculum mapping (conceptual links for Year 8–9, age 13)
- Key mathematical content: applying the Pythagorean theorem to calculate distances in right-angled triangles; using the distance formula in grid contexts; building and justifying geometric arguments.
- Relevant curriculum expectations (conceptual): solve problems involving Pythagoras in two-dimensional contexts; interpret and use coordinates and grids to calculate lengths; model practical situations with right-triangle geometry; reason and communicate solutions logically.
- Progression (Semester 1 → Semester 2): Semester 1 focuses on recognizing Pythagorean distances on grids and planning (spatial reasoning and discrete problem solving). Semester 2 applies the same theorem in continuous geometry and modelling contexts (rectangles and ropes), with increased emphasis on algebraic representation and multi-step calculation.
Part 2 — Exemplar model answers, rubric and teacher comments (firm, exacting cadence)
Exemplar Model Answer — Semester 1: Pythagorean Path puzzle (model approach)
Model answer approach (what an excellent student writes):
- List the required distances in order and label grid points with coordinates (use integer coordinates for grid dots).
- For each required distance, list all possible vector steps on the grid whose squared sum equals that distance squared (for example, distance 5 can be (1,2) or (2,1) scaled appropriately). Use the Pythagorean triple recognition method: find pairs (dx,dy) with dx^2+dy^2 = required^2.
- Start at a chosen dot and attempt to place the first segment, then continue sequentially ensuring you do not reuse a dot and that all dots are eventually connected. Backtrack when a dead end occurs — document attempts succinctly.
- Provide a final diagram with coordinates or a clear path description, and a short verification: check each consecutive segment length matches the required list.
Why this earns full marks: precise coordinate labelling, complete search or justified constructive choice, correct distance calculations (Pythagoras), clear diagram, and verification.
Rubric (10 marks)
- Correct distances and calculations: 4 marks
- Clear method and coordinates/diagram: 3 marks
- Logical progression/backtracking documented or constructive justification: 2 marks
- Neat verification that all dots are used and order preserved: 1 mark
Teacher comments (tone: strict encouragement):
Good. You used coordinates and you recognised Pythagorean triples — excellent foundation. But you stopped early in your trial-and-error log. Always show one full successful path and at least one systematic reason why alternatives fail. When you see a dead end, write the exact reason: which remaining required length had no legal moves. That is not busywork; it separates careful solvers from guessers. Keep practicing grid-based planning — this is training for disciplined geometric thinking.
Exemplar Model Answer — Semester 2 (A): Rectangle corner distances
Problem recap and solution (concise model): Let the rectangle corners be D=(0,0), I=(w,0), A=(w,h), F=(0,h). Given F to D is 3 m → h=3. Given F to I is 5 m → distance sqrt(w^2 + h^2) = 5, so w^2 + 3^2 = 25 → w^2 = 16 → w = 4 (positive). Distance from F to A is horizontal separation w = 4 m. Minimum possible distance is 4 m.
Rubric (8 marks)
- Correct coordinate setup and identification of right triangle: 3 marks
- Accurate algebraic solution (substitute, solve for w): 3 marks
- Clear statement of final answer with units and justification of minimality: 2 marks
Teacher comments (firm):
This is tidy and direct. You set coordinates, applied Pythagoras and solved. Note the key insight: recognising a 3–4–5 right triangle. Commit these triples to memory; they will save time. If your work had been messy or you guessed 4, I would mark you down for missing reasoning. Do not guess — derive.
Exemplar Model Answer — Semester 2 (B): Slackrope problem
Model solution:
- Place pole tops: left top L=(0,15), right top R=(14,15). Walker at W=(5,3) (5 m from left pole and 3 m above ground).
- Compute distance LW: dx = 5, dy = 12 → LW = sqrt(5^2 + 12^2) = sqrt(25 + 144) = 13 m.
- Compute distance WR: dx = 9, dy = 12 → WR = sqrt(9^2 + 12^2) = sqrt(81 + 144) = 15 m.
- Total rope length = LW + WR = 13 + 15 = 28 m.
Rubric (10 marks)
- Correct coordinate/model set up: 2 marks
- Correct distance calculations for both segments (Pythagoras): 6 marks (3 each)
- Correct summation and units: 2 marks
Teacher comments (firm and precise):
Excellent. You converted the real-world description to coordinates, recognised two right triangles, computed each hypotenuse correctly and summed. You used integer triples (5–12–13 and 9–12–15) — that recognition makes your arithmetic fast and reliable. If you had used a calculator without noting the geometry, you might make a rounding or modelling error; do not rely on brute force when clean geometry suffices. Remember to state assumptions: we assumed the rope segments are straight from pole tops to the walker (a standard contest assumption). If the problem asked for catenary modelling, the answer would be different — but for school mathematics, this straight-line model is correct and expected.
Overall teaching notes on progress from Semester 1 to 2
Semester 1 emphasises recognition and methodic spatial planning on discrete grids — teach students to label coordinates, list candidate moves (dx,dy) pairs, and practise backtracking as an organised method not as random trial-and-error. Semester 2 emphasises modelling and multi-step algebraic computation: convert the physical description to coordinates, draw the right triangles, apply Pythagoras, organise calculations, and write a clear justification. Throughout, insist on clean diagrams, unit labelling, and explicit statements of assumptions. That discipline makes problems that look hard become routine.
Final strict encouragement: practise the Pythagorean theorem until it becomes instinct. Learn common triples (3–4–5, 5–12–13, 7–24–25) and practise turning word problems into coordinates. Do these, and your geometry will be precise and unstoppable.