Bob S. answered 04/17/25
Electrical Engineer (PhD), can also help with Physics, Math and Coding
Looks like no one wanted to answer this one!
We want to specify a regular polygon with an apothem of 10 feet and an area of 500 square feet.
From https://mathmonks.com/polygon/area-of-polygon we know that the area of a regular polygon is given by:
A = (1/2) * p * a
where p = perimeter and a is the apothem. The perimeter can be written as n * s where n = number of sides, each of which is s feet long. From the formula:
A = (1/2) * n * s ft * 10 ft = 500 ft^2
or
n * s = p = 1000 ft^2 / 10 ft = 100 ft
The problem has many solutions. Note that a regular polygon has 3 or more sides.
n s
=======
3 33.33 ft
4 25 ft
5 20 ft
...
10 10 ft
50 2 ft
100 1 ft
etc.