Before You Begin

πŸ”€ Algebra Study Guide

πŸ“š Middle & High School Math 🎯 Key Concepts: Linear Equations, Quadratics, Systems, Polynomials
Why study this?

Algebra is the language of mathematics. It lets you solve problems with unknowns. From calculating interest rates to engineering design, algebra is everywhere in modern technology and everyday decisions.

Think of it intuitively

Think of algebra as a balance scale. The equals sign (=) means both sides must always balance. Whatever you do to one side, you must do to the other. This is why moving a term across the equals sign changes its sign.

Common Misconception

Common mistake: Moving a term across the equals sign just reverses its sign.

Reality: This happens because you subtract the same value from both sides to maintain balance. x + 3 = 7 means x = 7 minus 3. Understanding the reason means you will never forget the rule.

1. Variables and Expressions

Algebra uses symbols (usually letters) to represent unknown values or quantities that can change.

Key Vocabulary
Simplifying by combining like terms:
\(4x^2 + 3x - 2x^2 + 7x - 5\)
\(= (4x^2 - 2x^2) + (3x + 7x) - 5\)
\(= 2x^2 + 10x - 5\)

2. Linear Equations

A linear equation has variables raised to the first power only. Solving means finding the value of the variable that makes the equation true. Use inverse operations to isolate the variable.

Solving Strategy
  1. Distribute if needed
  2. Combine like terms on each side
  3. Move variables to one side, constants to the other
  4. Divide both sides by the coefficient of the variable
One-step: \(x + 9 = 14\) β†’ subtract 9 from both sides β†’ \(x = 5\)
Two-step: \(3x + 7 = 22\)
Subtract 7: \(3x = 15\)
Divide by 3: \(x = 5\)
Multi-step: \(4(2x - 3) = 3x + 7\)
Distribute: \(8x - 12 = 3x + 7\)
Subtract \(3x\): \(5x - 12 = 7\)
Add 12: \(5x = 19\)
Divide by 5: \(x = \dfrac{19}{5} = 3.8\)

3. Linear Inequalities

Inequalities are solved like equations, with one critical rule: flip the inequality sign when multiplying or dividing by a negative number.

Inequality Symbols
Example: Solve \(-3x + 6 > 0\)
Subtract 6: \(-3x > -6\)
Divide by \(-3\) (flip sign!): \(x < 2\)
Graph: open circle at 2, shading to the left.

4. Systems of Linear Equations

A system of two equations with two unknowns has three possible outcomes: one solution (lines intersect), no solution (parallel lines), or infinitely many solutions (same line).

Method 1: Substitution
  1. Solve one equation for one variable
  2. Substitute that expression into the other equation
  3. Solve for the remaining variable
  4. Back-substitute to find the first variable
Example: Solve \(y = 2x - 1\) and \(3x + y = 14\)
Substitute: \(3x + (2x-1) = 14\) β†’ \(5x = 15\) β†’ \(x = 3\)
Back-sub: \(y = 2(3) - 1 = 5\)    Solution: (3, 5)
Method 2: Elimination (Addition Method)
  1. Multiply equations (if needed) so that one variable has opposite coefficients
  2. Add the equations to eliminate that variable
  3. Solve for the remaining variable and back-substitute
Example: Solve \(2x + 3y = 12\) and \(4x - 3y = 6\)
Add: \(6x = 18\) β†’ \(x = 3\)
Back-sub: \(2(3) + 3y = 12\) β†’ \(3y = 6\) β†’ \(y = 2\)    Solution: (3, 2)

5. Quadratic Equations AP Exam

A quadratic equation has the form \(ax^2 + bx + c = 0\) where \(a \neq 0\). It can have 0, 1, or 2 real solutions.

Method 1: Factoring
Rewrite as a product of two binomials, then set each factor to zero.
\(x^2 - x - 6 = 0\)
Factor: \((x-3)(x+2) = 0\)
Solutions: \(x = 3\) or \(x = -2\)
Method 2: Quadratic Formula
For \(ax^2 + bx + c = 0\): \[x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\]
Solve \(2x^2 - 4x - 6 = 0\): \(a=2,\, b=-4,\, c=-6\)
\(x = \dfrac{4 \pm \sqrt{16 + 48}}{4} = \dfrac{4 \pm \sqrt{64}}{4} = \dfrac{4 \pm 8}{4}\)
\(x = 3\) or \(x = -1\)
The Discriminant: \(b^2 - 4ac\)

6. Polynomials

A polynomial is a sum of terms with non-negative integer exponents. Operations with polynomials use the same rules as arithmetic.

Adding: \((3x^2 + 2x - 1) + (x^2 - 5x + 4) = 4x^2 - 3x + 3\)
FOIL β€” Multiplying Two Binomials: \((a+b)(c+d) = ac + ad + bc + bd\)
First, Outer, Inner, Last
\((x+3)(x-5) = x^2 - 5x + 3x - 15 = x^2 - 2x - 15\)
Special Products (memorize these!)

7. Factoring

Factoring reverses multiplication. Always check for a GCF first, then look for patterns.

Factoring Techniques

8. Practice Problems

  1. Simplify: \(5x^2 - 3x + 2x^2 + 8x - 4\)
  2. Solve: \(6x - 5 = 4x + 11\)
  3. Solve: \(-2x + 4 \leq 10\)
  4. Solve the system: \(x + y = 8\) and \(2x - y = 4\)
  5. Solve by factoring: \(x^2 - 7x + 10 = 0\)
  6. Use the quadratic formula: \(x^2 + 3x - 4 = 0\)
  7. Multiply: \((2x - 3)(3x + 4)\)
  8. Factor completely: \(4x^2 - 36\)
Answers: 1. \(7x^2 + 5x - 4\)   2. \(x = 8\)   3. \(x \geq -3\)   4. \((4, 4)\)   5. \(x = 2\) or \(x = 5\)   6. \(x = 1\) or \(x = -4\)   7. \(6x^2 - x - 12\)   8. \(4(x+3)(x-3)\)
Pre-Test Checklist
Practice

Basic Q. Solve for x: 3x + 7 = 22

Show answer
x = 5. Step 1: subtract 7 from both sides β†’ 3x = 15. Step 2: divide both sides by 3 β†’ x = 5. Check: 3(5)+7 = 22 βœ“

Intermediate Q. A rectangle has perimeter 36 cm. Its length is twice its width. Find the dimensions.

Show answer
Let width = w, length = 2w. Perimeter: 2(w + 2w) = 36 β†’ 6w = 36 β†’ w = 6 cm. Length = 12 cm. Check: 2(6+12) = 36 βœ“

Advanced Q. Explain why the equation xΒ² + 1 = 0 has no real solutions, then find its complex solutions.

Show answer
x² = -1 has no real solutions because squaring any real number gives a non-negative result. Complex solutions: x = ±i, where i = √(-1). These are the two imaginary roots.
🧠
Spaced Repetition β€” Ebbinghaus Curve

Review this material at increasing intervals to commit it to long-term memory.

Tomorrow In 3 days In 1 week In 1 month
Up Next
Geometry

When algebra meets shapes β€” discover how equations describe the figures, angles, and areas around you.

Next Unit
βœ“ Common Core State Standards aligned βœ“ Reviewed Apr 2026 πŸ” Accuracy verified Found an error? Let us know