Solve a Simple Linear Equation

You need to find out what <math>x</math> equals if you have a problem like <math>7x-10=3x+6</math>. This kind of equation is called a linear equation, and it usually has just one variable. This article will walk you through the simple steps.

Steps

Starting with the Variables on Opposite Sides

  1. Look at your problem. A simple linear equation might look like <math>7x-10=3x-6</math>.
  2. Check the equation for varying terms and constant terms. Varying terms are numbers like <math>7x</math>, <math>3x</math>, <math>6y</math> or <math>10z</math>, where the number changes depending on what you plug into the variable, or letter. Constant terms are numbers like <math>10</math>, <math>6</math> or <math>30</math>, where the number never changes.
    • Usually, equations won't come with varying terms and constant terms lined up on separate sides. In the example above, the left-hand side (LHS) has both varying and constant terms, as does the right-hand side (RHS).
  3. Prepare to move the numbers around so that the varying terms are on one side and the constant terms are on the side such as in <math>16x-5x=32-10</math> (that equation is solved in example 2). In order to do this, you may have to subtract or add the numbers you want to move from both sides. In the next step, you'll see how to do that in example 1.
    • The equation <math>16x - 5x = 32 - 10</math> does have all the varying terms on one side (LHS), while all the constant terms are on the other side (RHS).
  4. Move the varying terms to one side of the equation. It doesn't matter to which side you move the varying terms.
    • In example 1, <math>7x - 10 = 3x - 6</math> can be rearranged by choosing to subtract either <math>7x</math> or <math>3x</math> from both sides. Choosing to subtract <math>7x</math>, you have:

      <math>\begin{align}(7x-7x)-10&=(3x-7x)-6\\-10&=-4x-6\end{align}</math>
  5. Bring all the constant terms onto the other side of the equation. That is: move the constant terms so that they are on the opposite side of the equation from where the varying terms are.
    • We see that <math>-6</math> must be subtracted from both sides:
      <math>\begin{align}-10-(-6)&=-4x-6-(-6)\\-4&=-4x\end{align}</math>
  6. Divide both sides by the coefficient of <math>x</math>. The coefficient of <math>x</math> (or <math>y</math>, or <math>z</math>, or any letter) is the number in front of the varying term.
    • The coefficient of <math>x</math> in <math>-4x</math> is <math>-4</math>. So divide both sides by <math>-4</math> to get the value of <math>x = 1</math>.
    • Our answer to the equation <math>7x-10=3x-6</math> is <math>x=1</math>. You can check this answer by plugging <math>1</math> back into every <math>x</math> variable and seeing if both sides of the equation equal the same number:
      <math>\begin{align}7(1)-10&=3(1)-6\\-3&=-3\end{align}</math>

Starting with the Variables on One Side

  1. Know that sometimes the varying terms and the constant terms will be separate. Sometimes, half of your work will be done for you. You'll have all the varying terms on one side and all the constant terms on the other side. If this is the case, all you have to do is the following.
  2. Simplify both sides. For the equation <math>16x - 5x = 32 - 10</math>, we just have to subtract the numbers from one another.
  3. Next, divide both sides by the coefficient of <math>x</math>. Remember that the coefficient of x is the number in front of the varying term.
    • In this example, the coefficient of <math>x</math> in <math>11x</math> is <math>11</math>. That division is <math>11x/11=22/11</math> to get <math>x=2</math>. The answer to the equation <math>16x-5x= 32 - 10</math> is <math>x=2</math>.

Warnings

  • Why do it that way? Trying to divide this: <math>4x-10=- 6</math> like this <math>4x/4 - 10/4 = -6/4</math> creates <math>x - 10/4 = -6/4</math> with a lot of fractions to handle, and that's not so easily solved; so, simplifying is one good reason to get all the variable terms onto one side and all the constant terms onto the other side.

Related Articles