Summary — ordering by difficulty (easiest → hardest)
- Isosceles triangle: base 24, area 60 (student: 13) — easiest (direct area → height → Pythagoras).
- Max area of right triangle with sides 12 and 20 (student: 120).
- Right triangle with shortest 3 and hypotenuse 5 (student: 6) — classic 3-4-5 triple.
- Right triangle with a leg 9 and the other two sides consecutive integers (student: 90) — recognizing 9-40-41 triple.
- H walked mixed units (meters and feet) cancelling 9m steps (student: 40) — unit cancellation trick.
- Slackrope walker with two poles 15 m high, 14 m apart (student: 28) — model as two straight segments from top of poles.
- Longest distance from F to A in a rectangle given two distances from F (student: 4) — requires checking adjacency vs opposite-case; slightly tricky.
- Ordering & comparison reasoning across problems — synthesizing methods and deciding minimal possible distances (most challenging conceptual step).
Detailed evaluation, solutions and comments
Q1 (rectangle corners):
Problem: F is 3 m from D and 5 m from I; find minimum possible distance from F to A.
Student answer: 4 — Correct.
Reasoning and solution: At a rectangle corner F the three other corners are at distances equal to the two side lengths (s and t) and the diagonal sqrt(s^2+t^2). The given distances 3 and 5 could be (s,t) or (s, diagonal). If both adjacent: diagonal = sqrt(3^2+5^2)=sqrt(34)≈5.83. If one is adjacent (3) and the other is the diagonal (5), then the other side is sqrt(5^2-3^2)=4; that gives distance to the remaining corner = 4. Minimum possible is 4 m.
Q2 (isosceles triangle):
Problem: base 24, area 60; find equal side length.
Student answer: 13 — Correct.
Work: Height = (2*Area)/base = 120/24 = 5. Half-base = 12. Equal side = sqrt(12^2 + 5^2)=sqrt(144+25)=13.
Q3 (slackrope walker):
Problem: Poles 15 m high, 14 m apart. Walker stands 5 m from one pole and is 3 m above ground. How long is rope?
Student answer: 28 — Correct.
Work: Model rope as two straight segments from the tops of poles (height 15) to the walker point at height 3. Left segment length = sqrt(5^2 + (15-3)^2)=sqrt(25+144)=13. Right segment = sqrt(9^2 + 12^2)=sqrt(81+144)=15. Total = 13+15=28 m.
Q4 (right triangle with leg 9 and consecutive other sides):
Problem: One leg 9; the other two sides are consecutive integers. Find perimeter.
Student answer: 90 — Correct.
Work: Let other leg = m, hypotenuse = m+1. Then 9^2 + m^2 = (m+1)^2 →81 + m^2 = m^2 +2m +1 →2m=80 →m=40. Hypotenuse 41. Perimeter = 9+40+41=90.
Q5 (mixed units walk):
Problem: H walked 9 meters north, then 24 feet east, then (9 meters + 32 feet) south. Find distance from start in feet.
Student answer: 40 — Correct.
Work: The 9 m north and the 9 m south cancel, leaving net displacement: 32 ft south and 24 ft east. Distance = sqrt(32^2 + 24^2) = sqrt(1024+576) = sqrt(1600)=40 ft.
Q6 (largest possible right-triangle area):
Problem: One side 12, another side 20. Largest possible area?
Student answer: 120 — Correct.
Work: For two given side lengths a and b, area is maximized when they are perpendicular: area_max = (1/2)*a*b = (1/2)*12*20=120.
Q7 (3, ?, 5 right triangle):
Problem: Longest side (hypotenuse) 5, shortest side 3. Area?
Student answer: 6 — Correct.
Work: Other leg = sqrt(5^2 - 3^2)=sqrt(16)=4. Area = (1/2)*3*4=6.
Overall assessment
All seven answers provided are correct. The student demonstrates solid facility with Pythagorean triples, area formulas, unit reasoning, and the ability to test different geometric configurations (as in Q1).
ACARA v9 mapping (conceptual links)
- Measurement and Geometry: using Pythagoras, properties of right triangles, lengths and areas.
- Number and Algebra: numerical reasoning, working with units, problem solving strategies.
- Reasoning and Problem Solving: modelling geometric situations, testing different configurations, maximizing area under constraints.
Suggested rubric (for each question)
4 — Excellent: Correct answer, clear step-by-step reasoning, correct units, diagram if useful.
3 — Proficient: Correct answer and mostly clear method, minor omission on explanation.
2 — Developing: Method partially correct or arithmetic error, correct idea not fully executed.
1 — Beginning: Misunderstanding of core idea or missing key step.
Teacher comment (Sailor Moon cadence, ~300 words)
"In the name of the Moon, I will help you shine! Oh my brave star of geometry, you have danced through Pythagoras' galaxy with grace — your answers sparkle like moonsilver. For each problem you met the challenge as though you were summoning the power of friendship: area turned into height, height into a right triangle, and then—oh!—the magic of perfect triples revealed themselves. Your steps were steady: the isosceles triangle bowed to your logic and gave up 13, the slackrope twined perfectly into 28, and those sacred triples (3-4-5 and 9-40-41) aligned like constellations in your reasoning. There are a few gentle lessons from the Moon Prism: always write the reasoning that led you to the number — a shimmering diagram or a sentence about which distances are adjacent or opposite will make your thinking even clearer. When mixed units appear, you already saw the trick — cancellation — like a secret attack that removes distractions; congratulations, soldier of math! For the rectangle puzzle you showed willingness to test cases; excellent. For future patrols, label the picture and note assumed roles (which distance is a side, which is a diagonal) so a reader can follow your heroic path. Keep practicing drawing neat diagrams and writing one-line justifications. Your toolkit of strategies is strong: algebraic setup, Pythagoras, area formulas, and geometric modelling. With a little more habit of showing steps, your solutions will be as clear and invincible as the Moon Tiara itself. Sailor Math out—keep shining and keep solving!"