Step-by-step solutions (concise)
-
Problem 1 — Statement: F, I, D, and A are on the corners of a rectangle. From corner F, the distance to D is 3 m and the distance to I is 5 m. What is the minimum possible distance from F to A?
Reasoning and solution: From a corner of a rectangle, the three distances to the other corners are two side lengths (call them s and t) and the diagonal sqrt(s^2 + t^2). We are given two distances from F: 3 and 5. There are two possibilities:
- If 5 is the diagonal, then s = 3 and t solves 3^2 + t^2 = 5^2, so t^2 = 16 and t = 4. The three distances would be {3, 4, 5}, so the remaining distance FA could be 4.
- If 3 and 5 are the two side lengths, then the diagonal is sqrt(3^2 + 5^2) = sqrt(34) ≈ 5.83, which would make the remaining distance about 5.83 — larger than 4.
Student answer: 4 — correct.
-
Problem 2 — Statement: A slackrope is tied between two 15 m high poles that are 14 m apart. A walker stands on the rope 5 m away from one pole and is 3 m above the ground. How long is the rope?
Reasoning and solution: Treat the rope as two straight segments that meet at the walker (a V shape). Put coordinates: left pole top (0,15), right pole top (14,15), walker at (5,3). Compute distances from walker to each pole top with Pythagoras.
- Left segment length = sqrt((5-0)^2 + (3-15)^2) = sqrt(25 + 144) = sqrt(169) = 13.
- Right segment length = sqrt((14-5)^2 + (15-3)^2) = sqrt(81 + 144) = sqrt(225) = 15.
Student answer: 28 — correct.
-
Problem 3 — Statement: Two vertical poles 39 ft and 15 ft tall have bases 45 ft apart on flat ground. What is the shortest rope connecting their tops?
Reasoning and solution: The shortest straight connection between the tops is a straight line between points (0,39) and (45,15). Horizontal separation = 45, vertical difference = 24. Length = sqrt(45^2 + 24^2) = sqrt(2025 + 576) = sqrt(2601) = 51 feet.
Student answer given as sqrt(2601) — equivalent to 51 — correct.
Order of problems by difficulty (for a 13-year-old) and brief comparison
- Problem 3 (easiest) — direct Pythagoras between two points; one clear diagonal computation with given numbers.
- Problem 2 (medium) — Pythagoras twice, and understanding that a slackrope produces two straight segments meeting at the walker. Slightly more modelling than problem 3.
- Problem 1 (hardest) — requires reasoning about which given distances correspond to sides or diagonals in a rectangle and choosing the arrangement that gives the minimum possible value. It needs combinatorial thinking about the three distances from a corner.
Evaluation of student answers and rubric
Rubric for each question (0-4 points):
- 4 pts: Correct answer, clear method shown, units stated, neat arithmetic.
- 3 pts: Correct answer with brief justification but minor missing detail (e.g., didn’t state units).
- 2 pts: Correct idea but arithmetic or presentation errors; partial reasoning shown.
- 1 pt: Attempt made but major misunderstandings.
- 0 pts: No relevant attempt or completely incorrect reasoning.
Applying the rubric to the student answers:
- Problem 1: Student wrote 4. Award 4/4 if method shows why 4 arises (we saw correct numeric answer). If only the number with no explanation, give 3/4 but encourage showing the reasoning about side vs diagonal. Feedback: Great — you found the 3-4-5 triangle idea. Show the reasoning next time.
- Problem 2: Student wrote 28. Award 4/4 if work shows the two right triangles; otherwise 3/4. Feedback: Correct — neat use of Pythagoras twice; well done.
- Problem 3: Student wrote sqrt(2601). Award 4/4 (equivalent to 51). Feedback: Correct; simplify sqrt(2601) to 51 for clarity.
ACARA v9 mapping (summary)
These tasks practice measurement and geometry skills expected around Years 7–9: using the Pythagorean theorem to find distances on flat ground, modelling line segments between points in the plane, and reasoning about properties of rectangles. They align with ACARA v9 expectations for applying geometric reasoning and measurement to solve practical problems.
Teacher comments in Sailor Moon cadence
"In the name of the Moon, I will guide thee through Pythagoras and protect thy reasoning!"
"Shine bright, sailor of geometry: you spotted the 3-4-5 harmony — transform that spark into explanation next time!"
"With the power of clear diagrams, reveal every step and show your work: the universe of answers will smile upon you."
700-word pedagogical summary (purpose, methods, next steps)
These three problems are excellent practice for a 13-year-old learning to apply the Pythagorean theorem, coordinate thinking and spatial reasoning. All three rely on the same core concept: given perpendicular separations and horizontal distances, the straight-line connection is found by treating the situation as a right triangle. The first problem extends that idea by asking the student to think about which distances come from sides and which come from the diagonal of a rectangle. That requires a small combinatorial step: list the three possible distances from a corner and match the given numbers to those roles. It is a useful transition from plug-and-chug computation to reasoning about the structure of a figure.
Pedagogically, it is good to encourage students to draw a labelled diagram for each problem. For Problem 1 a simple rectangle with F marked and two distances drawn to the other corners makes it clear which distances might be side lengths and which might be the diagonal. For Problem 2, place coordinates on the ground axis and mark pole heights: this turns the problem into two right triangles that share the walker vertex. For Problem 3, draw the two poles and a straight line between tops, then highlight the horizontal and vertical separations used in Pythagoras. Developing the habit of labelling coordinates (even simple ones like 0, 45 on the ground) reduces cognitive load and prevents sign or orientation errors.
Feedback style for this age should be encouraging and concrete. Praise correct answers but insist on showing steps. When a student writes only the final number, suggest explicitly: "Show the diagram and the Pythagoras calculations so I can follow your thinking." For Problem 1, praise recognition of 3-4-5 structure and ask the student to explain why the other possibility leads to a larger distance.
Next learning steps: practise more problems that require choosing which segments are sides and which are diagonals, include some problems where coordinates are negative or not aligned left-to-right, and introduce simple optimisation tasks (minimise or maximise a distance subject to constraints). Encourage students to check whether answers are realistic: e.g., in Problem 2 the rope being 28 m between two poles 14 m apart is plausible because the slack makes the rope longer than the straight-top-to-top distance.
Finally, remind learners about units and simplification: sqrt(2601) is correct but write 51 ft. Clear notation, labelled diagrams and concise explanations earn full marks and build solid geometric thinking for later algebra and trigonometry.