Geometry

Area of Composite Shapes

Last updated: March 2026 · Beginner
Before you start

You should be comfortable with:

Real-world applications
📐
Carpentry

Measurements, material estimation, cutting calculations

💰
Retail & Finance

Discounts, tax, tips, profit margins

Most real-world surfaces are not perfect rectangles or circles. A room may be L-shaped, a yard may have curved edges, and a wall might include a triangular gable above the roofline. To find the area of these composite shapes (also called irregular shapes or combined shapes), you break them into simpler pieces whose area formulas you already know.

This page covers the two core strategies — addition and subtraction — and walks through five worked examples so you can handle any composite shape with confidence.

The Addition Method

The addition method works by splitting a complex shape into basic shapes, calculating each area separately, and then adding the results together.

Steps:

  1. Look for natural dividing lines — horizontal or vertical cuts that create rectangles, triangles, or other basic shapes
  2. Label each sub-shape and note its dimensions
  3. Calculate the area of each sub-shape
  4. Add all the areas together

This method is best when a shape looks like two or more basic shapes joined together — an L-shape, a T-shape, or a rectangle with a semicircle attached.

The Subtraction Method

The subtraction method works in reverse. Instead of building up from smaller pieces, you start with a larger simple shape that encloses the figure and then subtract the parts that are not included.

Steps:

  1. Identify a simple bounding shape (usually a rectangle) that fully contains the figure
  2. Identify the regions inside the bounding shape that are not part of the actual figure
  3. Calculate the area of the bounding shape
  4. Subtract the areas of the removed regions

This method is best when a shape looks like a basic shape with holes or notches cut out — a rectangle with a circular hole, a square with a corner removed, or a floor plan with a cutout.

Worked Examples

Example 1: L-Shaped Room (Two Rectangles)

An L-shaped room has the following dimensions: the overall footprint is 20 ft wide and 15 ft tall, with a rectangular section missing from the upper right. The bottom portion is 20 ft wide and 6 ft tall, and the left portion extends upward 15 ft but is only 8 ft wide.

L-Shaped Room — Addition Method

AB8 ft15 ft20 ft6 ft12 ft

We split the L into two rectangles along the dashed line:

  • Rectangle A (left): 8 ft×15 ft8 \text{ ft} \times 15 \text{ ft}
  • Rectangle B (bottom-right): 12 ft×6 ft12 \text{ ft} \times 6 \text{ ft}

Note: the bottom-right width is 208=1220 - 8 = 12 ft.

Step 1: Area of Rectangle A:

AA=8×15=120 ft2A_A = 8 \times 15 = 120 \text{ ft}^2

Step 2: Area of Rectangle B:

AB=12×6=72 ft2A_B = 12 \times 6 = 72 \text{ ft}^2

Step 3: Total area:

Atotal=120+72=192 ft2A_{\text{total}} = 120 + 72 = 192 \text{ ft}^2

Answer: The L-shaped room has an area of 192 square feet.

Tip: There is more than one way to split an L-shape. You could also use a horizontal cut to create a top rectangle (8×98 \times 9) and a full-width bottom rectangle (20×620 \times 6). Both approaches give the same total: 72+120=192 ft272 + 120 = 192 \text{ ft}^2.

Example 2: T-Shaped Figure (Two Rectangles)

A T-shaped stage platform has a wide top bar that is 16 ft wide and 4 ft deep, and a vertical stem that is 6 ft wide and 10 ft tall. Find the total area.

We decompose the T into two rectangles:

  • Top bar: 16 ft×4 ft16 \text{ ft} \times 4 \text{ ft}
  • Stem: 6 ft×10 ft6 \text{ ft} \times 10 \text{ ft}

Step 1: Area of the top bar:

Abar=16×4=64 ft2A_{\text{bar}} = 16 \times 4 = 64 \text{ ft}^2

Step 2: Area of the stem:

Astem=6×10=60 ft2A_{\text{stem}} = 6 \times 10 = 60 \text{ ft}^2

Step 3: Total area:

Atotal=64+60=124 ft2A_{\text{total}} = 64 + 60 = 124 \text{ ft}^2

Answer: The T-shaped platform has an area of 124 square feet.

Example 3: Rectangle with a Semicircular End (Addition)

A decorative window is shaped like a rectangle topped by a semicircle. The rectangle is 3 ft wide and 5 ft tall. The semicircle sits on the 3 ft side, so its diameter is 3 ft (radius r=1.5r = 1.5 ft). Find the total area.

Step 1: Area of the rectangle:

Arect=3×5=15 ft2A_{\text{rect}} = 3 \times 5 = 15 \text{ ft}^2

Step 2: Area of the semicircle (half of πr2\pi r^2):

