Rectangle minimisation — corner distances
Student: 13 years · Objective: Given corner distances 3 m and 5 m, list configurations, compute the third distance, choose the minimum. (Cornell notes)
Cues / Questions
|
Notes / Work (step-by-step)
Draw a rectangle and label one corner F. Let the two sides meeting at F be a and b (these are the side lengths). The distance from F to the opposite corner (the diagonal) is d = √(a2 + b2). Small sketch to draw: All possible sensible assignments of 3 and 5 to {a, b, d}:
Summary of computed unknown distances
Which is smallest? The smallest possible remaining distance is 4 m (from Case B or C). The alternative (both sides 3 and 5) gives a diagonal about 5.83 m, which is larger.
Ally-style aside (cheeky and encouraging): You tried on every possibility like different outfits for a courtroom dance — neat labels, neat algebra, and a clean final pick. When you spot a 3-4-5 pattern, sing it out; it saves time!
|
The minimum possible remaining distance is 4 m, because the only feasible assignment that makes one of the given lengths the diagonal (5 m) leads to the other side b = √(52 − 32) = 4 m, while the case where 3 m and 5 m are both sides gives a larger diagonal √34 ≈ 5.83 m.