2025 SSMO Team Round Problems/Problem 3
Problem
A rectangle is divided as shown into nine smaller rectangles. The areas of the five smallest rectangles are
and
. What is the largest possible area of the original rectangle?
Solution
Without loss of generality, assume that the sub-rectangle with area
is in the bottom-left corner. We label the areas and the side lengths of the sub-rectangles as shown.
Then, we have
\begin{align*}
W &= abde = PR\\
X &= acde = QR\\
Y &= abdf = PS\\
Z &= acdf = QS.
\end{align*}
Because
and
, we must have
. By analogous reasoning, we can conclude that
as well. Therefore,
.
We know that have
. Thus, in order to maximize the area of the original rectangle, it suffices to maximize the value of
. We have
\begin{align*}W+X+Y+Z &= PR+QR+PS+QS \\
&= (P+Q)(R+S).
\end{align*}
We know that
, so the expression
is maximized when
, which is achievable; for example, consider
. This yields
as the largest possible value of
. Hence, the largest possible area of the original rectangle is
.
~Sedro