A rectangle has integer length sides and an area of 2024. What is the least possible perimeter of the rectangle?
- A)
- B)
- C)
- D)
- E)
Answer
B
Key insight
2024 = 45^2 - 1 = 44 * 46, a factor pair as close to sqrt(2024) as integers allow, so the perimeter is 2(44 + 46) = 180.
Solution
For a fixed area, a rectangle's perimeter is smallest when its two sides are as nearly equal as possible, so we want the factor pair of closest to .
Since , we have
No integer pair can be closer than two apart while multiplying to a non-square, so is optimal. Its perimeter is
The answer is .
Why this works
Among rectangles of fixed area, the square has the least perimeter (AM-GM: ), so integer problems reduce to finding the factor pair straddling the square root most tightly. Recognizing as one less than a perfect square hands you that pair via the difference of squares. As a check, is just under , so the perimeter must be at least about , which rules out (A).
The trap
Picking a factor pair from the prime factorization 2^3 * 11 * 23 without checking that 44 and 46 are the closest pair, e.g. 23 * 88 giving 222.
Common mistakes
- Picking a factor pair from the prime factorization 2^3 11 23 without checking that 44 and 46 are the closest pair, e.g. 23 * 88 giving 222.
- Reporting the semi-perimeter or the side sum instead of the full perimeter.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Bound the quantity above/below or estimate to pin it down