Mathematics II · Calculator allowed

Perimeter and Area of 2D Shapes

Perimeter is the distance around the edge; area is the space inside. Here is how to measure both for rectangles, triangles, and circles, even when shapes are combined.

Imagine you are putting a fence around a garden and then covering that same garden with sod. The fence follows the outside edge, that length is the perimeter. The sod fills the inside, that surface is the area. Two different jobs, two different measurements.

Good news for the CAEC calculator section: the formulas you need are printed right on the provided formula sheet, and a calculator is allowed. Your job is to pick the right formula, plug in the numbers carefully, and label your answer with the correct units. Let's walk through each shape.

First, a word about units

Units are easy marks, so do not lose them. The pattern is simple:

  • Perimeter and circumference are lengths, so they use plain units: cm, m, km.
  • Area covers a surface, so it always uses square units: cm², m², km².
Quick check: if your answer measures the edge, the units are single (m). If it measures the inside, the units are squared (m²). Writing the wrong units can cost you the mark even when the number is right.

Rectangles

A rectangle has a length (l) and a width (w). To go around it, you add up all four sides; to fill it, you multiply length by width.

l = 8 mw = 5 mArea = l × w
Perimeter

P = 2l + 2w

Or: add all four sides.

Area

A = l × w

Length times width.

Worked example #1. A rectangular room is 8 m long and 5 m wide. Find its perimeter and its area.

Perimeter:
  P = 2l + 2w
  P = 2(8) + 2(5)
  P = 16 + 10
  P = 26 m

Area:
  A = l × w
  A = 8 × 5
  A = 40 m²
Answers: perimeter 26 m, area 40 m². Notice the perimeter is in metres (length) and the area is in square metres (surface).

Triangles

For a triangle, the perimeter is just the three sides added together. The area uses the base (b) and the height (h). The height must be the straight-up distance from the base to the top point, the perpendicular height, not a slanted side.

b = 12 cmh = 6 cm
Perimeter

P = a + b + c

Add the three sides.

Area

A = ½ × b × h

Half of base times height.

Worked example #2. A triangle has a base of 12 cm and a perpendicular height of 6 cm. Find its area.

  A = ½ × b × h
  A = ½ × 12 × 6
  A = ½ × 72
  A = 36 cm²
Answer: 36 cm². A handy shortcut: multiply base and height first (12 × 6 = 72), then take half (36). The order does not matter.

Circles

A circle is measured from its centre. The radius (r) is the distance from the centre to the edge. The diameter (d) goes all the way across through the centre, so the diameter is always twice the radius (d = 2r). The distance around a circle has a special name: the circumference.

r = 7 cmcentre
Circumference (around)

C = 2πr

Or C = πd, since d = 2r. Use π ≈ 3.14.

Area (inside)

A = πr²

Square the radius, then times π.

Watch the order in A = πr². The exponent applies only to the radius. Square the radius first, then multiply by π. Do not double the radius, that is a common slip.

Worked example #3. A circular tabletop has a radius of 7 cm. Find its circumference and area. Use π ≈ 3.14.

Circumference:
  C = 2πr
  C = 2 × 3.14 × 7
  C = 43.96 cm

Area:
  A = πr²
  A = 3.14 × 7²
  A = 3.14 × 49
  A = 153.86 cm²
Answers: circumference ≈ 43.96 cm, area ≈ 153.86 cm². If your calculator has a π button, you can use it for a slightly more exact answer, just round at the end.

Composite shapes: break them into pieces

A composite shape is just two or more simple shapes joined together. The trick is to split it into shapes you already know, find each area separately, then add them up. (Sometimes you subtract a piece, like a window cut out of a wall, but adding is the most common case.)

rectangletriangle10 m6 mh = 4 m

Worked example #4. The shape above is like a house outline: a rectangle 10 m wide and 6 m tall, with a triangular roof on top whose height is 4 m. The roof shares the 10 m top edge as its base. Find the total area.

  • Rectangle: A = l × w = 10 × 6 = 60 m².
  • Triangle: base = 10, height = 4, so A = ½ × 10 × 4 = 20 m².
  • Add them: 60 + 20 = 80 m².
Rectangle:  A = 10 × 6      = 60 m²
Triangle:   A = ½ × 10 × 4  = 20 m²
                              ------
Total area:                   80 m²
Answer: 80 m². The whole strategy is: spot the simple shapes, find each area with its own formula, then combine. Take it one piece at a time and it never gets scary.

Tips that make these problems easier

  • Read the question twice. Does it want the distance around (perimeter or circumference) or the space inside (area)? Underline the word that tells you.
  • Use the formula sheet on purpose. The rectangle, triangle, and circle formulas are all provided. Copy the right one down before you plug in numbers.
  • For circles, square the radius before multiplying by π. r² means r × r, not 2 × r.
  • Label your units every time. Length stays single (m); area becomes squared (m²). It is an easy mark to keep or to lose.
  • For composite shapes, sketch the split. Draw a line breaking the shape into a rectangle, triangle, or circle piece, solve each, then add.

Your turn: practice problems

A calculator is allowed. Use π ≈ 3.14 where needed, write out each formula, and remember your units. Try them all before you peek.

  1. A rectangular yard is 15 m long and 9 m wide. Find its perimeter and its area.
  2. A triangle has a base of 14 cm and a perpendicular height of 9 cm. Find its area.
  3. A circle has a radius of 5 m. Find its circumference and its area.
  4. A shape is a 12 m by 8 m rectangle with a semicircle (radius 4 m) attached to one short end. Find the total area. (Hint: a semicircle is half a circle.)
Tap to reveal the answers
  • 1. Perimeter: P = 2(15) + 2(9) = 30 + 18 = 48 m. Area: A = 15 × 9 = 135 m².
  • 2. A = ½ × 14 × 9 = ½ × 126 = 63 cm².
  • 3. Circumference: C = 2 × 3.14 × 5 = 31.4 m. Area: A = 3.14 × 5² = 3.14 × 25 = 78.5 m².
  • 4. Rectangle: 12 × 8 = 96 m². Semicircle: half of πr² = ½ × 3.14 × 4² = ½ × 3.14 × 16 = ½ × 50.24 = 25.12 m². Total: 96 + 25.12 = 121.12 m².

Why this matters for the CAEC

Perimeter and area show up all over the calculator section's Geometry & Measurement questions, often dressed up as real-world problems: flooring, fencing, painting, gardening, and packaging. Because the formulas are on the provided sheet, the real skill is choosing the right one, substituting carefully, and labelling your units, exactly what we practised here.

Want more practice like this? Our CAEC math guide and the CAEC Ready Workbook are packed with worked examples and practice questions, or start with a free math sample to test yourself.

Disclaimer

This article is a general math tutorial for study purposes. CAEC Ready is an independent study resource and is not affiliated with or endorsed by any government, ministry of education, or official CAEC testing provider.