Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Surface Area
Source: https://www.fatskills.com/k-12-assessment-tests/chapter/how-to-solve-surface-area

How to Solve: Surface Area

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Surface Area

(For Students Who Want to Ace Their Exam & Teachers Who Need a Ready-to-Record Script)


Introduction

"Imagine you’re wrapping a birthday gift—mess up the surface area, and you’ll waste paper, money, and time. Now imagine that gift is a 3D shape on your exam. Master surface area, and you’ll save marks, time, and stress."


What You Need To Know First

Before diving into surface area, you must understand: 1. Area of 2D shapes (rectangles, triangles, circles) – Surface area is just the sum of these. 2. Nets of 3D shapes – How a 3D shape unfolds into a 2D pattern. 3. Units of measurement – Surface area is always in square units (cm², m², etc.).

If you’re shaky on any of these, pause and review them first.


Key Vocabulary

Term Plain-English Definition Quick Example
Surface Area Total area of all the outer surfaces of a 3D shape. A cube’s surface area = sum of all 6 faces.
Net A 2D pattern that folds into a 3D shape. A cereal box unfolded flat.
Lateral Area Surface area excluding the top and bottom. The sides of a cylinder (no top/bottom).
Base The bottom (and sometimes top) face of a shape. The circular face of a cylinder.
Slant Height The height of a triangular face (in pyramids/cones). The "edge" of a pyramid’s side.
Perimeter Total distance around a 2D shape. A rectangle’s perimeter = 2(length + width).

Formulas To Know

(MEMORISE THESE—most exams don’t provide them!)

Shape Formula Variables Notes
Cube $ SA = 6s^2 $ $ s $ = side length All faces are identical squares.
Rectangular Prism $ SA = 2(lw + lh + wh) $ $ l $ = length, $ w $ = width, $ h $ = height Opposite faces are identical.
Triangular Prism $ SA = bh + (s_1 + s_2 + s_3)H $ $ b $ = base of triangle, $ h $ = height of triangle, $ s_1, s_2, s_3 $ = sides of triangle, $ H $ = prism height Add the area of the 2 triangular bases + 3 rectangular sides.
Cylinder $ SA = 2\pi r^2 + 2\pi rh $ $ r $ = radius, $ h $ = height $ 2\pi r^2 $ = top + bottom, $ 2\pi rh $ = curved side.
Square Pyramid $ SA = s^2 + 2sl $ $ s $ = base side length, $ l $ = slant height $ s^2 $ = base, $ 2sl $ = 4 triangular faces.
Cone $ SA = \pi r^2 + \pi rl $ $ r $ = radius, $ l $ = slant height $ \pi r^2 $ = base, $ \pi rl $ = curved side.
Sphere $ SA = 4\pi r^2 $ $ r $ = radius Only one formula—no base or sides!

Step-by-Step Method

Follow these exact steps for any surface area problem:

  1. Identify the shape – Is it a prism, pyramid, cylinder, etc.?
  2. Find the correct formula – Use the table above.
  3. Label all given measurements – Write them on a diagram if possible.
  4. Calculate each part separately – Break the formula into smaller chunks.
  5. Add them up – Sum all the areas to get the total surface area.
  6. Check units – Always write square units (e.g., cm², m²).

Worked Example Using the Steps

Problem: Find the surface area of a rectangular prism with length = 5 cm, width = 3 cm, height = 4 cm.

Step 1: Identify the shape → Rectangular prism. Step 2: Formula → $ SA = 2(lw + lh + wh) $ Step 3: Given: $ l = 5 $, $ w = 3 $, $ h = 4 $ Step 4: Calculate each part: - $ lw = 5 \times 3 = 15 $ - $ lh = 5 \times 4 = 20 $ - $ wh = 3 \times 4 = 12 $ Step 5: Add them up: $ 2(15 + 20 + 12) = 2(47) = 94 $ Step 6: Units → $ 94 \text{ cm}^2 $

Answer: $ \boxed{94 \text{ cm}^2} $


Worked Examples

Example 1 – Basic (Cube)

Problem: Find the surface area of a cube with side length 6 cm.

Solution: 1. Shape → Cube. 2. Formula → $ SA = 6s^2 $ 3. Given: $ s = 6 $ 4. Calculate: $ 6 \times (6)^2 = 6 \times 36 = 216 $ 5. Units → $ 216 \text{ cm}^2 $

Answer: $ \boxed{216 \text{ cm}^2} $

What we did and why: - A cube has 6 identical square faces. - We squared the side length to get the area of one face, then multiplied by 6.


Example 2 – Medium (Cylinder)

