Lesson illustration

Solving and Verifying One-Variable Linear Equations

Hello again. Last lesson separated two ideas that are easy to confuse: simplifying an expression means cleaning it up, while solving an equation means finding the value of a variable that makes an equal sign true. You practiced the two skills that come first: distributing and combining like terms.

Today you will solve one-variable linear equations — משוואות לינאריות במשתנה אחד — and verify — לבדוק / לאמת — each answer by substitution — הצבה. A linear equation has a variable only to the first power, such as 3x+5=173x+5=17. By the end, you should be able to handle equations with numbers on both sides and equations with parentheses, while showing clear written steps for a test.


An equation is a balance

The equal sign means that the left side and the right side have the same value. Think of it as a balanced scale: if you change only one side, it is no longer balanced.

To solve — לפתור — means to make the variable stand alone, or isolate the variable — לבודד את המשתנה.

The rule behind every valid algebra step is:

Do exactly the same operation to both sides of the equation.

For example:

x+7=15x+7=15

The 77 is added to xx. Its inverse operation — פעולה הפוכה — is subtracting 77. Subtract 77 from both sides:

x+77=157x+7-7=15-7

Simplify:

x=8x=8

We did not simply “move” the 77. We subtracted 77 from both sides, which keeps the equation true.

Here are the inverse-operation pairs you will use most often:

What is attached to the variable?Undo it by doing this to both sides
+7+7subtract 77
5-5add 55
multiplied by 33, as in 3x3xdivide by 33
multiplied by 5-5, as in 5x-5xdivide by 5-5
divided by 44, as in x4\frac{x}{4}multiply by 44

Useful vocabulary:

  • both sides — שני אגפי המשוואה
  • variable — משתנה
  • coefficient — מקדם; the number multiplying a variable, such as 33 in 3x3x
  • constant — קבוע; a number without a variable
  • solution — פתרון; a value that makes the equation true
  • isolate — לבודד
  • inverse operation — פעולה הפוכה
{"type":"video","title":"Algebra Basics: Solving Basic Equations Part 1 - Math Antics","learning_duration":330,"video_id":"l3XzepN03KQ","par_intro":"Watch “Algebra Basics: Solving Basic Equations Part 1” from mathantics. It gives a visual explanation of the balance idea and shows why checking by substitution works.","par_directions":"Watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"3ed0bf31\" data-range-start=\"6\" data-range-end=\"212\">the balance model</span> for the central rule that every operation must be performed on both sides. Then watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"3e6a4db9\" data-range-start=\"212\" data-range-end=\"336\">the first example</span>, including the substitution check. Pause when the equation changes and say aloud what operation was applied to both sides.","video_duration":668,"isV2":true,"blockId":"df3c3a00-6315-4ba4-a7e0-ec07d5d1cf41","lessonId":"46340eed-d544-412d-b5de-cf9844eb3b93"}




From one step to two steps

Some equations need only one inverse operation.

Example: a negative coefficient

Solve:

5x=45-5x=45

The variable is multiplied by 5-5, so divide both sides by 5-5:

5x5=455\frac{-5x}{-5}=\frac{45}{-5} x=9x=-9

Be particularly careful here: a positive divided by a negative is negative.

{"type":"image","url":"https://www.wikihow.com/images/9/9f/Solve-One-Step-Equations-Step-11-Version-2.jpg","caption":"The image solves \\(-5x=45\\) by dividing both sides by \\(-5\\), then verifies \\(x=-9\\) by substituting it into the original equation.","isV2":true,"blockId":"62b9544d-544d-414f-951a-5a98e398d041","lessonId":"46340eed-d544-412d-b5de-cf9844eb3b93"}



A two-step equation has both a constant and a coefficient attached to the variable.

Solve:

3x+5=173x+5=17

First undo the addition of 55. Subtract 55 from both sides:

3x+55=1753x+5-5=17-5 3x=123x=12

Now xx is multiplied by 33. Divide both sides by 33:

3x3=123\frac{3x}{3}=\frac{12}{3} x=4x=4

The order matters. You cannot divide by 33 at the beginning and leave the 55 unchanged, because the 55 is part of the entire left side. First remove the added or subtracted constant; then remove the coefficient.

A subtraction that looks different

Compare these two equations:

x5=16x-5=16 12x=512-x=5

In the first, add 55 to both sides:

x5+5=16+5x-5+5=16+5 x=21x=21

