Alice has three pins, labeled A, B and C, respectively, located at the origin of the coordinate plane. In a move, Alice may move a pin to an adjacent lattice point at distance 1 away. What is the least number of moves that Alice can make in order for triangle ABC to have area 2024?
(In reply to
Analytic and a program by Larry)
First, the problem doesn't specify the area be at least 2024. I interpreted it as the area must be exactly 2024.
Second, the moving constraints mean the most efficient way to build a large triangle isn't necessarily to make it nearly equilateral. A right triangle will do fine. (0,0) (64,0) (0,64) gives an even larger triangle of Area 2048 with the same number of moves.
|
Posted by Jer
on 2025-02-27 08:01:38 |