Asemi=12π(1.5)2=12π(2.25)=2.25π23.53 ft2A_{\text{semi}} = \frac{1}{2}\pi(1.5)^2 = \frac{1}{2}\pi(2.25) = \frac{2.25\pi}{2} \approx 3.53 \text{ ft}^2

Step 3: Total area:

Atotal=15+3.53=18.53 ft2A_{\text{total}} = 15 + 3.53 = 18.53 \text{ ft}^2

Answer: The window area is approximately 18.53 square feet.

Example 4: Square with a Triangular Notch Cut Out (Subtraction)

A square metal plate is 10 in on each side. A triangular notch with a base of 4 in and a height of 3 in is cut from one edge. Find the remaining area.

Step 1: Area of the full square:

Asquare=102=100 in2A_{\text{square}} = 10^2 = 100 \text{ in}^2

Step 2: Area of the triangular notch:

Atri=12(4)(3)=6 in2A_{\text{tri}} = \frac{1}{2}(4)(3) = 6 \text{ in}^2

Step 3: Remaining area (subtraction):

Aremaining=1006=94 in2A_{\text{remaining}} = 100 - 6 = 94 \text{ in}^2

Answer: The remaining plate area is 94 square inches.

Example 5: House Front — Rectangle Plus Triangle Gable

A house front (a common shape in carpentry) consists of a rectangular wall 24 ft wide and 10 ft tall, topped by a triangular gable with a base of 24 ft and a peak height of 6 ft. A painter needs to know the total surface area.

Step 1: Area of the rectangular wall:

Awall=24×10=240 ft2A_{\text{wall}} = 24 \times 10 = 240 \text{ ft}^2

Step 2: Area of the triangular gable:

Agable=12(24)(6)=72 ft2A_{\text{gable}} = \frac{1}{2}(24)(6) = 72 \text{ ft}^2

Step 3: Total front surface:

Atotal=240+72=312 ft2A_{\text{total}} = 240 + 72 = 312 \text{ ft}^2

Answer: The house front has a total area of 312 square feet. A painter would use this figure (plus a waste factor) to estimate how much paint to buy.

Rectangle with a Circular Cutout — Subtraction Illustrated

The diagram below shows a 16 in by 10 in metal plate with a circular hole of radius 3 in cut from its center. This is a classic subtraction problem.

Subtraction Method — Rectangle with Circular Cutout

r = 3 in16 in10 inFull rectangleCutoutA = (16 x 10) - pi(3)² = 160 - 28.27 = 131.73 in²

Step 1: Area of the full rectangle:

Arect=16×10=160 in2A_{\text{rect}} = 16 \times 10 = 160 \text{ in}^2

Step 2: Area of the circular cutout:

Acircle=π(3)2=9π28.27 in2A_{\text{circle}} = \pi(3)^2 = 9\pi \approx 28.27 \text{ in}^2

Step 3: Remaining area:

Aremaining=16028.27=131.73 in2A_{\text{remaining}} = 160 - 28.27 = 131.73 \text{ in}^2

Answer: The remaining plate area is approximately 131.73 square inches.

Tips for Breaking Down Complex Shapes

When you face an unfamiliar composite shape, use these strategies:

  • Look for straight lines you can extend to divide the shape into rectangles. Most floor plans break down neatly with horizontal or vertical cuts.
  • Count the basic shapes before calculating. Sketch the divisions lightly on your diagram.
  • Choose the method that requires fewer steps. If you see a simple shape with one piece removed, subtraction is faster. If the shape is clearly two or three pieces joined together, addition is faster.
  • Check your dimensions. After splitting a shape, make sure the individual dimensions add up to the overall dimensions. For example, if a shape is 20 ft wide and you split it into pieces 8 ft and 12 ft wide, verify 8+12=208 + 12 = 20.
  • Watch for overlaps. When using the addition method, make sure your sub-shapes do not overlap — or you will count some area twice.

Real-World Application: Estimating Paint for an Irregular Room

A homeowner needs to paint the walls of an L-shaped living room. The room dimensions are:

  • Left wall: 15 ft long, 9 ft high
  • Back wall of the left section: 8 ft wide, 9 ft high
  • Step-down wall (inner corner): 9 ft wide, 9 ft high
  • Back wall of the right section: 12 ft wide, 9 ft high
  • Right wall: 6 ft long, 9 ft high
  • Front wall: 20 ft wide, 9 ft high

Step 1: Calculate the area of each wall.

Left wall=15×9=135 ft2\text{Left wall} = 15 \times 9 = 135 \text{ ft}^2

Back left=8×9=72 ft2\text{Back left} = 8 \times 9 = 72 \text{ ft}^2

Inner step=9×9=81 ft2\text{Inner step} = 9 \times 9 = 81 \text{ ft}^2

