One-Step Linear Equations

One-step linear equation is an equation, that requires only one action (operation) to be solved.

Basically, there are 4 kinds of such equations:

  • x+3=7{x}+{3}={7} (solve by using subtraction)
  • a2=3{a}-{2}=-{3} (solve by using addition)
  • 2y=1{2}{y}={1} (solve by using division)
  • 14x=5\frac{{1}}{{4}}{x}={5} (solve by using multiplication)

You don't need to remember above kinds of equation. Just keep in mind, that to solve linear equation, we need to isolate variable, i.e. keep it on one side of equation and move everything else to another side.

Following examples will show how to deal with one-step linear equations.

First, let's see how to use subtraction

Example 1. Solve x+3=10{x}+{3}={10}.

We see, that on the left side of the equation there are variable and number. We need to get rid of 3.

We can do that by subtracting 3 from both sides of equation:

x+33=103{x}+{3}{\color{red}{{-{3}}}}={10}{\color{red}{{-{3}}}}

x+0=7{x}+{0}={7} (inverse property of addition: 33=3+(3)=0{3}-{3}={3}+{\left(-{3}\right)}={0})

x=7{x}={7} (identity property of addition: x+0=x{x}+{0}={x})

So, 7{7} is root of the equation.

Next comes addition.

Example 2. Solve x23=73{x}-\frac{{2}}{{3}}=\frac{{7}}{{3}}.

We see, that on the left side of the equation there are variable and number. We need to get rid of 23\frac{{2}}{{3}}.

We can do that by adding 23\frac{{2}}{{3}} to both sides of equation:

x23+23=73+23{x}-\frac{{2}}{{3}}{\color{red}{{+\frac{{2}}{{3}}}}}=\frac{{7}}{{3}}{\color{red}{{+\frac{{2}}{{3}}}}}

x+0=93{x}+{0}=\frac{{9}}{{3}} (inverse property of addition: 23+23=0-\frac{{2}}{{3}}+\frac{{2}}{{3}}={0})

x=3{x}={3} (identity property of addition: x+0=x{x}+{0}={x})

So, 3{3} is root of the equation.

Next comes division.

Example 3. Solve 2a=8{2}{a}={8}.

We see, that on the left side of the equation there is coeffcient 2{2} near the variable. We need to get rid of it.

We can do that, by dividing both sides of equation by 2{2}:

2a2=82\frac{{{2}{a}}}{{{\color{red}{{{2}}}}}}=\frac{{8}}{{{\color{red}{{{2}}}}}}

1×a=82{1}\times{a}=\frac{{8}}{{{\color{red}{{{2}}}}}} (inverse property of multiplication: 22=2×12=1\frac{{2}}{{2}}={2}\times\frac{{1}}{{2}}={1})

a=82{a}=\frac{{8}}{{2}} (identity property of multiplication: 1×a=a{1}\times{a}={a})

a=4{a}={4}

So, 4{4} is root of the equation.

Finally, what about multiplication?

Example 4. Solve 115y=730\frac{{1}}{{15}}{y}=-\frac{{7}}{{30}}.

We see, that on the left side of the equation there is coefficient near variable. We need to get rid of it.

We can do that, by multiplying both sides of equation by 15{15}:

15×115y=15×(730){\color{red}{{{15}\times}}}\frac{{1}}{{15}}{y}={\color{red}{{{15}\times}}}{\left(-\frac{{7}}{{30}}\right)}

1×y=15×(730){1}\times{y}={\color{red}{{{15}\times}}}{\left(-\frac{{7}}{{30}}\right)} (inverse property of multiplication: 15×115=1{15}\times\frac{{1}}{{15}}={1} )

y=10530{y}=-\frac{{105}}{{30}} (identity property of multiplication: 1×y=y{1}\times{y}={y})

y=72{y}=-\frac{{7}}{{2}}

So, 72-\frac{{7}}{{2}} is root of the equation.

Note, that it doesn't matter whether we write 15×115y{15}\times\frac{{1}}{{15}}{y} or 115y×15\frac{{1}}{{15}}{y}\times{15} due to the commutative property of multiplication. Same applies to 15×(730){15}\times{\left(-\frac{{7}}{{30}}\right)} (we could write it as 730×15-\frac{{7}}{{30}}\times{15}).

Now, it is time to exercise.

Exercise 1. Solve the equation x+2=72{x}+{2}=\frac{{7}}{{2}}.

Answer: 32=1.5\frac{{3}}{{2}}={1.5}.

Exercise 2. Find roots of the equation x2=5{x}-{2}={5}.

Answer: 7{7}.

Exercise 3. Solve the equation 2x=5{2}{x}={5}.

Answer: 52=2.5\frac{{5}}{{2}}={2.5}.

Exercise 4. Solve the equation 13a=15\frac{{1}}{{3}}{a}={15}.

Answer: 45{45}.

Exercise 5. Solve the equation 32y=67\frac{{3}}{{2}}{y}=\frac{{6}}{{7}}.

Answer: 47\frac{{4}}{{7}}. Hint: either divide both sides by 32\frac{{3}}{{2}} or multiple both sides by 23\frac{{2}}{{3}}.