憋闷(五角)2
'Pent-up' Frustration 2
题目详情

You have seventeen identical unit regular pentagonal tiles on a tabletop. If you arrange them all into a single polyform (so each pentagon placed after the first shares a side with an already-placed pentagon, but no two pentagons overlap other than along their boundaries), what is the smallest nonzero distance you can create between two of the pentagons? Here, the distance between pentagon A and pentagon B is the infimum of the set of distances between any point of A and any point of B. Give your answer rounded to seven decimal places.
[As an example, if you only had four pentagons the answer would be ~0.5877853, from the arrangement pictured above.]
解析
Original Explanation

For the November challenge you were asked to arrange 17 unit pentagons into a polypent to minimize the distance between two of the non-touching pentagons. A careful search gives several arrangements (one pictured above) with pentagons only ~0.1387573… apart. One exact form for this distance is sqrt(65/8 - (29 * sqrt(5))/8).
Congrats to this month’s solvers!