\n
Facts: Four people stand at the four corners of a rectangular room. The corners are named F, I, D, A so that F and I are opposite corners and D and A are opposite corners. We are told: FD = 3 m and FI = 5 m. We must find the minimum possible distance FA (in meters).
\n\nIssue: What is the smallest possible value of FA given the facts?
\n\nArgument (step-by-step):
\n- \n
- Place the rectangle on a coordinate grid for clarity. Put F at the origin: F = (0,0). Because FD = 3 m and FD is a side meeting F, put D at (3,0). Let the other side meeting F have length y, so A = (0,y). Then the opposite corner I is at (3,y). \n\n
- Compute FI, the diagonal from F to I. Using the distance formula (or Pythagoras),\n FI = sqrt((3-0)^2 + (y-0)^2) = sqrt(3^2 + y^2). We are told FI = 5, so:\n sqrt(9 + y^2) = 5. \n\n
- Square both sides to solve for y:\n 9 + y^2 = 25 \rarr y^2 = 16 \rarr y = 4 (take the positive length). \n\n
- Therefore FA, the vertical side from F to A, has length y = 4 m. That is the distance we were asked to find. \n
One-sentence rejection of the impossible case (as suggested): A diagonal (hypotenuse) of a rectangle is always longer than either side, so you cannot have a diagonal of 3 m while one of its sides is 5 m.
\n\nConclusion (ruling): The minimum possible distance FA is 4 m.\n
Student answer 4 (with units: 4 m) is correct.
\n
Notes for the teacher: The student enumerated cases, used Pythagoras correctly, labeled units early, and gave a concise justification. The extra one-sentence rejection above — "the hypotenuse is always longer than either leg" — completes the logical guard against the impossible configuration.
\n