Algebraic Foundations

From the math curriculum · Updated Jun 02, 2026

Algebraic Foundations

TL;DR

Algebra is like a puzzle where you use letters to represent unknown numbers and solve for them. It helps you describe relationships and solve problems in a structured way. Mastering algebra is crucial for many higher-level math and science topics.

1. The Mental Model

Think of algebra as a language for describing quantities and relationships. You're trying to find what numbers fit into certain patterns or make certain statements true. It's about finding the missing pieces.

2. The Core Material

Algebra is essentially generalized arithmetic. Instead of just working with specific numbers, you use variables (letters) to represent unknown or changing values.

Variables and Expressions

A variable is a symbol (usually a letter like x, y, a) that represents an unknown number or a value that can change. An algebraic expression combines variables, numbers, and operations (like addition, subtraction, multiplication, division). It doesn't have an equals sign.

  • Examples of expressions: 3x, y + 5, 2a - 7b

Equations and Inequalities

An equation is a statement that two expressions are equal. It always has an equals sign (=). Your goal is often to find the value(s) of the variable(s) that make the equation true.

  • Examples of equations: x + 3 = 10, 2y - 1 = 5

An inequality is a statement that two expressions are not equal. It uses symbols like < (less than), > (greater than), (less than or equal to), (greater than or equal to).

  • Examples of inequalities: x > 5, 2y - 1 < 7

Solving Basic Equations

The main principle in solving an equation is to keep it balanced. Whatever you do to one side of the equation, you must do to the other. Your goal is to isolate the variable.

  • Addition/Subtraction Property: If you add or subtract the same number from both sides of an equation, the equality remains true.

    • Example:
      x - 4 = 6
      x - 4 + 4 = 6 + 4
      x = 10
  • Multiplication/Division Property: If you multiply or divide both sides of an equation by the same non-zero number, the equality remains true.

    • Example:
      3x = 15
      3x / 3 = 15 / 3
      x = 5

Combining Like Terms

Like terms are terms that have the same variables raised to the same powers. You can add or subtract like terms.

  • Examples: 3x and 5x are like terms; 2y^2 and -7y^2 are like terms. 3x and 3y are not like terms.

  • To combine them, simply add or subtract their coefficients (the numbers in front of the variables).

    • Example: 4x + 2x - 3y = 6x - 3y

The Distributive Property

This property states that a(b + c) = ab + ac. You multiply the term outside the parentheses by each term inside.

  • Example:
    2(x + 5) = 2*x + 2*5 = 2x + 10

3. Worked Example

Let's solve the equation 5x - 7 = 2x + 8 for x.

  1. Objective: Get all terms with x on one side and all constant numbers on the other.
  2. Step 1: Get x terms together. Subtract 2x from both sides:
    5x - 7 - 2x = 2x + 8 - 2x
    3x - 7 = 8
  3. Step 2: Get constant terms together. Add 7 to both sides:
    3x - 7 + 7 = 8 + 7
    3x = 15
  4. Step 3: Isolate x. Divide both sides by 3:
    3x / 3 = 15 / 3
    x = 5

To check your answer, substitute x = 5 back into the original equation:
5(5) - 7 = 2(5) + 8
25 - 7 = 10 + 8
18 = 18
It checks out!

4. Key Takeaways

  • Variables are placeholders for unknown or changing numbers.
  • Equations show two expressions are equal; inequalities show they are not.
  • To solve equations, perform the same operation on both sides to keep them balanced.
  • Combine like terms by adding or subtracting their coefficients.
  • The distributive property helps remove parentheses: multiply the outside term by every inside term.

Common Mistakes to Avoid

  • Forgetting to apply an operation to both sides of an equation.
  • Trying to combine unlike terms (e.g., adding 3x and 2y).
  • Misapplying the distributive property (e.g., 2(x+5) becoming 2x+5 instead of 2x+10).
  • Making sign errors, especially with negative numbers.

5. Now Try It

You have a rectangular garden. The length is 2x + 3 feet and the width is x - 1 feet. If the perimeter of the garden is 34 feet, write an equation to represent this, then solve for x. What are the actual length and width of the garden? Your success will look like an equation relating perimeter to the given dimensions and the correct numerical values for x, length, and width.


Get the full math curriculum

Clone the complete plan to your dashboard for unlimited AI-generated notes, practice quizzes, and a personalised revision schedule.

Create Free Account