Let's say we have two polygons with different numbers of sides. They can be any sort of shape, but they have to have the same area, and perimeter.
There could be such possibilities, but can someone show me with pictures? I just need visualize it.
Sometimes in life you just have to know it, and sometimes we need a picture shown in our faces :).






Just worked out a quick example, so the numbers may not be optimal: take a triangle with side lengths 2,3,4 - this has perimeter 9 and area $3\sqrt{15}/4$. It's easy enough to construct a rectangle with this data as well, by solving the equations $st = 3\sqrt{15}/4$ and $2s+2t = 9$. In fact, the sides lengths $s,t$ of the rectangle work out to be $\frac{1}{4}(9 \pm \sqrt{81-12\sqrt{15}})$.