I want to draw a regular pentagon and a regular hexagon such that their perimeter is equal and they all have integer side lengths.
What is the minimum perimeter (each) of these two polygons?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the side length of the hexagon be x and the pentagon be y :
5 x = 6 y
5 ∣ 6 y ⇒ y ≥ 5 , 6 ∣ 5 x ⇒ x ≥ 6
This is because g cd ( 5 , 6 ) = 1 so our minimum perimeter is:
5 × 6 = 3 0