In the second, the expression is 12x12-x, which means 12+(x)12+(-x). A safe method is to add xx to both sides:

12x+x=5+x12-x+x=5+x 12=5+x12=5+x

Then subtract 55 from both sides:

125=5+x512-5=5+x-5 7=x7=x

Write the answer in the usual order:

x=7x=7

Subtraction is not reversible by merely changing the order: 12x12-x is not the same as x12x-12.

{
  "type": "exercise",
  "id": "83efb6d2-9643-4176-beac-d91d991a8293"
}

The general method for linear equations

As equations become longer, do not guess the next move. Use the same dependable structure each time.

  1. Simplify each side — פשט כל אגף. Distribute and combine like terms.
  2. Put all variable terms on one side.
  3. Put all constants on the other side.
  4. Divide or multiply so that the coefficient of the variable becomes 11.
  5. Check by substitution in the original equation.
{"type":"reading","par_intro":"Read OpenStax’s concise checklist after seeing the method above. It gives you a test-ready order of operations for longer equations.","par_directions":"In Section 2.4, “Use a General Strategy to Solve Linear Equations,” read <span data-type=\"resource_reading_textrange\" data-resource-subitem-id=\"0a375509\" data-range-start=\"1. Step 1.  Simplify each side of the equation as much as possible.\" data-range-end=\"Substitute the solution into the original equation.\">the five-step strategy</span>. Focus on the distinction between simplifying first, collecting variable terms, collecting constants, and checking only at the end.","learning_duration":"4 minutes","url":"https://openstax.org/books/elementary-algebra/pages/2-key-concepts","title":"Ch. 2 Key Concepts - Elementary Algebra | OpenStax","isV2":true,"blockId":"5fbadcdf-6818-4e89-b60e-50427f32b92f","lessonId":"46340eed-d544-412d-b5de-cf9844eb3b93"}



Variables on both sides

Solve:

5x+4=8x85x+4=8x-8

There are variable terms on both sides. Let the left side become the variable side. Subtract 5x5x from both sides:

5x+45x=8x85x5x+4-5x=8x-8-5x 4=3x84=3x-8

Now remove the 8-8 by adding 88 to both sides:

4+8=3x8+84+8=3x-8+8 12=3x12=3x

Finally, divide both sides by 33:

123=3x3\frac{12}{3}=\frac{3x}{3} 4=x4=x

Therefore:

x=4x=4

You could instead decide to put variables on the right side, as we did here. Either side is acceptable. Choose the route that keeps signs manageable, and show each operation on both sides.

{"type":"video","title":"Algebra - How To Solve Equations Quickly!","learning_duration":338,"video_id":"Z-ZkmpQBIFo","par_intro":"Watch selected examples from “Algebra - How To Solve Equations Quickly!” by The Organic Chemistry Tutor. These examples extend the balance method to variables and parentheses on both sides.","par_directions":"Watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"5ee31666\" data-range-start=\"490\" data-range-end=\"606\">variables on both sides</span>. Notice that all variable terms are collected on one side and constants on the other. Then watch <span data-type=\"resource_video_timerange\" data-resource-subitem-id=\"a2991992\" data-range-start=\"771\" data-range-end=\"993\">parentheses both sides</span>, paying special attention to distributing before moving any terms.","video_duration":1504,"isV2":true,"blockId":"362cb24b-2901-42d5-8d92-d544a42c7eec","lessonId":"46340eed-d544-412d-b5de-cf9844eb3b93"}




Parentheses: simplify before solving

The distributive property and combining like terms from the previous lesson are now part of solving equations. Before isolating the variable, simplify each side.

Solve:

11(2x+3)=3x+9(1+3x)11(2x+3)=-3x+9(1+3x)

First distribute on both sides:

22x+33=3x+9+27x22x+33=-3x+9+27x

Combine the like terms on the right:

22x+33=24x+922x+33=24x+9

Now collect variable terms on the left by subtracting 24x24x from both sides:

22x24x+33=24x24x+922x-24x+33=24x-24x+9 2x+33=9-2x+33=9

Subtract 3333 from both sides:

2x+3333=933-2x+33-33=9-33 2x=24-2x=-24

Divide both sides by 2-2:

