I have a rectangle of width $20$ meters, length $50$ meters.
How to draw the divider inside this rectangle into $5$ parts, each part has an area of $200m^2$ provided that the total length of the drawn lines inside the rectangle be divided as short as possible.


I would draw 4 lines of length 20 separated 10 apart.
Don't know how to prove that this is the best.
Note that after three of these have been drawn, what is left is a 20 x 20 square, so the last line can be vertical or horizontal.
This might imply that other arrangements might be better. However, I don't think so.