➗ Math · Algebra Basics

Algebra Basics Made Easy: Variables, Expressions & Equations

Variables, expressions, like terms and your first equations — explained like a friend, not a textbook.

🎟️ No sign-up 💾 Saved locally ⚡ Earns XP

What algebra actually is (in one breath)

Algebra is just arithmetic with mystery boxes. Instead of writing 3 + 4 = 7, algebra writes 3 + x = 7 and asks: what's hiding in the box? That mystery box — the variable — is the entire foundation. Everything else in algebra, from basic equations to calculus, is a system of rules for figuring out what's in boxes.

If arithmetic gave you tools for calculating things you can see, algebra gives you tools for finding things you can't. That's why it feels weird at first: you're trading numbers you know for symbols you don't. Trust the process — the payoff is that one equation like d = rt suddenly solves a thousand road-trip problems at once.

  • Variable: a symbol (like x) that stands for an unknown value
  • Expression: a math phrase like 3x + 2 (no equals sign)
  • Equation: a math sentence like 3x + 2 = 11 (has an equals sign)
  • Coefficient: the number in front of a variable, like the 3 in 3x
  • Term: a piece separated by + or −, like 3x and 2

Combining like terms: the first real skill

Before you can solve anything, you must simplify. The rule is simple: only terms with the exact same variable part can combine. Apples with apples, x's with x's. 3x + 5x becomes 8x because they're both x-terms. But 3x + 5 cannot be combined — one term has a variable, one doesn't. It stays 3x + 5, and that's a complete answer.

The classic mistake is sign errors: in 4x − 7 + 2x − 3, the −7 and −3 both travel with minus signs. Combine to get 6x − 10. Write out every step for your first few weeks of algebra — the steps are cheap, the mistakes are expensive.

  • 3x + 5x = 8x ✓ (same variable part)
  • 3x + 5 stays as is ✗ (can't mix with plain numbers)
  • 4x − 7 + 2x − 3 = 6x − 10 (watch the signs!)
  • x² + x can NOT combine — x² and x are different animals
💡 Worked example: simplify 5y + 3 − 2y + 8

Group the y-terms: 5y − 2y = 3y. Group the numbers: 3 + 8 = 11. Answer: 3y + 11. Notice we kept the minus attached to the 2y when grouping — that's the step where 90% of errors happen.

Solving equations: the golden rule

An equation is a balanced scale. The golden rule: whatever you do to one side, you do to the other. Keep the scale balanced and the equals sign stays true. Your entire job when solving is to peel operations off the variable, one layer at a time, in reverse order of operations.

For a two-step equation like 3x + 2 = 11: first undo the +2 by subtracting 2 from both sides (3x = 9), then undo the ×3 by dividing both sides by 3 (x = 3). Undo addition/subtraction before multiplication/division when the multiplying is directly attached to the variable. Always check by plugging your answer back in: 3(3) + 2 = 11. ✓

  • Peel operations in reverse PEMDAS order: +/− first, then ×/÷
  • Whatever you do to one side, do to the other
  • Always check: substitute your answer back into the original
  • A negative in front of the variable: −x = 5 means x = −5
💡 Worked example: solve 4x − 5 = 19

Add 5 to both sides: 4x = 24. Divide both sides by 4: x = 6. Check: 4(6) − 5 = 24 − 5 = 19 ✓.

Your algebra study plan

Learn algebra in layers, never in one sitting. Read one concept, immediately drill it with flashcards, then prove it to yourself with a quiz. When you get a question wrong, read the explanation, wait a few minutes, and try again. That struggle-then-retry loop is what moves knowledge into long-term memory — StudyBonk's spaced repetition schedules it for you automatically.

  • Day 1–2: vocabulary (variable, term, coefficient) + like terms
  • Day 3–4: one-step equations until they're boring
  • Day 5–7: two-step equations + checking answers
  • Every day: 10 minutes of flashcards + 1 quiz to keep the streak alive

Key concepts to memorize

VariableA symbol, usually a letter, representing an unknown or changing value.
ExpressionA combination of numbers and variables (2x + 3) with no equals sign.
EquationA statement that two expressions are equal (2x + 3 = 7).
CoefficientThe number multiplying a variable — in 5x, the coefficient is 5.
Like termsTerms with identical variable parts (7x and −2x); only these can be combined.
Inverse operationThe operation that undoes another: +/− and ×/÷ are inverse pairs.
SolutionThe value of the variable that makes the equation true.
Distributive propertya(b + c) = ab + ac — multiply everything inside the parentheses.

🎯 Study tips for this topic

  • Write every step, even the obvious ones — algebra errors live in skipped steps.
  • Say the golden rule out loud each time you solve: 'both sides, always both sides.'
  • Check every solution by substituting it back — catching your own errors builds self-correction.
  • Use the flashcard deck below daily; recognizing vocabulary instantly makes lessons twice as fast.
  • If you're stuck on two-step equations, drop back to one-step drills for a day. Gaps compound.
People also ask

Questions students also ask

What is algebra in simple words?
Arithmetic with mystery boxes: using symbols for unknown numbers and finding rules to figure out what's inside.
What should I learn first in algebra?
Vocabulary (variable, term, coefficient), then combining like terms, then one-step equations. Everything after builds on these.
Is algebra hard to learn?
It's different, not hard — it feels abstract at first. Daily practice with instant feedback makes it click within weeks.
How is algebra used in real life?
Whenever you work backwards from a known result: total cost, distance/time, recipe scaling, figuring out what grade you need on the final.
FAQ

Questions about algebra basics

How long does it take to learn basic algebra?
With 20–30 minutes of daily practice, most students get comfortable with algebra basics (like terms through two-step equations) in 2–4 weeks. Consistency matters far more than session length — daily short practice with active recall beats weekend marathons.
Why do we do the same operation to both sides?
The equals sign means the two sides are the same value — a balanced scale. Doing the same thing to both sides keeps them equal while isolating the variable. Do something to only one side and you've changed the problem.
What's the most common algebra mistake?
Sign errors when combining terms or moving terms across the equals sign. The fix is mechanical: write every step and keep the sign attached to its term, like −3 traveling with its minus.
Can I learn algebra on my own without a teacher?
Yes, especially the fundamentals. Use short lessons plus immediate self-testing (flashcards + quizzes with explanations), and let a teacher, tutor or AI tutor unstick you on the two or three concepts that won't click.
Why you can trust StudyBonk

No accounts. No tracking. Open-source.

Every promise on this page is verifiable — see the proof or read the code.

🔒

Zero data collection

StudyBonk has no accounts, no analytics, no cookies and no server-side storage. Your notes, decks and streaks live only in your browser's local storage on your own device.

📖

Open-source transparency

The entire platform is open-source on GitHub. You can read every line of code — including this page — before you trust it with a single minute of study time.

🧑‍💻

A named, accountable author

Every page is written and maintained by TuffyCoder, an ethical developer who publishes under a real identity with public social channels and a responsible disclosure policy.

100% free · forever

Learn Algebra Basics the bonky way

Read it, drill it, quiz it — that loop is how memories are made. Free, private, no account.

🎟️ No sign-up required💾 Everything saved in your browser🌙 Light & dark mode🚫 No ads · no tracking · no paywalls
Ask Bonk AI