1.2.11 · D5Basic Geometry
Question bank — Perimeter of polygons — regular and irregular
True or false — justify
True or false: every polygon with all sides equal is a regular polygon.
False — equal sides is only half the definition. A rhombus has 4 equal sides but unequal angles, so it is not regular; a regular polygon needs equal sides and equal interior angles.
True or false: can be used for any polygon as long as you know .
False — it only works when every side genuinely equals . For irregular polygons there is no single to multiply, so you must add each side individually.
True or false: two different-looking polygons can have exactly the same perimeter.
True — perimeter only tracks total boundary length, not shape. A rectangle and a square both have perimeter , yet look nothing alike.
True or false: if you double every side of a polygon, its perimeter doubles.
True — perimeter is a sum of lengths, and doubling each length doubles their sum: . (Note: the area would quadruple, not double — a common mix-up.)
True or false: perimeter is always a whole number.
False — sides can be any positive length. A right triangle with legs and has a hypotenuse of (an irrational length), so its perimeter is not a whole number. (This is where the Pythagorean theorem enters.)
True or false: a shape drawn with curved edges, like a circle, has a "perimeter" you find by adding sides.
False — a circle has no straight sides to add. Its boundary length is called circumference and uses ; see Circles. The "sum of sides" idea only applies to polygons.
True or false: the perimeter of a square is .
False — that is the area formula. Perimeter is (a length in cm or m); area is (a surface in cm² or m²). Different formulas, different units.
Spot the error
"A pentagon has 5 sides and one side is cm, so cm." — what's wrong?
The multiply-by- shortcut assumes all five sides are cm. You were only told one side; the other four are unknown, so you cannot find the perimeter at all with this information.
"A triangle has sides , , ; perimeter ." — what's wrong?
A side was dropped. A triangle is closed and always has three sides, so . Always check your count of terms equals the number of sides.
"Side one is cm, side two is m, side three is cm, so ." — what's wrong?
The is in metres but the others in centimetres — you cannot add mixed units. Convert first: m cm, giving cm. See Units of measurement.
"This rhombus has 4 equal sides, so it's regular and I can use ." — what's wrong?
Two errors bundled: a rhombus is not regular (its angles differ), but still works here because that formula only needs equal sides, not equal angles. So the answer is right for the wrong reason — the "regular" label is the mistake.
"The perimeter of this rectangle is ." — what's wrong?
That product is the area. Perimeter of a rectangle is — you sum all four edges, not multiply two of them.
"For a regular hexagon of side , cm." — what's wrong?
and were added instead of multiplied. The formula is cm; counts how many sides, is how long each one is.
Why questions
Why does adding all sides work for both regular and irregular polygons?
Because perimeter is defined as the total distance around the closed boundary, and each side is a straight segment whose length is the distance between its endpoints. Summing them is just measuring that full walk — the definition never changed, only the arithmetic shortcut did.
Why can we replace ( times) with for regular polygons only?
Multiplication is repeated addition of the same number. Only when every side is identical is the repeated number the same, so only then does the multiplication factor-out cleanly.
Why is perimeter measured in cm (not cm²) while area is measured in cm²?
Perimeter is one-dimensional — a length you could unroll into a straight line. Area covers a two-dimensional surface, so its units carry a square. The dimension of the quantity dictates the unit's power. See Area of polygons.
Why might you need the Pythagorean theorem before computing a perimeter?
Sometimes a slanted or diagonal side isn't given directly but forms the hypotenuse of a right triangle from known horizontal and vertical pieces. You compute that missing length with , then add it in.
Why is "regular" a stronger condition than "all sides equal"?
"All sides equal" (equilateral) fixes only the lengths; "regular" also fixes all interior angles (equiangular). A shape can meet the first without the second, like a rhombus, so regular ⇒ equilateral but not the reverse.
Edge cases
Can a polygon have a perimeter of exactly ?
No — a polygon needs at least 3 sides of positive length forming a closed loop, so its perimeter is always strictly greater than . A "shape" with zero perimeter is just a point, not a polygon.
What is the smallest number of sides a polygon can have, and how does that limit perimeter formulas?
Three (a triangle). With the regular formula becomes — that's why an equilateral triangle's perimeter is . Nothing with 1 or 2 sides can close into a polygon.
If a regular polygon keeps its side length fixed but gains more sides, what happens to its perimeter?
It grows without bound: increases linearly as increases. A regular 100-gon with has , a 1000-gon has — more sides of fixed length means a longer boundary.
As a regular polygon's number of sides grows huge while its overall size stays fixed, what shape does its perimeter approach?
It approaches a circle, and its perimeter approaches that circle's circumference. This is the bridge from polygon perimeter to in Circles — the polygon "smooths out" into a curve.
Does a very thin, sliver-like triangle (almost a flat line) still have a well-defined perimeter?
Yes — even a near-degenerate triangle has three measurable side lengths, so still holds. As it flattens toward a line segment, two sides nearly equal the third, and the perimeter approaches twice that longest side.
If two sides of an irregular polygon happen to be equal, can you use ?
No — requires every side to equal . A couple of matching sides don't help; you still add all sides individually because the rest differ.
Recall One-line summary of every trap here
Perimeter is always "add up the closed boundary." The only questions are: did you count all sides, are they in the same unit, and is actually allowed (only when every side is equal)?
Connections
- Perimeter of Polygons — Regular and Irregular — the parent note with full derivations
- Area of polygons — the classic perimeter-vs-area confusion lives here
- Triangles and Quadrilaterals — where side-counting traps bite most
- Circles — the limiting shape when polygon sides go to infinity
- Pythagorean theorem — recovers hidden slanted side lengths
- Units of measurement — the "mixed units" trap