Back right=12×9=108 ft2\text{Back right} = 12 \times 9 = 108 \text{ ft}^2

Right wall=6×9=54 ft2\text{Right wall} = 6 \times 9 = 54 \text{ ft}^2

Front wall=20×9=180 ft2\text{Front wall} = 20 \times 9 = 180 \text{ ft}^2

Step 2: Add all wall areas.

Awalls=135+72+81+108+54+180=630 ft2A_{\text{walls}} = 135 + 72 + 81 + 108 + 54 + 180 = 630 \text{ ft}^2

Step 3: A gallon of paint covers about 350 square feet. For two coats:

Total coverage needed=630×2=1260 ft2\text{Total coverage needed} = 630 \times 2 = 1260 \text{ ft}^2

Gallons=1260350=3.6\text{Gallons} = \frac{1260}{350} = 3.6

Answer: The homeowner should buy 4 gallons of paint (rounding up, since partial gallons are not sold). This approach — breaking irregular walls into rectangles, summing areas, and dividing by coverage rate — is the standard method used by professional painters and contractors.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: An L-shaped garden has one section that is 10 m by 4 m and another section that is 6 m by 3 m. What is the total area of the garden?

A1=10×4=40 m2A_1 = 10 \times 4 = 40 \text{ m}^2

A2=6×3=18 m2A_2 = 6 \times 3 = 18 \text{ m}^2

Atotal=40+18=58 m2A_{\text{total}} = 40 + 18 = 58 \text{ m}^2

Answer: 58 m258 \text{ m}^2

Problem 2: A rectangular banner is 8 ft wide and 3 ft tall, with a triangle attached to the right side. The triangle has a base of 3 ft (matching the banner height) and extends 2 ft to the right. Find the total area.

Banner area: 8×3=24 ft28 \times 3 = 24 \text{ ft}^2

Triangle area: 12(3)(2)=3 ft2\frac{1}{2}(3)(2) = 3 \text{ ft}^2

Atotal=24+3=27 ft2A_{\text{total}} = 24 + 3 = 27 \text{ ft}^2

Answer: 27 ft227 \text{ ft}^2

Problem 3: A square piece of cardboard (12 in per side) has a circle of radius 4 in punched out of the center. What area of cardboard remains?

Square area: 122=144 in212^2 = 144 \text{ in}^2

Circle area: π(4)2=16π50.27 in2\pi(4)^2 = 16\pi \approx 50.27 \text{ in}^2

Aremaining=14450.27=93.73 in2A_{\text{remaining}} = 144 - 50.27 = 93.73 \text{ in}^2

Answer: Approximately 93.73 in293.73 \text{ in}^2

Problem 4: A swimming pool is shaped like a rectangle (30 ft by 15 ft) with a semicircular shallow end on one of the 15 ft sides. Find the total surface area of the pool.

Rectangle area: 30×15=450 ft230 \times 15 = 450 \text{ ft}^2

Semicircle radius: r=152=7.5r = \frac{15}{2} = 7.5 ft

Semicircle area: 12π(7.5)2=12π(56.25)88.36 ft2\frac{1}{2}\pi(7.5)^2 = \frac{1}{2}\pi(56.25) \approx 88.36 \text{ ft}^2

Atotal=450+88.36=538.36 ft2A_{\text{total}} = 450 + 88.36 = 538.36 \text{ ft}^2

Answer: Approximately 538.36 ft2538.36 \text{ ft}^2

Problem 5: A warehouse floor is 60 ft by 40 ft. Two square columns (each 2 ft by 2 ft) sit on the floor and cannot be used. What is the usable floor area?

Total floor: 60×40=2400 ft260 \times 40 = 2400 \text{ ft}^2

Two columns: 2×(2×2)=8 ft22 \times (2 \times 2) = 8 \text{ ft}^2

Ausable=24008=2392 ft2A_{\text{usable}} = 2400 - 8 = 2392 \text{ ft}^2

Answer: 2392 ft22392 \text{ ft}^2

Key Takeaways

  • Composite shapes are figures made of two or more basic shapes combined, or a basic shape with pieces removed
  • The addition method splits a complex shape into simpler pieces and adds their areas — best for L-shapes, T-shapes, and shapes with attached sections
  • The subtraction method starts with a bounding shape and subtracts cutouts — best for shapes with holes, notches, or missing corners
  • Always verify dimensions after splitting: the sub-shape measurements must add up to the overall measurements
  • When estimating materials for real projects, add a waste factor (10% for flooring, round up for paint) on top of your calculated area
  • There is often more than one correct way to decompose a shape — choose whichever method requires fewer calculations

Return to Geometry for more topics in this section.

Last updated: March 28, 2026