PDF

Part 1 — Ordering the three problems by difficulty (Sailor Moon cadence)

Moon sparkle! Let us march bravely from easiest to most challenging, like Sailor Scouts forming a plan: clear, brave and full of geometry magic. I will compare the Beast Academy Pythagorean Path (Semester 1) with two AoPS Alcumus Semester 2 problems — the rectangle-corner distance puzzle and the slackrope walker — and map learning goals to ACARA v9 ideas so you can see how skills progress across semesters.

Summary of the three problems (quick reminder)

  • Semester 1 (Beast Academy 5D): Pythagorean Path on a 6×6 grid — you must join five marked dots starting from the given dot so consecutive distances follow 2, 1, √10, √5 in that order.
  • Semester 2 (AoPS #1): Four corners of a rectangle are occupied. From corner F the distances to corners D and I are 3 m and 5 m. What is the minimum possible distance from F to the remaining corner A?
  • Semester 2 (AoPS #2): Two 15 m poles have a rope tied from top to top, poles 14 m apart. A walker stands on the rope 5 m from one pole and is 3 m above ground. How long is the rope?

Difficulty ordering (easiest → hardest)

  1. Slackrope walker (AoPS, Semester 2) — Easiest. Why: It is a straightforward Pythagorean distance calculation. Place coordinates, compute two right-triangle distances (5 and 12; 9 and 12) and add them: rope length = 13 + 15 = 28 m. For a 13-year-old who has met Pythagoras, this is direct and procedural.
  2. Rectangle corners (AoPS, Semester 2) — Medium. Why: This needs a small conceptual leap: recognise the three distinct distances from a corner are the two side lengths and the diagonal (a, b, and √(a^2+b^2)). Given two numbers (3 and 5), students must decide which pair they represent (side+side or side+diagonal) and then compute the remaining distance; the minimal possible third distance appears by interpreting 3 and 5 as side and diagonal, yielding 4. This is less routine than direct computation but short and logical.
  3. Pythagorean Path (Beast Academy, Semester 1) — Hardest. Why: This combines: (a) recognizing lattice distances (e.g. which pairs of grid points are distance 2, 1, √5, √10 apart), (b) planning a single continuous path through five marked nodes that meets a specified sequence of step lengths, and (c) search and elimination in a 6×6 grid. It requires spatial reasoning, planning, and sometimes trial-and-error or systematic search. For many students it is the most open-ended and demanding.

Skill progression (Semester 1 → Semester 2) and suggested ACARA v9 mapping

We want students to move from identification and local reasoning (grid distances, working with combinations of integer steps) to confident, flexible use of Pythagoras and geometric reasoning in applied contexts.

  • Beast Academy Pythagorean Path (Semester 1): Focus: coordinate/lattice distances, classification of distances (integers vs. square roots) and planning paths. ACARA v9 learning focus: understanding distance in the plane, use of Pythagoras in lattice contexts, and geometric problem solving (suggested content descriptors: use Pythagoras in right-angled contexts and apply coordinate reasoning). This builds spatial sense and identification of common root distances (√5, √10).
  • AoPS – Rectangle (Semester 2): Focus: reasoning about which measurements correspond to sides vs diagonal and optimizing the unknown distance (minimum). ACARA v9 focus: Pythagoras and geometric reasoning to solve problems and interpret results; comparing candidate configurations to determine minimal or maximal values.
  • AoPS – Slackrope (Semester 2): Focus: modeling the situation with right triangles and computing distances. ACARA v9 focus: applying Pythagoras to real-world contexts, constructing diagrams and computing lengths accurately.

Progression summary: Semester 1 builds a concrete geometric vocabulary and lattice experience; Semester 2 expects fluent application of Pythagoras and reasoning about multiple configurations, moving from recognition to flexible modeling and optimization.

Part 2 — Model answers, exemplar student answers and teacher comments (Sailor Moon cadence)

Model solutions (clear steps)

1) Beast Academy — Pythagorean Path (model approach)

Step 1: Mark grid coordinates for the five dots and the start. Step 2: List possible vector displacements on the grid whose lengths equal 2, 1, √10 and √5 (e.g. length 1: (±1,0) or (0,±1); length 2: (±2,0) or (0,±2); √5: (±1,±2) or (±2,±1); √10: (±1,±3) or (±3,±1)). Step 3: From the start, follow each allowed step of length 2 to candidate next dots, then from each of those follow a step of length 1, then √10, then √5. Step 4: Keep only paths that visit distinct marked dots and reach all five marked dots exactly once. Step 5: Verify continuity and that the path uses all five marked points. (Because this is combinatorial, a systematic brute-force search or careful elimination usually yields the correct path.)

2) Rectangle corners — minimum F to A

