No history yet

Introduction to Variables and Expressions

Letters for Numbers

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

Think of it like a mystery box. You know there's something inside, but you don't know what it is until you open it. In algebra, a letter like $x$ or $y$ is that mystery box. It holds the place for a number.

variable

noun

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

For example, if you have a jar of cookies but haven't counted them, you could say you have 'cc' cookies. The letter cc is a variable. It stands for the actual number of cookies in the jar. Once you count them and find 24 cookies, you know that c=24c = 24.

Building Expressions

When we combine variables with numbers and arithmetic operations like addition, subtraction, multiplication, and division, we create an algebraic expression. Unlike an equation, an expression doesn't have an equal sign. It's a phrase, not a complete sentence.

Here are some examples:

  • x+7x + 7 (A number plus seven)
  • 3y3y (Three times a number)
  • 10a10 - a (Ten minus a number)

In algebra, we often leave out the multiplication sign. So, 3y3y means 3×y3 \times y. Similarly, abab means a×ba \times b.

An algebraic expression is a mathematical phrase that can contain ordinary numbers, variables, and operators.

Order of Operations

To work with expressions, we need a set of rules to make sure everyone gets the same answer. This is called the order of operations, which you might remember as PEMDAS.

StepOperationDescription
PParenthesesAlways do the calculations inside parentheses first.
EExponentsNext, solve any exponents (powers and roots).
M/DMultiplication and DivisionThen, do all multiplication and division from left to right.
A/SAddition and SubtractionFinally, do all addition and subtraction from left to right.

Let's see this in action. Suppose we have the expression 5+2x5 + 2x and we're told that x=3x=3. To find the value of the expression, we substitute 3 for xx:

5+2(3)5 + 2(3)

According to PEMDAS, we do the multiplication first: 2×3=62 \times 3 = 6

Now we do the addition: 5+6=115 + 6 = 11

Following the order of operations is crucial. If we had added first (5+2=75 + 2 = 7) and then multiplied (7×3=217 \times 3 = 21), we would have gotten the wrong answer.

From Words to Expressions

One of the most useful skills in algebra is translating everyday language into the language of math. This allows us to set up and solve real-world problems. Certain words and phrases give us clues about which operation to use.

OperationKey Phrases
Addition (++)sum, plus, more than, increased by, total
Subtraction (-)difference, minus, less than, decreased by
Multiplication (×\times)product, times, of, twice
Division (÷\div)quotient, divided by, ratio of

Let's try translating a few phrases.

Phrase: "The product of a number and 4." Let's use the variable nn for the unknown number. "Product" means we multiply. Expression: 4n4n

Phrase: "8 less than a number." Be careful with this one. "Less than" means we subtract 8 from the number. Let's use the variable yy. Expression: y8y - 8

Phrase: "The sum of a number and 5, divided by 2." This one has two steps. First, the "sum of a number and 5." Let's use xx. That's x+5x+5. Then, we divide the whole thing by 2. We use parentheses to show that the addition comes first. Expression: (x+5)÷2(x+5) \div 2 or x+52\frac{x+5}{2}

Ready to test your skills? Let's see if you can translate words into expressions.

Quiz Questions 1/5

In algebra, what does a letter like 'x' or 'y' typically represent?

Quiz Questions 2/5

What is the value of the expression 3a+53a + 5 when a=4a = 4?

Being able to work with variables and expressions is the first major step into algebra. It's the foundation for solving equations and understanding how math can describe the world around us.