No history yet

Understanding Variables

What Are Variables?

In arithmetic, we work with numbers we know, like $5 + 3 = 8$. Algebra introduces a new idea: working with numbers we don't know yet. To do this, we use variables.

A variable is just a symbol, usually a letter like $x$ or $y$, that stands in for a number. Think of it as a labeled box. You might not know what's inside, but you know the box's name. We can move the box around and describe what we'll do with it once we know its contents.

Variable

noun

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

Why bother with this? Variables let us write rules and solve problems for any number, not just one specific case. They give us a powerful way to describe relationships. For example, if you get paid $15 per hour, you can use a variable to represent the number of hours you work. This lets you create a rule to calculate your pay for any number of hours.

Building with Variables

When we combine variables, numbers, and operations like addition, subtraction, multiplication, and division, we create an algebraic expression. It's like a set of instructions. For instance, the expression x+5x + 5 tells us to take whatever number xx represents and add five to it.

In algebra, we often leave out the multiplication sign to avoid confusion with the letter xx. So, if you see 2y2y, it means 2×y2 \times y. If you see abab, it means a×ba \times b.

An algebraic expression is like a recipe. It doesn't give you the final dish, but it tells you exactly what steps to follow with your ingredients (the variables).

One of the most important skills in algebra is translating everyday language into the language of math. This means turning a written phrase into an algebraic expression.

Verbal PhraseAlgebraic Expression
The sum of a number and 10x+10x + 10
4 less than a numbery4y - 4
The product of 7 and a number7z7z
A number divided by 3n/3n / 3 or n3\frac{n}{3}
Twice a number, increased by 12p+12p + 1

Reading the Language of Algebra

Just as we can translate words into expressions, we can also interpret what an expression means in a real-world context. This helps us understand the relationships it describes.

Imagine you're buying tickets to a concert. Each ticket costs $50, and there's a one-time service fee of $5. Let's use the variable tt to represent the number of tickets you buy.

The expression for the total cost would be 50t+550t + 5. What does this mean? It says to multiply the number of tickets (tt) by $50, and then add the $5 service fee to find your total cost. If you buy 2 tickets, t=2t=2, and the cost is 50(2)+5=10550(2) + 5 = 105. If you buy 4 tickets, t=4t=4, and the cost is 50(4)+5=20550(4) + 5 = 205. The expression works for any number of tickets.

Being able to read and write these expressions is the first major step in mastering algebra. Now, let's check your understanding.

Quiz Questions 1/4

In algebra, what is the primary role of a variable?

Quiz Questions 2/4

Which algebraic expression correctly represents the phrase "the product of 8 and a number y"?

Great work. With variables and expressions, you now have the basic building blocks for exploring the world of algebra.