No history yet

Introduction to Variables and Expressions

Symbols for Unknowns

In arithmetic, we work with numbers we know, like $2 + 2 = 4$. Algebra introduces a twist: we start working with numbers we don't know yet. To do this, we use symbols as placeholders for these unknown values. These placeholders are called variables.

A variable is typically a letter, like xx or yy, that represents a number.

Think of a variable as a labeled box. You might not know what's inside the box labeled 'xx', but you know it holds a number. The value can change depending on the problem, which is why it's called a 'variable'.

The numbers you're already familiar with, like 5, -12, or 3.14, are called constants because their value is fixed. They don't change.

Lesson image

When we combine variables, constants, and arithmetic operations like addition, subtraction, multiplication, and division, we create something called an algebraic expression.

Building Expressions

An algebraic expression is a mathematical phrase that can contain numbers, variables, and operators. It doesn't have an equals sign, so it's not something you 'solve'. Instead, it represents a value.

For example, x+7x + 7 is an expression. It means "seven more than some unknown number xx."

Expressions have a few key parts.

term

noun

A single number, a single variable, or variables and numbers multiplied together. Terms are separated by + or - signs.

When a term is a number multiplied by a variable, that number has a special name.

coefficient

noun

The numerical factor of a term. It's the number being multiplied by a variable.

Let's break down an expression to see all the parts.

ExpressionVariable(s)Coefficient(s)Constant(s)Terms
5x - 10x5-105x, -10
2a + ba, b2, 1None2a, b
y/3 + 8y1/38y/3, 8
zz1Nonez

Notice that when a variable stands alone, like bb or zz, its coefficient is 1. We just don't usually write the 1.

From Words to Algebra

A big part of algebra is translating real-world situations into expressions. This means converting a phrase in English into the language of math. Learning to do this is a foundational skill.

Let's say we have an unknown number, which we'll call nn.

• "A number increased by four" translates to n+4n + 4. • "The product of a number and six" becomes 6n6n. • "Ten less than a number" is written as n10n - 10. • "A number divided by two" is n/2n/2.

Watch the order carefully. "Ten less than a number" (n10n - 10) is different from "ten minus a number" (10n10 - n). The phrasing matters.

Evaluating Expressions

Since variables represent numbers, we can replace them with actual numbers to find out the value of the whole expression. This process is called evaluating the expression.

To evaluate an expression, you substitute a given value for the variable and then perform the arithmetic.

Let's evaluate the expression 4a74a - 7 when a=5a = 5.

First, we replace the variable aa with the number 5. Remember that 4a4a means 4 times aa.

4(5)74(5) - 7

Now, we just follow the order of operations. First, multiply.

20720 - 7

Finally, subtract.

1313

So, when a=5a = 5, the expression 4a74a - 7 evaluates to 13. By plugging in different values for our variable, the expression will give us different results.

Quiz Questions 1/5

In algebra, what is a variable?

Quiz Questions 2/5

Which algebraic expression correctly represents the phrase 'six less than a number z'?

Understanding variables and expressions is the first major step into the world of algebra. It's the language we use to build equations and solve problems.