No history yet

Introduction to Algebraic Expressions

The Language of Algebra

In arithmetic, you work with numbers you know, like $2 + 2 = 4$. Algebra introduces a twist: what if you don't know a number yet? Instead of leaving a blank space, we use a symbol, usually a letter, to hold its place. This lets us build relationships and solve problems even when some pieces are missing.

Think of it like a recipe. A recipe might say "add 2 cups of flour." That's arithmetic. An algebraic recipe might say "add sugar to taste." The amount of sugar isn't a fixed number; it's a variable. You decide how much to put in. Algebra gives us a way to write down that recipe before we know the exact amount of sugar.

Meet the Components

Every algebraic expression is built from a few key parts. Let's look at the expression $5x + 3$. It seems simple, but it contains three fundamental building blocks of algebra: a variable, a coefficient, and a constant.

Variable

noun

A letter or symbol that represents an unknown or changing quantity.

In our example, 5x+35x + 3, the variable is xx. It's a placeholder. We don't know its value yet, and its value could change depending on the problem we're trying to solve.

Constant

noun

A number that stands on its own and does not change value.

The number 33 in our expression is a constant. No matter what value xx takes, the 33 is always just 33. It's fixed.

Coefficient

noun

A number that is multiplied by a variable.

Finally, the number 55 is the coefficient of xx. It tells us how many of the variable we have. In this case, we have five xx's. If you just see a variable by itself, like yy, its coefficient is 11. We just don't usually write the 11.

In 5x+35x + 3, the parts connected by the plus sign, 5x5x and 33, are called terms. An expression is made up of one or more terms.

From Words to Expressions

The real power of algebra is turning word problems into expressions we can work with. It's like translating from English into the language of math. Let's try it.

Imagine you are saving money. You already have $20 saved, and you plan to save $5 each week. How can we represent the total amount of money you'll have after some number of weeks?

First, identify the unknown. The thing we don't know is the number of weeks. Let's use a variable to represent it, say, ww for weeks.

The amount you save each week is $5, so over ww weeks, you'll save 5×w5 \times w, or simply 5w5w. You also have the $20 you started with. This is a constant amount. To get the total, you add the starting amount to the amount you save.

20+5w20 + 5w

This expression, 20+5w20 + 5w, represents your total savings after any number of weeks. If you want to know how much you'll have in 4 weeks, you can replace ww with 4: 20+5(4)=20+20=4020 + 5(4) = 20 + 20 = 40. After 4 weeks, you'll have $40.

Let's look at another one. What if we want to write an expression for "the sum of a number and 10"?

Let nn represent the unknown number. The word "sum" tells us to add. So, the expression is simply n+10n + 10.

How about "8 less than a number"? Be careful with subtraction. "8 less than a number" means you start with the number and then subtract 8. If we use xx for the number, the expression is:

x8x - 8

Being able to translate words into algebraic expressions is a foundational skill. It allows you to take real-world situations and describe them using the clear, powerful language of mathematics.

Quiz Questions 1/5

In the algebraic expression 5x+35x + 3, what is the coefficient?

Quiz Questions 2/5

What is the primary purpose of a variable in algebra?