Problem: Find the surface area of a cylinder with radius 3 cm and height 7 cm. Leave your answer in terms of $ \pi $.

Solution: 1. Shape → Cylinder. 2. Formula → $ SA = 2\pi r^2 + 2\pi rh $ 3. Given: $ r = 3 $, $ h = 7 $ 4. Calculate:
- $ 2\pi r^2 = 2\pi (3)^2 = 2\pi (9) = 18\pi $
- $ 2\pi rh = 2\pi (3)(7) = 42\pi $ 5. Add: $ 18\pi + 42\pi = 60\pi $ 6. Units → $ 60\pi \text{ cm}^2 $

Answer: $ \boxed{60\pi \text{ cm}^2} $

What we did and why: - The cylinder has 2 circular bases ($ 2\pi r^2 $) and 1 curved side ($ 2\pi rh $). - We kept $ \pi $ in the answer because the problem asked for it.


Example 3 – Exam Style (Triangular Prism)

Problem: A triangular prism has a base that is an equilateral triangle with side length 4 cm. The prism’s height is 10 cm. Find its surface area.

Solution: 1. Shape → Triangular prism. 2. Formula → $ SA = bh + (s_1 + s_2 + s_3)H $
- $ b $ = base of triangle, $ h $ = height of triangle, $ s_1, s_2, s_3 $ = sides of triangle, $ H $ = prism height. 3. Given:
- Triangle sides: $ s_1 = s_2 = s_3 = 4 $ cm (equilateral).
- Prism height: $ H = 10 $ cm.
- Need triangle height ($ h $): For equilateral triangle, $ h = \frac{\sqrt{3}}{2} \times \text{side} = \frac{\sqrt{3}}{2} \times 4 = 2\sqrt{3} $. 4. Calculate:
- Area of 2 triangular bases: $ 2 \times \frac{1}{2} \times b \times h = 2 \times \frac{1}{2} \times 4 \times 2\sqrt{3} = 8\sqrt{3} $
- Area of 3 rectangular sides: $ (4 + 4 + 4) \times 10 = 12 \times 10 = 120 $ 5. Add: $ 8\sqrt{3} + 120 $ 6. Units → $ (120 + 8\sqrt{3}) \text{ cm}^2 $

Answer: $ \boxed{120 + 8\sqrt{3} \text{ cm}^2} $

What we did and why: - The prism has 2 triangular bases and 3 rectangular sides. - We used the properties of an equilateral triangle to find its height. - The final answer combines the exact values (no decimal approximation).


Common Mistakes

Mistake Why It Happens Correct Approach
Forgetting units (cm instead of cm²) Confusing area (2D) with length (1D). Always write square units (e.g., cm²).
Mixing up slant height and height Not recognizing that slant height ($ l $) is different from vertical height ($ h $). Draw a diagram! Slant height is the "edge" of a pyramid/cone.
Missing faces in prisms Forgetting to include all sides (e.g., only calculating 3 faces of a rectangular prism). Count all faces—use the net to visualize.
Using diameter instead of radius Plugging in diameter ($ d $) into formulas that need radius ($ r $). Always divide diameter by 2 to get radius.
Adding areas incorrectly Forgetting to multiply by 2 (e.g., only calculating one base of a cylinder). Double-check the formula—most shapes have 2 bases.

Exam Traps

Trap How to Spot It How to Avoid It
Hidden slant height The problem gives height ($ h $) but asks for surface area (which needs slant height $ l $). Use the Pythagorean theorem: $ l = \sqrt{r^2 + h^2} $ for cones/pyramids.
Composite shapes The question shows a shape made of multiple 3D shapes (e.g., a cylinder on top of a cube). Break it into parts, calculate each surface area, then subtract overlapping areas.
Units mismatch The problem gives measurements in different units (e.g., cm and m). Convert all measurements to the same unit before calculating.

1-Minute Recap

(Speak naturally, as if talking to a friend the night before the exam.)

"Okay, listen up—surface area is just the total ‘wrapping paper’ around a 3D shape. Here’s how to crush it tomorrow:

  1. Memorise the formulas—cube, prism, cylinder, pyramid, cone, sphere. No excuses.
  2. Label everything—draw a quick sketch and write down every measurement.
  3. Break it down—calculate each part of the formula separately, then add them up.
  4. Watch for traps—slant height vs. height, missing faces, units (always cm² or m²).
  5. Double-check—did you multiply by 2? Did you use radius, not diameter?

You’ve got this. Now go practice one problem tonight—pick a cylinder or a prism—and do it step by step. See you on the other side of that A+!




ADVERTISEMENT