Problem:
Compute the maximum number of sides of a polygon that is the cross-section of a regular hexagonal prism.
Problem:
Compute the maximum number of sides of a polygon that is the cross-section of a regular hexagonal prism.
Solution:
Note that since there are 8 faces to a regular hexagonal prism and a cross-section may only intersect a face once, the upper bound for our answer is 8.
Indeed, we can construct a cross-section of the prism with 8 sides. Let and be the two bases of the prism, with being directly over . Choose points and on line segments and , respectively, and choose points and on segments and , respectively, such that . Then, the cross-section of the prism from the plane that goes through forms a polygon with 8 sides.
