No history yet

Introduction to Variables

Placeholders for Numbers

In arithmetic, we work with numbers we know, like $2 + 3 = 5$. Algebra introduces a powerful new idea: working with numbers we don't know yet. To do this, we use symbols as placeholders for these unknown or changing values.

variable

noun

A symbol, typically a letter, that represents a quantity that can change or is unknown.

Think of a variable as a labeled box. You can put different numbers into the box, and the label, like 'x' or 'y', stays the same. The value inside can change depending on the situation. This is different from a regular number, which always has the same fixed value.

constant

noun

A value that does not change.

The number 5 is always 5. It's a constant. But if we use the letter h to represent the number of hours you sleep each night, its value can change. One night h might be 8, and another night it might be 6. The symbol h is a variable.

ConceptDescriptionExamples
VariableA symbol for a value that can change.xx, yy, tt, aa
ConstantA value that is fixed and does not change.77, 12-12, π\pi, 1/21/2

Creating Expressions

Variables don't just stand alone. We combine them with constants and mathematical operations like addition, subtraction, multiplication, and division. When we do this, we create an algebraic expression.

An algebraic expression is a mathematical phrase that can contain ordinary numbers, variables, and operators. It does not have an equals sign.

For example, let's say a bakery sells muffins for $3 each. We can use the variable m to represent the number of muffins you buy. The total cost can be described by the algebraic expression 3m3m. This expression tells you how to calculate the cost for any number of muffins.

If you buy 2 muffins (m=2m=2), the cost is 3×2=$63 \times 2 = \text{\textdollar}6. If you buy 5 muffins (m=5m=5), the cost is 3×5=$153 \times 5 = \text{\textdollar}15.

The expression 3m3m works for any number of muffins you might choose to buy.

Variables allow us to describe relationships and rules in a general way. Instead of doing separate calculations for every single possibility, we can create a single expression that covers them all. This is a core idea in algebra and what makes it so useful for solving problems.

Quiz Questions 1/5

What is the primary role of a variable in algebra?

Quiz Questions 2/5

In the algebraic expression 8p+158p + 15, which part is the constant?

Understanding these basic building blocks is the first step into the world of algebra. By using variables to represent changing quantities, we can model the world around us in a new and powerful way.