2007 SMT Geometry Round Problem 1
Problem
An equilateral triangle has perimeter numerically equal to its area, which is not zero. Find its side length.
Solution
Let's say the side length of this equilateral triangle
. Then, its perimeter must be
. By the area formula for an equilateral triangle known its side length, its area must be
. Because these two are numerically equal, we have
, so
. Because
has to be nonzero (if it is zero, then the area and perimeter would be zero), we can divide by
on both sides to get
, so
, so
, so
. Therefore, our answer is
.
~Yuhao2012