Example — Finding the path: the rectangle

Let us take up again the problem of the rectangle with perimeter 2424 and area 3232.

Reasoning backwards: we need xx and yy. We have two equations in two unknowns, so the problem is “well posed”. We can:

  • solve by substitution (from the first: y=12xy=12-x; we substitute into the second);
  • or observe that xx and yy are the solutions of a single quadratic equation, by Viète’s formulae: t212t+32=0t^2 - 12\,t + 32 = 0 (see the next chapter).

We have two paths: both lead to the same answer, but the second is more elegant. It is good to learn to recognise when it is available.

Topics: Working method
Concepts: Backward reasoning · Solving strategy
Skills: Solving systems
People: François Viète (Vieta)