Introduction

Welcome to Making Sense of Exponents, the first course in your learning path! Since this is our very first lesson together, we are starting from the ground up. By the end of this course, you will have a solid, intuitive understanding of what exponents are and how they behave. In this lesson, we will explore the core idea behind exponent notation: repeated multiplication. We will learn how to read an expression like 343^4, identify its parts, and compute its value step by step.

From Repeated Addition to Repeated Multiplication

Before we dive into exponents, let's notice a pattern we already rely on every day. Multiplication is really just a shortcut for repeated addition. For example, instead of writing 5+5+5+55 + 5 + 5 + 5, we simply write 5×45 \times 4. It saves space and tells us exactly what is happening: four groups of five.

Exponents follow the same kind of logic, but one level up. When we need to multiply the same number by itself several times, writing it all out gets tedious fast. Exponent notation gives us a compact way to express that idea, and that is exactly what we will unpack next.

The Base and the Exponent

An exponential expression has two key parts:

  • The base is the number being multiplied.
  • The exponent (sometimes called the power) is the small raised number that tells us how many times the base appears as a factor.

For example, in the expression 535^3:

PartValueMeaning
Base5The number we are multiplying repeatedly
Exponent3How many times the base appears as a factor

So 535^3 means "use 5 as a factor 3 times." We read it aloud as "five to the third power" or "five cubed." Similarly, is read as and means the number 2 appears as a factor five times.

Expanding Into Repeated Multiplication

Now that we can identify the base and exponent, let's see how to expand an exponential expression. Expanding simply means writing out all the repeated factors. Here are a few examples:

24=2×2×2×22^4 = 2 \times 2 \times 2 \times 2 53=5×5×55^3 = 5 \times 5 \times 5
Evaluating Powers Step by Step

Once we have expanded the expression, we can evaluate it by multiplying from left to right. Let's walk through 343^4 together:

  1. Expand: 34=3×3×3×33^4 = 3 \times 3 \times 3 \times 3
Exponents in the Real World

Exponents are not just abstract symbols — they show up in everyday measurements. When we talk about the area of a square, we multiply the side length by itself. A square patio with a side of 88 feet has an area of:

82=8×8=64 square feet8^2 = 8 \times 8 = 64 \text{ square feet}

When we talk about the volume of a cube, we multiply the edge length by itself three times. A cube-shaped shipping crate with an edge of feet has a volume of:

Common Mistakes to Watch For

As you get comfortable with exponent notation, keep these two pitfalls in mind:

  • Multiplying the base by the exponent instead of repeating it. For instance, 242^4 is not 2×4=82 \times 4 = 8. It is 2×2×2×2=162 \times 2 \times 2 \times 2 = 16.
Conclusion and Next Steps

Let's recap the key ideas from this lesson. An exponent tells us how many times to use the base as a factor in a multiplication. To evaluate an expression like 343^4, we expand it into 3×3×3×33 \times 3 \times 3 \times 3 and then multiply step by step to get 8181. We also saw how squaring and cubing connect naturally to the areas of squares and volumes of cubes.

Sign up
Join the 1M+ learners on CodeSignal
Be a part of our community of 1M+ users who develop and demonstrate their skills on CodeSignal