Simple Algebra Problems: A Step-by-Step Guide with Practice Problems
Simple algebra problems are the foundation of every math course — they teach you how to find an unknown value using known relationships, and once you get the logic, they open the door to every topic that follows. This guide walks through the most common types of simple algebra problems you will encounter in middle school and early high school, with real worked examples, clear steps, and practice problems at the end so you can test yourself.
Contents
- 01What Are Simple Algebra Problems?
- 02Essential Building Blocks: Variables, Constants, and Expressions
- 03One-Step Equations: The Simplest Algebra Problems
- 04Two-Step Equations: Building on the Basics
- 05Variables on Both Sides: The Next Level
- 06Simple Algebra Word Problems: Turning Words into Equations
- 07Common Mistakes Students Make (and How to Fix Them)
- 08Practice Problems with Full Solutions
- 09Algebra with Fractions: When the Numbers Are Not Whole
- 10Tips and Shortcuts to Solve Algebra Problems More Efficiently
- 11Frequently Asked Questions About Simple Algebra Problems
What Are Simple Algebra Problems?
Simple algebra problems are equations or expressions that involve one or two unknown values — usually represented by a letter like x or y — and ask you to find what those values are. Unlike arithmetic, where you work only with known numbers, algebra introduces variables: placeholders that stand in for a number you need to figure out. A problem like 'x + 5 = 12' is a simple algebra problem because you have one unknown (x) and you need to find it. These problems appear in every area of math and science, from calculating distances and speeds to working out prices and percentages. The rules for solving them stay the same no matter how complicated the numbers get, which is why learning the basics thoroughly pays off for years.
Algebra is arithmetic with unknowns. Once you can handle the unknown, the known becomes easy.
Essential Building Blocks: Variables, Constants, and Expressions
Before tackling simple algebra problems, you need to be comfortable with three concepts: variables, constants, and expressions. A variable is a letter (x, y, n, t, etc.) that represents a number you do not yet know. A constant is a fixed number like 3, -7, or 100. An expression is any combination of variables and constants joined by operations — for example, 2x + 3 is an expression. An equation is two expressions set equal to each other, like 2x + 3 = 11. The key difference between an expression and an equation is the equals sign: equations have one, expressions do not. Understanding this distinction prevents one of the most common algebra errors — trying to 'solve' an expression when there is nothing to solve yet.
1. Variable
A letter standing for an unknown number. Example: in x + 4 = 9, the variable is x.
2. Constant
A fixed number that does not change. Example: in 3x - 7 = 14, the constants are 7 and 14.
3. Coefficient
The number multiplied by a variable. Example: in 5x, the coefficient is 5. It tells you how many of x you have.
4. Expression vs. Equation
An expression (2x + 3) has no equals sign and cannot be solved. An equation (2x + 3 = 11) has an equals sign and can be solved for x.
5. The Goal of Algebra
Your goal is always to isolate the variable — get x (or whatever letter is used) alone on one side of the equals sign.
Whatever you do to one side of an equation, you must do to the other side. This keeps the equation balanced.
One-Step Equations: The Simplest Algebra Problems
One-step equations are solved in a single operation: one addition, subtraction, multiplication, or division. They are the entry point for all simple algebra problems. The strategy is always to apply the inverse (opposite) operation to both sides of the equation. Addition and subtraction are inverses of each other; multiplication and division are inverses of each other. Below are four worked examples — one for each operation — so you can see the pattern clearly.
1. Addition equation: x + 8 = 15
To cancel the +8, subtract 8 from both sides. x + 8 - 8 = 15 - 8 x = 7 Check: 7 + 8 = 15 ✓
2. Subtraction equation: x - 6 = 10
To cancel the -6, add 6 to both sides. x - 6 + 6 = 10 + 6 x = 16 Check: 16 - 6 = 10 ✓
3. Multiplication equation: 4x = 28
To cancel the ×4, divide both sides by 4. 4x ÷ 4 = 28 ÷ 4 x = 7 Check: 4 × 7 = 28 ✓
4. Division equation: x ÷ 5 = 9
To cancel the ÷5, multiply both sides by 5. (x ÷ 5) × 5 = 9 × 5 x = 45 Check: 45 ÷ 5 = 9 ✓
The check step is not optional — it takes 10 seconds and catches errors before they cost you points.
Two-Step Equations: Building on the Basics
Two-step equations require two operations to isolate the variable. The general rule is to undo addition or subtraction first, then undo multiplication or division. Think of it like unwrapping a gift: you remove the outer layer (the constant term) before the inner layer (the coefficient). Two-step equations are the most common type in simple algebra problems at the middle-school level and are tested heavily in standardized exams. Mastering the order of operations here prevents most of the errors students make when problems get harder.
1. Example 1: Solve 2x + 5 = 13
Step 1 — Subtract 5 from both sides (remove the constant first): 2x + 5 - 5 = 13 - 5 2x = 8 Step 2 — Divide both sides by 2 (remove the coefficient): 2x ÷ 2 = 8 ÷ 2 x = 4 Check: 2 × 4 + 5 = 8 + 5 = 13 ✓
2. Example 2: Solve 3x - 7 = 14
Step 1 — Add 7 to both sides: 3x - 7 + 7 = 14 + 7 3x = 21 Step 2 — Divide both sides by 3: 3x ÷ 3 = 21 ÷ 3 x = 7 Check: 3 × 7 - 7 = 21 - 7 = 14 ✓
3. Example 3: Solve x ÷ 4 + 2 = 6 (fraction form)
Step 1 — Subtract 2 from both sides: x ÷ 4 + 2 - 2 = 6 - 2 x ÷ 4 = 4 Step 2 — Multiply both sides by 4: x = 4 × 4 x = 16 Check: 16 ÷ 4 + 2 = 4 + 2 = 6 ✓
4. Example 4: Solve -5x + 3 = -17 (negative coefficient)
Step 1 — Subtract 3 from both sides: -5x + 3 - 3 = -17 - 3 -5x = -20 Step 2 — Divide both sides by -5: -5x ÷ (-5) = -20 ÷ (-5) x = 4 Check: -5 × 4 + 3 = -20 + 3 = -17 ✓ Note: A negative ÷ a negative = a positive.
Always undo addition and subtraction before you undo multiplication and division — work in reverse order of operations (PEMDAS/BODMAS in reverse).
Variables on Both Sides: The Next Level
Once you are comfortable with two-step equations, the next challenge is equations where the variable appears on both sides, such as 5x + 3 = 2x + 12. These still count as relatively simple algebra problems because the method is straightforward: collect all the variable terms on one side and all the constant terms on the other. You do this using the same addition and subtraction moves you already know — just applied twice.
1. Example: Solve 5x + 3 = 2x + 12
Step 1 — Subtract 2x from both sides to gather variables on the left: 5x - 2x + 3 = 2x - 2x + 12 3x + 3 = 12 Step 2 — Subtract 3 from both sides: 3x = 9 Step 3 — Divide both sides by 3: x = 3 Check: 5 × 3 + 3 = 18; 2 × 3 + 12 = 18 ✓
2. Example: Solve 7x - 4 = 3x + 16
Step 1 — Subtract 3x from both sides: 4x - 4 = 16 Step 2 — Add 4 to both sides: 4x = 20 Step 3 — Divide by 4: x = 5 Check: 7 × 5 - 4 = 31; 3 × 5 + 16 = 31 ✓
3. Example: Solve 2(x + 4) = x + 11 (with parentheses)
Step 1 — Distribute the 2 on the left side: 2x + 8 = x + 11 Step 2 — Subtract x from both sides: x + 8 = 11 Step 3 — Subtract 8 from both sides: x = 3 Check: 2 × (3 + 4) = 14; 3 + 11 = 14 ✓
Move all variables to one side, all numbers to the other. Then simplify each side separately.
Simple Algebra Word Problems: Turning Words into Equations
Word problems are where simple algebra problems feel the hardest — not because the math is difficult, but because you have to do the extra step of translating English into algebra. Once the equation is set up, the solving part is exactly the same as any other equation. The key skill is identifying the unknown (what you are looking for), assigning it a variable, and writing the relationship the problem describes as an equation. Here are three common types with fully worked solutions.
1. Number problem: A number doubled, plus 5, equals 21. Find the number.
Identify the unknown: call the number x. Write the equation: 2x + 5 = 21 Solve: Step 1: 2x = 21 - 5 = 16 Step 2: x = 16 ÷ 2 = 8 Answer: The number is 8. Check: 2 × 8 + 5 = 21 ✓
2. Age problem: Maya is 4 years older than her brother. Their ages add up to 30. How old are they?
Let the brother's age = x, so Maya's age = x + 4. Equation: x + (x + 4) = 30 Simplify: 2x + 4 = 30 Step 1: 2x = 26 Step 2: x = 13 Brother is 13, Maya is 17. Check: 13 + 17 = 30 ✓
3. Money problem: A pen costs $3 more than a pencil. Together they cost $7. Find the cost of each.
Let the pencil cost = x, so the pen costs = x + 3. Equation: x + (x + 3) = 7 Simplify: 2x + 3 = 7 Step 1: 2x = 4 Step 2: x = 2 Pencil = $2, pen = $5. Check: 2 + 5 = 7 ✓
4. Perimeter problem: A rectangle's length is twice its width. The perimeter is 36 cm. Find the dimensions.
Let width = w, so length = 2w. Perimeter formula: 2 × (length + width) = 36 2 × (2w + w) = 36 2 × 3w = 36 6w = 36 w = 6 Width = 6 cm, length = 12 cm. Check: 2 × (12 + 6) = 2 × 18 = 36 ✓
The hardest part of a word problem is writing the equation. Once you have the equation, the algebra is exactly what you have already practiced.
Common Mistakes Students Make (and How to Fix Them)
Even students who understand the concepts behind simple algebra problems often lose points to preventable errors. These are the mistakes that appear most often in homework, quizzes, and tests — along with specific fixes for each one.
1. Mistake 1: Not applying an operation to both sides
Wrong: 2x + 6 = 14 → 2x = 14 (forgetting to subtract 6 from the right) Right: 2x + 6 - 6 = 14 - 6 → 2x = 8 Fix: Every time you perform an operation, say out loud '...to both sides' until it becomes automatic.
2. Mistake 2: Sign errors with negatives
Wrong: -3x = 12 → x = 12 ÷ 3 = 4 (forgetting the negative coefficient) Right: -3x = 12 → x = 12 ÷ (-3) = -4 Fix: Circle negative signs before you start. Dividing by a negative number flips the sign of the answer.
3. Mistake 3: Incorrect distribution
Wrong: 3(x + 4) = 3x + 4 (only multiplying the first term) Right: 3(x + 4) = 3x + 12 (multiply EVERY term inside the parentheses) Fix: Draw an arrow from the number outside to each term inside the parentheses.
4. Mistake 4: Moving a term without changing its sign
Wrong: x - 5 = 10 → x = 10 - 5 = 5 (thinking 'move the 5 to the other side') Right: x - 5 + 5 = 10 + 5 → x = 15 Fix: Do not think about 'moving' terms. Think 'add 5 to both sides'. The plus sign is the operation, not a transportation.
5. Mistake 5: Skipping the check step
After solving, substitute your answer back into the original equation. If both sides equal the same number, the answer is correct. If not, there is an error to find. This one habit catches the vast majority of computational errors.
Most algebra errors are sign errors or distribution errors. Slow down on those two steps and your accuracy will jump immediately.
Practice Problems with Full Solutions
The only way to get comfortable with simple algebra problems is to practice. Below are eight problems in increasing order of difficulty, each with a complete solution. Try each problem on your own first, then check your work against the solution.
1. Problem 1 (One-step): x + 13 = 28
Solution: x + 13 - 13 = 28 - 13 x = 15 Check: 15 + 13 = 28 ✓
2. Problem 2 (One-step): 6x = 54
Solution: 6x ÷ 6 = 54 ÷ 6 x = 9 Check: 6 × 9 = 54 ✓
3. Problem 3 (Two-step): 4x - 9 = 23
Solution: 4x - 9 + 9 = 23 + 9 4x = 32 x = 32 ÷ 4 = 8 Check: 4 × 8 - 9 = 32 - 9 = 23 ✓
4. Problem 4 (Two-step): x ÷ 3 + 7 = 15
Solution: x ÷ 3 + 7 - 7 = 15 - 7 x ÷ 3 = 8 x = 8 × 3 = 24 Check: 24 ÷ 3 + 7 = 8 + 7 = 15 ✓
5. Problem 5 (Variables both sides): 6x + 2 = 4x + 10
Solution: 6x - 4x + 2 = 10 2x + 2 = 10 2x = 8 x = 4 Check: 6 × 4 + 2 = 26; 4 × 4 + 10 = 26 ✓
6. Problem 6 (Negative coefficient): -2x + 9 = 1
Solution: -2x + 9 - 9 = 1 - 9 -2x = -8 x = -8 ÷ (-2) = 4 Check: -2 × 4 + 9 = -8 + 9 = 1 ✓
7. Problem 7 (Parentheses): 3(x - 2) = 15
Solution — Method 1 (distribute first): 3x - 6 = 15 3x = 21 x = 7 Solution — Method 2 (divide first, since 15 ÷ 3 = 5 is clean): x - 2 = 5 x = 7 Check: 3 × (7 - 2) = 3 × 5 = 15 ✓
8. Problem 8 (Word problem): A school bus can carry 48 students. After some students get off, there are 19 left. How many got off?
Let x = number of students who got off. Equation: 48 - x = 19 Step 1: -x = 19 - 48 = -29 Step 2: x = 29 Answer: 29 students got off the bus. Check: 48 - 29 = 19 ✓
If you got all eight correct, you are ready for inequalities, systems of equations, and quadratics. If you missed some, re-read the relevant sections and try again — repetition is how algebra clicks.
Algebra with Fractions: When the Numbers Are Not Whole
Many simple algebra problems involve fractions as coefficients or constants. The most efficient approach is to eliminate fractions immediately by multiplying both sides of the equation by the least common denominator (LCD) before doing anything else. This converts the equation into integers, which are much easier to work with.
1. Example: Solve (x/2) + 3 = 7
Method 1 — Eliminate fraction first: Multiply both sides by 2: 2 × (x/2) + 2 × 3 = 2 × 7 x + 6 = 14 x = 8 Check: 8 ÷ 2 + 3 = 4 + 3 = 7 ✓
2. Example: Solve (3x/4) - 2 = 7
Multiply both sides by 4: 4 × (3x/4) - 4 × 2 = 4 × 7 3x - 8 = 28 3x = 36 x = 12 Check: (3 × 12) ÷ 4 - 2 = 9 - 2 = 7 ✓
3. Example: Solve (x/3) + (x/6) = 5
LCD of 3 and 6 is 6. Multiply every term by 6: 6 × (x/3) + 6 × (x/6) = 6 × 5 2x + x = 30 3x = 30 x = 10 Check: 10/3 + 10/6 = 20/6 + 10/6 = 30/6 = 5 ✓
Whenever you see fractions in an algebra equation, your first move should almost always be to multiply both sides by the LCD.
Tips and Shortcuts to Solve Algebra Problems More Efficiently
These habits and mental strategies do not replace understanding, but they speed up your work on tests and homework and help you catch errors before they happen. Students who develop these habits consistently score higher on algebra sections of standardized tests.
1. Always write out every step
Skipping steps to save time usually costs time — you make an error, cannot find it, and have to redo the problem from scratch. Writing each step takes a few extra seconds but prevents minutes of backtracking.
2. Check whether the answer makes sense
Before substituting back to check, ask: 'Is this answer reasonable?' If a problem says a student's age is x and you get x = -7, you know immediately that something went wrong. This saves time by catching sign errors early.
3. Keep your equal signs aligned vertically
Writing each step directly below the previous one, with equals signs in a column, makes it much easier to spot where an error was introduced. Messy work is a leading cause of careless mistakes.
4. Use substitution to verify before moving on
Plug your answer back into the original equation (not a middle step — the original). This catches both computational errors and errors in setting up the equation.
5. Recognize problem types quickly
Before solving, classify the problem: one-step, two-step, variables on both sides, or with parentheses. Knowing the type tells you exactly how many steps to expect and in what order to perform them.
6. Estimate first on multiple-choice questions
If a problem is 2x + 3 = 21, you can quickly see that x is around 9 just by reasoning: 2 × 9 = 18, plus 3 = 21. This eliminates wrong answers instantly before you even solve formally.
Speed in algebra comes from recognizing patterns, not from rushing individual steps. Practice the pattern recognition, not the rushing.
Frequently Asked Questions About Simple Algebra Problems
These are the questions students most often ask when they first encounter algebra — including some that seem too basic to ask in class but genuinely come up all the time.
1. What makes an algebra problem 'simple'?
A simple algebra problem typically involves one variable, at most two operations, and whole numbers or easy fractions. Problems that involve systems of equations, quadratics, or complex polynomials are considered more advanced. Simple algebra problems are usually taught in grades 6-9 and form the core of pre-algebra and Algebra 1 courses.
2. Can x be a negative number or a fraction?
Yes, absolutely. Variables can equal any real number: positive, negative, zero, whole, or fractional. For example, solving 3x = 5 gives x = 5/3, which is a valid answer. Do not assume x must be a whole positive number — that assumption causes many wrong answers.
3. What is the difference between an equation and an expression?
An expression (like 3x + 4) has no equals sign and cannot be 'solved' — it can only be simplified or evaluated. An equation (like 3x + 4 = 10) has an equals sign and can be solved to find the value of x. This distinction matters because trying to solve an expression is a common mistake when students are first learning algebra.
4. How do I know which side to put x on?
It does not matter — x = 5 and 5 = x mean the same thing. However, convention is to write the variable on the left side of the equals sign. When variables appear on both sides, it is typically easiest to move the smaller variable term to the other side to keep the coefficient positive, which reduces sign errors.
5. Why does algebra use letters instead of just numbers?
Because the relationship between quantities often stays the same even when the specific numbers change. Using a letter lets you describe that relationship once and use it in many situations. For example, the formula for speed (v = d ÷ t) works for any distance and any time — you just substitute in the numbers you know.
6. What should I do if I get a different answer from the key?
First, substitute your answer into the original equation and check whether it makes it true. If it does, your answer is correct regardless of what the key says (answer keys have errors too). If it does not make the equation true, re-read the problem carefully, check your signs, and rework it step by step. Most discrepancies come from sign errors or arithmetic slips.
There are no dumb questions in algebra — only concepts that have not clicked yet. Keep asking until they do.
Related Articles
Linear Equation Practice Problems with Step-by-Step Solutions
Dozens of practice problems for linear equations, organized by difficulty, with full worked solutions.
How to Solve Formulas in Algebra
Learn to rearrange and solve algebraic formulas — an essential skill for science and advanced math classes.
Solving Linear Equations with a Calculator
Step-by-step guide to solving linear equations, including how to use technology to check your work.
Related Math Solvers
Step-by-Step Solutions
Get detailed explanations for every step, not just the final answer.
Practice Mode
Generate similar problems to practice and build confidence.
AI Math Tutor
Ask follow-up questions and get personalized explanations 24/7.
