What learning algebra really means
The short version:
- Algebra uses letters to stand for numbers you do not know yet, and solving means finding the number that makes the sentence true.
- Almost every move in algebra follows one rule: whatever you do to one side of the equal sign, do the same thing to the other side.
- Learn it in order — linear equations first, then factoring, then quadratics, then systems — because each skill is built out of the one before it.
Algebra is arithmetic with a placeholder. Instead of asking "what is 7 + 5," algebra asks "7 plus what equals 12?" and writes that question as 7 + x = 12. Once you can write a question that way, you can answer thousands of problems with the same few rules. Start with solving linear equations, because every later topic ends with a linear step, and keep the algebra calculator nearby to check your own work rather than to replace it.
Algebra is arithmetic with a blank space in it. A letter such as x stands for a number you have not found yet, and solving means finding the number that makes the sentence true. Equations, functions, polynomials, inequalities, and the structures behind them.
The algebra learning path, in order
These four lessons are the spine of a first algebra course. Work through them in this order, and finish each one with a short set of problems on the algebra practice track before moving on.
How to Solve Linear Equations
Why it comes here: It teaches the one habit you will use in every other lesson: undo the operations around x, one at a time, doing the same thing to both sides.
What you need first: You need to add, subtract, multiply, and divide with negative numbers, and to know that 3x means 3 times x.
Factoring Polynomials
Why it comes here: Factoring turns a long expression into a product, and a product equals zero only when one of its pieces equals zero. That is how most equations get solved by hand.
What you need first: You need multiplication tables, the distributive property, and comfort expanding (x + 2)(x + 5) into x² + 7x + 10.
The Quadratic Formula Explained
Why it comes here: Some quadratics refuse to factor with whole numbers. The formula solves every one of them, and the part under the square root tells you how many real answers to expect.
What you need first: You need factoring, square roots, and the ability to read a, b, and c off an equation written as ax² + bx + c = 0.
Systems of Equations
Why it comes here: Real questions usually have two unknowns at once, like price and quantity. A system finds the single pair of numbers that satisfies both conditions.
What you need first: You need linear equations, plus the idea that a line's graph is the picture of all its solutions.
Algebra formulas, with real numbers
| Name | Formula | What it does | Example with numbers |
|---|---|---|---|
| Slope between two points | m = (y₂ − y₁) ÷ (x₂ − x₁) | Measures how steep a line is | (1, 2) and (4, 11) → m = 9 ÷ 3 = 3 |
| Slope-intercept form | y = mx + b | Lets you graph a line from two numbers | m = 3 and b = −1 → y = 3x − 1 |
| Quadratic formula | x = (−b ± √(b² − 4ac)) ÷ 2a | Solves any equation shaped like ax² + bx + c = 0 | x² − 5x + 6 = 0 → x = 3 or x = 2 |
| Difference of squares | a² − b² = (a − b)(a + b) | Factors a two-term expression in one step | x² − 49 = (x − 7)(x + 7) |
| Square of a sum | (a + b)² = a² + 2ab + b² | Expands a squared bracket without a grid | (x + 4)² = x² + 8x + 16 |
| Product rule for exponents | xᵐ · xⁿ = xᵐ⁺ⁿ | Combines powers that share a base | x³ · x⁵ = x⁸ |
Notice that the quadratic formula contains b² − 4ac. That piece is called the discriminant, and it is worth memorizing on its own: for x² − 5x + 6 it equals 25 − 24 = 1, a positive number, so the equation has two different real answers. You can try other coefficients in the quadratic formula calculator and watch the discriminant change before the answer appears.
Algebra words you need to know
Algebra problems are often confusing because of the words, not the math. These are the terms that show up in almost every homework instruction.
- Variable
- A variable is a letter such as x or n that stands for a number you have not found yet.
- Coefficient
- The coefficient is the number multiplied by a variable, so in 7x the coefficient is 7.
- Constant
- A constant is a plain number with no variable attached, such as the 5 in 3x + 5.
- Term
- A term is one piece of an expression that is separated from the others by a plus or minus sign.
- Like terms
- Like terms have exactly the same variable part, so 4x and 9x are like terms but 4x and 4x² are not.
- Expression
- An expression is a group of terms with no equal sign, so you can simplify it but you cannot solve it.
- Equation
- An equation states that two expressions have the same value, and the equal sign is what makes solving possible.
- Solution
- A solution is a number that makes an equation true when you substitute it back in for the variable.
- Factor
- A factor is one of the things being multiplied, so the factors of x² + 7x + 10 are (x + 2) and (x + 5).
- Quadratic equation
- A quadratic equation has a squared variable as its highest power and can have zero, one, or two real solutions.
- Inequality
- An inequality compares two amounts with <, >, ≤, or ≥, and its answer is a range of numbers instead of one number.
- Function
- A function is a rule that turns each input into exactly one output, usually written as f(x).
When each part of algebra is taught
Algebra is spread across several school years. Use this table to see where you are and what the next course expects you to already know.
| School level | What you learn at that stage |
|---|---|
| Grades 6-7 (pre-algebra) | Negative numbers, variables in simple expressions, one-step equations, and reading coordinate graphs. |
| Grade 8 or Algebra 1 | Multi-step linear equations, inequalities, slope, systems of two equations, exponent rules, and basic factoring. |
| Algebra 2, usually grades 10-11 | Quadratics and the quadratic formula, polynomial division, rational expressions, radicals, logarithms, and complex numbers. |
| College algebra and beyond | Function families, transformations, matrices, sequences and series, and the algebra needed for calculus. |
Common questions about algebra
Why does algebra use letters instead of numbers?
A letter lets you write one rule that covers every case at once. The formula for the area of a rectangle, A = lw, is true for a rectangle 3 cm wide and for one 300 m wide. Without letters you would need a separate sentence for every possible rectangle. The letter is not hiding a secret; it is a blank space waiting for whatever number the problem gives you.
How do I know which side to move a number to?
Move it to the side that gets you closer to having x alone. In 5x + 8 = 23, the 8 is stuck to the x, so subtract 8 from both sides and get 5x = 15. Then the 5 is multiplying x, so divide both sides by 5 and get x = 3. Always undo addition and subtraction first, then multiplication and division, which is the reverse of the order you would use to evaluate the expression.
Do I have to factor if the quadratic formula always works?
The formula always works, but factoring is faster when the numbers are friendly and it is the skill you need for simplifying fractions with variables later. A good rule: spend thirty seconds looking for factors, and if nothing fits, switch to the formula. Both methods give the same answers, so you can also factor and then check with the formula while you are still building confidence.
What does it mean when I get no solution or infinitely many?
If your steps end at something false like 0 = 7, no number can make the original equation true, so there is no solution. If they end at something always true like 5 = 5, then every number works and there are infinitely many solutions. Both results are real answers, not mistakes. Graphed as lines, no solution means the two lines are parallel and infinitely many means they are the same line.
How much practice is enough before moving on?
A useful test is whether you can start a problem correctly from a blank page without looking at an example. Try eight mixed problems on the algebra practice track. If you set up seven or eight of them correctly, even with a small arithmetic slip, move on. If you stall on the setup, the gap is in the concept and rereading the lesson will help more than another twenty exercises.
What to do next
The mistake to watch for
A frequent algebra error is changing the problem while simplifying: dropping parentheses, dividing by a possible zero, or forgetting to reverse an inequality after multiplying by a negative.
Your next study session
Pick the lesson above that matches your next assignment, work three problems by hand, then confirm your answers with the algebra calculator or the graphing calculator. When your answers match twice in a row, move to timed algebra practice.