No history yet

Algebraic Expressions

The Language of Algebra

Before we can solve complex problems, we need to speak the right language. In algebra, that language is built with expressions. An algebraic expression is a combination of numbers, variables, and operation symbols. Think of it as a phrase in mathematics, like "three more than a number."

It all starts with two basic components: variables and constants.

Variable

noun

A symbol, usually a letter, that represents an unknown value or a value that can change.

Variables give algebra its power. They let us write rules and relationships that work for any number, not just one specific number.

Constant

noun

A number that has a fixed value and does not change.

Variables and constants are grouped together into chunks called terms. Terms are separated by addition or subtraction signs.

Term

noun

A single number, a single variable, or numbers and variables multiplied together.

Within a term, if there's a variable, it often has a number multiplied by it. This number has a special name.

Coefficient

noun

The number multiplied by a variable in an algebraic term.

If you just see a variable by itself, like yy, its coefficient is 1. We just don't usually write the 1.

Making Expressions Simpler

Algebraic expressions can get long and messy. Our goal is often to simplify them, which means rewriting them in the most compact and clear way possible. Two key techniques for this are combining like terms and using the distributive property.

Like terms are terms that have the exact same variables raised to the exact same powers. Their coefficients can be different.

For example, 3x3x and 5x5x are like terms because they both contain the variable xx to the first power. However, 3x3x and 3x23x^2 are not like terms, because the powers of xx are different. To combine like terms, you just add or subtract their coefficients.

Imagine you have 3 apples and someone gives you 5 more apples. You now have 8 apples. It's the same idea: 3x+5x=(3+5)x=8x3x + 5x = (3+5)x = 8x

Next up is the distributive property. It tells us how to handle multiplication over an addition or subtraction. It's a way of sharing what's outside the parentheses with everything inside.

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

Let's see it in action with an expression: $4(x + 2)$.

We distribute the 4 to the $x$ and to the 2: $4(x) + 4(2)$

This simplifies to: $4x + 8$

The Rules of the Road

When an expression involves multiple operations, like 5+2×35 + 2 \times 3, which one do you do first? If you add first, you get 7×3=217 \times 3 = 21. If you multiply first, you get 5+6=115 + 6 = 11. To avoid this confusion, mathematicians agreed on a standard order of operations.

OrderOperationSymbol(s)
1Parentheses( ), [ ]
2Exponents,
3Multiplication and Division×, ÷
4Addition and Subtraction+, -

A common way to remember this is with the acronym PEMDAS: Parentheses, Exponents, Multiplication/Division, Addition/Subtraction. When you have Multiplication and Division in the same expression, you work from left to right. The same goes for Addition and Subtraction.

Let's simplify this expression step-by-step: $10 + 2(6 - 3)^2

  1. Parentheses: First, handle the operation inside the parentheses. $6 - 3 = 3$. The expression becomes $10 + 2(3)^2$.
  2. Exponents: Next, calculate the exponent. $3^2 = 9$. The expression becomes $10 + 2(9)$.
  3. Multiplication: Now, the multiplication. $2(9) = 18$. The expression is now $10 + 18$.
  4. Addition: Finally, the addition. $10 + 18 = 28$.

Mastering these rules is essential. They are the foundation for manipulating and simplifying any algebraic expression you'll encounter.

Time to test your knowledge on these building blocks of algebra.

Quiz Questions 1/6

In the algebraic expression 7x4y+127x - 4y + 12, what is the coefficient of the term xx?

Quiz Questions 2/6

Which of the following are considered 'like terms' that can be combined?

Understanding these core concepts—variables, terms, and the rules for simplification—is the first major step. With this foundation, you're ready to tackle more complex algebraic challenges.