Problem 61081. Slicing the area of a regular polygon

Given the area, A, of a regular polygon with n sides, each of length s, consider its decomposition in congruent isosceles triangles of base s and heigth h. Find the rectangle, with dimensions L×h, which covers all n triangles in their adjacent positions (n>3, cf. figure below). Complete the problem by determining the area, A_r, of the rectangle.
Hint: Consider that we are slicing the polygon into triangular slices and put them into the rectangle.
input: (A, n)
output: y = [L h A_r]
Slicing square (n=4)

Solution Stats

100.0% Correct | 0.0% Incorrect
Last Solution submitted on Nov 22, 2025

Solution Comments

Show comments

Problem Recent Solvers3

Suggested Problems

More from this Author5

Problem Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!