No history yet

Understanding Algebraic Expressions

The Building Blocks of Algebra

In arithmetic, we work with numbers we know. We add 5 and 3. We multiply 10 by 4. Algebra introduces a new player to the game: the unknown. We use symbols, usually letters, to stand in for numbers we don't know yet. This lets us describe relationships and solve problems where a value can change.

variable

noun

A symbol, typically a letter, used to represent a number that can change or is unknown.

Think of a variable like a labeled box. We might not know what's inside the box labeled 'x' right now, but we know it holds a number. The numbers we do know are called constants. They are fixed and don't change their value.

constant

noun

A number on its own, whose value does not change.

When we combine variables, constants, and mathematical operations like addition, subtraction, multiplication, and division, we create an algebraic expression. For example, y3y - 3 is an expression. It means "some unknown number minus three."

Meet the Coefficient

Sometimes a number is placed directly in front of a variable, like in the expression $4a$. This doesn't mean the number is forty-something. In algebra, this signifies multiplication. The expression $4a$ is shorthand for "4 times a."

The number that multiplies the variable is called the coefficient. It tells you how many of the variable you have.

coefficient

noun

A number that is multiplied by a variable.

Imagine you're buying some avocados, and each one costs $2. If you don't know how many avocados you'll buy, you can use a variable, say a, to represent the number of avocados. The total cost would be 2a2a. Here, 2 is the coefficient. If you end up buying 5 avocados (a=5a=5), the total cost is 2×52 \times 5, which is $10.

What about a variable by itself, like xx? It has a coefficient too. It's an invisible 1. So, xx is the same as 1x1x.

The Distributive Property

One of the most useful rules in algebra is the distributive property. It tells us how to handle multiplication when it's applied to a group of terms being added or subtracted.

Let's say you and a friend each buy a meal deal that includes a sandwich and a drink. You have 2 groups of (sandwich + drink). In total, you have 2 sandwiches and 2 drinks. The distributive property works the same way.

a(b+c)=ab+aca(b+c) = ab + ac

The number outside the parentheses, a, is distributed to each term inside the parentheses. It multiplies b and it multiplies c.

Here's how it works with numbers. Let's simplify $5(x + 3)$:

  1. Multiply the 5 by the first term inside, x. That gives us $5x$.
  2. Multiply the 5 by the second term inside, 3. That gives us 15.
  3. Combine them: $5x + 15$.

The distributive property is like handing something out to everyone in a room. The number outside the parentheses gets 'handed out' through multiplication to every single term inside.

The same rule applies for subtraction:

4(y2)=4y84(y-2) = 4y - 8

Constructing Expressions

The real power of algebra comes from turning real-world situations into expressions. This lets us create a mathematical model of a problem.

Let's try one. A taxi service charges a $3 flat fee plus $2 for every mile driven. How can we write an expression for the total cost?

First, identify what we don't know. We don't know the number of miles. Let's use a variable for that, like m.

The cost per mile is $2, so the cost for the miles driven is $2m$. The flat fee is a constant, $3, that you always add. So, the total cost can be represented by the expression:

2m+32m + 3

With this expression, we can now calculate the cost for any trip. If a trip is 10 miles long (m=10m=10), the cost is 2(10) + 3 = 20 + 3 = \23.

Key words can help translate sentences into expressions. "More than" or "sum" often means addition. "Less than" or "difference" suggests subtraction. "Product" or "times" means multiplication.

Here's another example. Your friend is 5 years younger than you. If your age is y, what's an expression for your friend's age? Since they are younger, you subtract. The expression is y5y - 5.

Now that you've seen the basic components, let's test your understanding.

Quiz Questions 1/6

In algebra, what is the term for a symbol, usually a letter, that stands for a number we don't know yet?

Quiz Questions 2/6

What does the algebraic expression 6p6p mean?

Being able to build and read these expressions is the first major step in mastering algebra.