No history yet

Foundations of Algebra

Beyond Whole Numbers

Algebra builds on the arithmetic you already know, but it expands the toolkit to handle all kinds of numbers, not just simple integers. A big part of this is working confidently with rational numbers, which are just numbers that can be written as a fraction. This includes integers, fractions, and decimals.

When adding or subtracting fractions, the key is to find a common denominator. You can't add thirds and fourths directly, just like you can't add apples and oranges. You need to convert them to a common unit, like twelfths.

23+14=2434+1343=812+312=1112\frac{2}{3} + \frac{1}{4} = \frac{2 \cdot 4}{3 \cdot 4} + \frac{1 \cdot 3}{4 \cdot 3} = \frac{8}{12} + \frac{3}{12} = \frac{11}{12}

Multiplication and division are more straightforward. To multiply fractions, you just multiply the numerators together and the denominators together. To divide, you flip the second fraction (find its reciprocal) and then multiply.

25÷34=2543=2453=815\frac{2}{5} \div \frac{3}{4} = \frac{2}{5} \cdot \frac{4}{3} = \frac{2 \cdot 4}{5 \cdot 3} = \frac{8}{15}

These same rules apply when you see variables in fractions, which is common in algebra.

The Rules of Exponents

Exponents are a shorthand for repeated multiplication. Instead of writing xxxx \cdot x \cdot x, we can just write x3x^3. As expressions get more complex, we need a few rules to keep things organized.

Rule NameAlgebraic RuleExample
Product Rulexaxb=xa+bx^a \cdot x^b = x^{a+b}2322=25=322^3 \cdot 2^2 = 2^5 = 32
Quotient Rulexaxb=xab\frac{x^a}{x^b} = x^{a-b}5452=52=25\frac{5^4}{5^2} = 5^2 = 25
Power of a Power(xa)b=xab(x^a)^b = x^{ab}(32)3=36=729(3^2)^3 = 3^6 = 729
Zero Exponentx0=1x^0 = 11000=1100^0 = 1
Negative Exponentxa=1xax^{-a} = \frac{1}{x^a}42=142=1164^{-2} = \frac{1}{4^2} = \frac{1}{16}

A negative exponent doesn't make the number negative. It means you take the reciprocal. For example, x2x^{-2} is 1x2\frac{1}{x^2}, not x2-x^2.

Solving for the Unknown

The heart of algebra is solving equations to find the value of an unknown variable. A linear equation is one where the variable isn't raised to any power higher than one. Think of an equation as a balanced scale. Whatever you do to one side, you must do to the other to keep it balanced.

Lesson image

Your goal is to isolate the variable, like xx, on one side. To do this, you undo the operations around it. You undo addition with subtraction, and multiplication with division. Let's solve for xx in the equation 4x7=54x - 7 = 5.

  1. Undo the subtraction: Add 7 to both sides. 4x7+7=5+74x - 7 + 7 = 5 + 7 4x=124x = 12

  2. Undo the multiplication: Divide both sides by 4. 4x4=124\frac{4x}{4} = \frac{12}{4} x=3x = 3

Working with Inequalities

Linear inequalities look just like linear equations, but instead of an equals sign (==), they have a symbol like << (less than), >> (greater than), \leq (less than or equal to), or \geq (greater than or equal to). You solve them almost exactly the same way you solve equations.

There is one crucial difference. If you multiply or divide both sides of an inequality by a negative number, you must flip the direction of the inequality sign.

Consider the inequality 2x+5<11-2x + 5 < 11. Let's solve for xx.

2x+5<112x<6(Subtract 5 from both sides)x>3(Divide by -2 and flip the sign)\begin{aligned} -2x + 5 &< 11 \\ -2x &< 6 \quad \textit{(Subtract 5 from both sides)} \\ x &> -3 \quad \textit{(Divide by -2 and flip the sign)}\end{aligned}

Why do we flip the sign? Think about the simple statement 2<52 < 5. If you multiply both sides by 1-1, you get 2-2 and 5-5. Now, 2-2 is greater than 5-5, so the sign must flip to 2>5-2 > -5 to keep the statement true.

With these foundational skills, you're ready to tackle a wide range of algebraic problems.