Given the four-pointed star polygon formed by the rectangle, with dimensions l1xl2, and four triangles, with height, h, from their bases to the apices, find the rectangle, with dimensions y1xy2, such that has the same area of the given star polygon, and covers the given rectangle (cf. figure below). Given x=[l1 l2 h], return y=[y1 y2].

Solution Stats

13 Solutions

10 Solvers

Last Solution submitted on Jul 08, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...