Model: From corner F, the three other corners are at distances a, b (the side lengths) and √(a^2+b^2) (the diagonal). The two known distances 3 and 5 can be either (a,b) or (a,√(a^2+b^2)). Case A: if 3 and 5 are the sides, the third distance is √(3^2+5^2)=√34 ≈ 5.83. Case B: if one is a side and the other the diagonal, take a=3, √(a^2+b^2)=5 so b=√(5^2−3^2)=4; the remaining distance is 4. The other option (a=5 diagonal=3) is impossible. So the minimal possible remaining distance is 4 m.

3) Slackrope walker — rope length

Model: Put left pole top at (0,15) and right pole top at (14,15). Walker stands 5 m from left pole on ground axis, and is at height 3, so walker point is (5,3). Distance from left top to walker = √(5^2 + (15−3)^2) = √(25 + 144) = √169 = 13. Distance from walker to right top = √((14−5)^2 + (15−3)^2) = √(9^2 + 12^2) = √(81 + 144) = √225 = 15. Rope length = 13 + 15 = 28 m.

Exemplar student answers and teacher comments (rubric + Sailor Moon cadence feedback)

Rubric (4 levels)

  • 4 (Excellent): Correct answer, clear diagram, full reasoning, and correct justification of choices.
  • 3 (Proficient): Correct answer with minor gap in explanation or fewer labels on diagram.
  • 2 (Developing): Partial correct reasoning or correct numeric work but incorrect or missing justification.
  • 1 (Beginning): Major errors, incorrect reasoning or computations, or no clear strategy.

Exemplar for Slackrope (student answer)

Student writes coordinates, computes left segment √169 = 13, right segment √225 = 15 and sums to 28. Diagram shows poles and walker point. Conclusion: rope is 28 m.

Teacher comment (Sailor Moon cadence): Oh, shining student, you have the power of Pythagoras in your heart! You drew the picture, used right triangles and summed the lengths — perfect execution. Score: 4. ACARA v9 link: applying Pythagoras to solve length problems.

Exemplar for Rectangle corners (student answer)

Student reasons: Distances from a corner are two sides and a diagonal. If 3 and 5 are sides, third is √34; if 3 is side and 5 is diagonal then the other side is 4. So minimum is 4. Diagram labels sides a=3, b=4 and diagonal=5. Conclusion: 4 m.

Teacher comment (Sailor Moon cadence): Brilliant logic, soldier of geometry! You noticed the three kinds of distances and tested possibilities. Clear diagram and crisp conclusion — this is elegant reasoning. Score: 4. ACARA v9 link: geometric reasoning and using Pythagoras to deduce unknown sides.

Exemplar for Pythagorean Path (student answer)

Student lists allowed step vectors for each required length, tries candidate 2-step moves from the start, and finds a single continuous path that visits all five marked dots matching distances 2→1→√10→√5. Student includes small table of choices and a final labelled path on the grid.

Teacher comment (Sailor Moon cadence): Moon power, you are persistent and systematic — exactly what this puzzle demands. Your list of vectors (1,0), (0,1), (1,2), (1,3) and their negatives shows mature understanding of lattice distances. You showed your search path and eliminated dead ends. Score: 4 for an excellent constructive solution. For students who struggle: encourage drawing, a clear table of candidate moves and marking visited dots. ACARA v9 link: coordinate geometry, using Pythagoras in grid contexts, and combinatorial problem solving.

Final guidance for teaching and progression

Move students from pattern recognition (lattice distances) to modeling and optimization. Use scaffolded tasks: start with simple Pythagorean checks (slackrope), move to reasoning puzzles (rectangle minimal distance), then apply search and planning (Pythagorean Path). This sequence reinforces ACARA ideas: using Pythagoras, constructing diagrams, and explaining reasoning — exactly what a 13-year-old needs to grow into confident geometric problem solvers.

Keep shining, young Sailor of Math — geometry needs your courage and careful steps!


Ask a followup question

Loading...