Sign In
A big problem can often be solved by dividing it into several smaller problems which can be dealt with separately.
See solution.
To discuss how to find the perimeter and area of any polygon, we can consider a general example.
Let's begin by drawing a general polygon in a coordinate plane.
The area of many polygons, for instance rectangles and triangles, can be calculated directly using a formula. If, for a specific polygon, such a formula is not known, the polygon can be divided into triangles. A polygon with n sides can always be divided into n-2 triangles. We can, for instance, divide the same quadrilateral as above into two triangles.
We can then calculate the area of each triangle using the formula A=1/2bh. The total area of the polygon is then calculated by adding the areas of the triangles.