2x2=242\frac{-2x}{-2}=\frac{-24}{-2} x=12x=12
{"type":"image","url":"https://i.ytimg.com/vi/Rshof3oFGwE/maxresdefault.jpg","caption":"The image shows the same equation, \\(11(2x+3)=-3x+9(1+3x)\\), being solved by distributing, combining the variable terms on the right, and isolating \\(x\\).","isV2":true,"blockId":"1cffe0f1-0c92-4d5a-87e8-0bbeec0284d4","lessonId":"46340eed-d544-412d-b5de-cf9844eb3b93"}



The key order is:

  1. Distribute every factor outside parentheses.
  2. Combine like terms on each individual side.
  3. Move variable terms and constants using equal operations on both sides.
  4. Divide by the final coefficient.

A common error is to start “moving terms” while parentheses remain. Do not do that. Parentheses hide terms; reveal them first by distributing.

{
  "type": "exercise",
  "id": "f68fc030-4111-494a-b8b3-cb0fa7cb82dd"
}

Verify by substitution

A solution is not complete until it is checked. To substitute — להציב — means to replace the variable with your proposed answer.

Use the original equation, not only the last simplified line. For the previous example, we found:

x=12x=12

Original equation:

11(2x+3)=3x+9(1+3x)11(2x+3)=-3x+9(1+3x)

Substitute 1212 for every xx:

11(2(12)+3)=3(12)+9(1+3(12))11(2(12)+3)=-3(12)+9(1+3(12))

Simplify the left side:

11(24+3)=11(27)=29711(24+3)=11(27)=297

Simplify the right side:

36+9(1+36)=36+9(37)=36+333=297-36+9(1+36)=-36+9(37)=-36+333=297

The result is:

297=297297=297

This is a true statement, so x=12x=12 is correct.

A substitution check catches common mistakes:

  • a lost negative sign;
  • an arithmetic mistake;
  • distributing to only one term in parentheses;
  • dividing by the wrong number;
  • copying a term incorrectly.

Write a check in this compact test format:

Check: 5(4)+4=8(4)8\text{Check: }5(4)+4=8(4)-8 24=2424=24

Therefore, x=4x=4 is correct.


When the variable disappears

Most linear equations in a basic test have one solution. But after simplifying, you may occasionally see the variable cancel completely.

Consider:

2(x+3)=2x+62(x+3)=2x+6

Distribute:

2x+6=2x+62x+6=2x+6

Subtract 2x2x from both sides:

6=66=6

This is always true, no matter which number replaces xx. The equation has infinitely many solutions — אינסוף פתרונות.

Now consider:

3x+2=3x+53x+2=3x+5

Subtract 3x3x from both sides:

2=52=5

This is false. No value of xx can make it true, so there is no solution — אין פתרון.

These outcomes are not mistakes if your algebra steps were correct:

Final resultMeaning
x=4x=4One solution
6=66=6Infinitely many solutions
2=52=5No solution

Do not try to divide by the variable after it has disappeared. Read the final true or false statement instead.

{
  "type": "exercise",
  "id": "1caaad6e-0e51-4c37-b53e-039e29c233d4"
}

A reliable written-test layout

Keep one equation per line and show the operation clearly. For example:

4(2x1)+3=5x+124(2x-1)+3=5x+12

Distribute and simplify:

8x4+3=5x+128x-4+3=5x+12 8x1=5x+128x-1=5x+12

Subtract 5x5x from both sides:

3x1=123x-1=12

Add 11 to both sides:

3x=133x=13

Divide by 33:

x=133x=\frac{13}{3}

Even if a final answer is a fraction, it is still a perfectly valid solution. Do not change it to a decimal unless the question asks for a decimal approximation.

Before finishing any equation, use this checklist:

  • Did I simplify both sides first?
  • Did I distribute to every term inside parentheses?
  • Did I do the same operation to both sides?
  • Did I keep negative signs?
  • Did I isolate the variable completely?
  • Did I substitute my answer into the original equation and get a true statement?

Key takeaways

  • Solving an equation means finding the value that makes both sides equal.
  • Treat an equation as a balance: every operation must be performed on both sides.
  • Use inverse operations to isolate the variable.
  • For longer equations, first simplify, then collect variables on one side and constants on the other.
  • Verify — בדוק — by substituting the answer into the original equation.
  • A final true number statement such as 6=66=6 means infinitely many solutions; a false one such as 2=52=5 means no solution.

Next, you will use your distributing and equation-reading skills in a different direction: factoring out the greatest common factor from algebraic expressions.

Can't find a good explanation? Sign up and we'll make it for you