No history yet

Understanding Variables

What is a Variable?

Think of a variable as a placeholder for a number. It’s a symbol, usually a letter like xx or yy, that represents a value we don't know yet, or one that can change. Instead of writing "a mystery number plus 3," we can simply write x+3x + 3. This shorthand is the foundation of algebra.

Variable

noun

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

Using variables allows us to describe relationships in a general way. For instance, the formula for the perimeter of a square is 4s4s. Here, ss is a variable representing the side length of any square. If you know the side length, you can find the perimeter. If the side length changes, so does the perimeter.

Variables in Expressions

An algebraic expression is a mathematical phrase that can contain numbers, variables, and operators (like +, -, ×, ÷). An expression doesn't have an equals sign. It's like a recipe for a calculation. For example, y7y - 7 is an expression. Its value depends entirely on the value of yy.

If yy is 10, the expression y7y - 7 equals 3. If yy is 20, the expression equals 13. The expression's value changes as the variable changes.

We can evaluate an expression by substituting a specific number for the variable. Let's look at the expression 2a+52a + 5. What is its value if a=3a = 3?

2a+52(3)+56+5112a + 5 \\ 2(3) + 5 \\ 6 + 5 \\ 11

We just replace the variable aa with the number 3 and perform the arithmetic. When a=3a=3, the expression evaluates to 11.

Variables in Equations

An equation is different from an expression. An equation is a statement that two expressions are equal. It's like a complete sentence, while an expression is just a phrase. The key feature of an equation is the equals sign (=).

For example, x+5=12x + 5 = 12 is an equation. It states that the expression on the left (x+5x + 5) is equal to the expression on the right (12). Our job is usually to find the specific value of xx that makes this statement true.

To address this issue, teachers may want to introduce the balance model: The idea that an equation is like a scale or a balance and that an equation is solved when a value for a variable is found such that both sides are equal.

Think of an equation as a perfectly balanced scale. If you add or remove something from one side, you must do the exact same thing to the other side to keep it balanced. This is the central rule for solving equations.

Solving for the Unknown

To solve an equation, our goal is to isolate the variable, which means getting it by itself on one side of the equals sign. We do this by using inverse operations. Addition and subtraction are inverses of each other, and multiplication and division are inverses of each other.

Let's solve our equation: x+5=12x + 5 = 12.

x+5=12x + 5 = 12

To get xx by itself, we need to undo the "+ 5". The inverse of adding 5 is subtracting 5. To keep the scale balanced, we must subtract 5 from both sides.

x+55=125x + 5 - 5 = 12 - 5

On the left side, 555 - 5 is 0, leaving just xx. On the right side, 12512 - 5 is 7.

x=7x = 7

We found the solution! The value that makes the equation true is 7. We can check our work by plugging 7 back into the original equation: 7+5=127 + 5 = 12. It's a true statement.

Let's try one with multiplication, like 4a=204a = 20. Remember, 4a4a is just a shorthand for 4×a4 \times a. The inverse of multiplying by 4 is dividing by 4. So, we divide both sides by 4.

4a4=204a=5\frac{4a}{4} = \frac{20}{4} \\ a = 5

The solution is a=5a = 5. By understanding how to manipulate variables using inverse operations, you can solve for the unknown in many different situations.

Quiz Questions 1/5

What is the main difference between an algebraic expression and an equation?

Quiz Questions 2/5

Evaluate the expression 3x43x - 4 when x=6x = 6.