Skip to main content
Logo image

Section 7.4 Solving Equations in General

In your algebra studies, you have learned how to solve linear equations, quadratic equations, and radical equations. In this section, we examine some similarities among the processes for solving these equations. Understanding these similarities can improve your general equation solving ability, even into the future with new equations that are not of these three types.
Figure 7.4.1. Alternative Video Lesson

Subsection 7.4.1 Equations Where the Variable Appears Once

Here are some examples of equations that all have something in common: the variable only appears once.
2x+1=7(x+4)2=362x3=3
For equations like this, there is a strategy for solving them that will keep you from overcomplicating things. In each case, according to the order of operations, the variable is having some things “done” to it in a specific order.
With 2x+1=7,
  1. x is multiplied by 2
  2. then that result is added to 1
  3. and this result is a number, 7
With (x+4)2=36,
  1. x is added to 4
  2. then that result is squared
  3. and this result is a number, 36
With 2x3=3,
  1. x is multiplied by 2
  2. then that result has 3 subtracted from it
  3. then that result has a square root applied
  4. and this result is a number, 3
Because there is just one instance of the variable, and then things happen to that value in a specific order according to the order of operations, then there is a good strategy to solve these equations. We can just undo each step in the opposite order.

Example 7.4.2.

Solve the equation 2x+1=7.
Explanation.
The actions that happen to x are multiply by 2, and then add 1. So we will do the opposite actions in the opposite order to each side of the equation. We will subtract 1 and then divide by 2.
2x+1=7now subtract 1 from each side2x+11=712x=6now divide by 2 on each side2x2=62x=3
You should check this solution by substituting it into the original equation.

Example 7.4.3.

Solve the equation (x+4)2=36.
Explanation.
The actions that happen to x are add 4, and then square. So we will do the opposite actions in the opposite order to each side of the equation. We will apply the Square Root Property and then subtract 4.
(x+4)2=36now apply the Square Root Propertyx+4=±36x+4=±6now subtract 4 on each sidex+44=±64x=±64
x=64orx=64x=10orx=2
You should check these solutions by substituting them into the original equation.

Example 7.4.4.

Solve the equation 2x3=3.
Explanation.
The actions that happen to x are multiply by 2, and then subtract 3, and then apply the square root. So we will do the opposite actions in the opposite order to each side of the equation. We will square both sides, add 3 and then divide by 2.
2x3=3now square both sides2x3=9now add 3 to each side2x3+3=9+32x=12now divide by 2 on each side2x2=122x=6
You should check this solution by substituting it into the original equation.

Subsection 7.4.2 Equations With More Than One Instance of the Variable

Now consider equations like
5x+1=3x+2x2+6x=8x3=x1
In these examples, the variable appears more than once. We can’t exactly dive in to the strategy of undoing each step in the opposite order. For each of these equations, remind yourself that you can apply any operation you want, as long as you apply it to both sides of the equation. In many cases, you will find that there is some basic algebra move you can take that will turn the equation into something more “standard” that you know how to work with.
With 5x+1=3x+2, we have a linear equation. If we can simply reorganize the terms to combine like terms, a solution will be apparent.
With x2+6x=8, adding 8 to both sides would give us a quadratic equation in standard form. And then the quadratic formula can be used.
With x3=x1, the complication is those two radicals. We can take any action we like as long as we apply it to both sides, and squaring both sides would remove at least one radical. Maybe after that we will have a simpler equation.

Example 7.4.5.

Solve the equation 5x+1=3x+2.
Explanation.
We’ll use basic algebra to rearrange the terms.
5x+1=3x+2now subtract 1 from each side5x=3x+1now subtract 3x from each side2x=1now divide by 2 on each sidex=12
You should check this solution by substituting it into the original equation.

Example 7.4.6.

Solve the equation x2+6x=8.
Explanation.
Adding 8 to each side will give us a quadratic equation in standard form, and then we may apply The Quadratic Formula.
x2+6x=8now add 8 to each sidex2+6x+8=0now apply The Quadratic Formula
x=6±624(1)(8)2(1)=6±36322=6±42=6±22
x=622orx=6+22x=82orx=42x=4orx=2
You should check these solutions by substituting them into the original equation.

Example 7.4.7.

Solve the equation x3=x1.
Explanation.
Hoping to obtain a simpler equation, we will square each side. This will eliminate at least one radical, which may help.
x3=x1now square both sides(x3)2=(x1)2x3=(x)22x+1x3=x2x+1now note that there are some like terms3=2x+1now we have an equation with only one instance of the variable4=2x2=x22=xx=4
You should check this solution by substituting it into the original equation. It is especially important to do this when the equation was a radical equation. At one point, we squared both sides, and this can introduce extraneous solutions (see Remark 6.4.4).

Subsection 7.4.3 Solving For a Variable in Terms of Other Variables

In the examples so far in this section, there has been one variable (but possibly more than one instance of that variable). This leaves out important situations in science applications where you have a formula with multiple variables, and you need to isolate one of them. Fortunately these situations are not more difficult than what we have explored so far, as long as you can keep track of which variable you are trying to solve for.

Example 7.4.8.

In physics, there is a formula for converting a Celsius temperature to Fahrenheit:
F=95C+32
Solve this equation for C in terms of F.
Explanation.
The variable we are after is C, and that variable only appears once. So we will apply the strategy of undoing the things that are happening to C. First C is multiplied by 95, and then it is added to 32. So we will undo these actions in the opposite order: subtract 32 and then multiply by 59 (or divide by 95 if you prefer).
F=95C+32F32=95C+3232F32=95C59(F32)=5995C59(F32)=CC=59(F32)
We are satisfied, because we have isolated C in terms of F.

Example 7.4.9.

In physics, when an object of mass m is moving with a speed v, its “kinetic energy” E is given by:
E=12mv2
Solve this equation for v in terms of the other variables.
Explanation.
The variable we are after is v, and that variable only appears once. So we will apply the strategy of undoing the things that are happening to v. First v is squared, then it is multiplied by m and by 12. So we will undo these actions in the opposite order: multiply by 2, divide by m, and apply the square root.
E=12mv22E=212mv22E=mv22Em=mv2m2Em=v2±2Em=vv=2Em
At the very end, we chose the positive square root, since a speed v cannot be negative. We are satisfied, because we have isolated v in terms of E and m.

Reading Questions 7.4.4 Reading Questions

1.

When there is only one instance of a variable in an equation, describe a strategy for solving the equation.

2.

You can do whatever algebra you like to the sides of an equation, as long as you do what?

Exercises 7.4.5 Exercises

Exercise Group.

3.
Solve the equation.
9x3=4x
5.
Solve the equation.
6x7=3x5
6.
Solve the equation.
4x+3=6x+9
10.
Solve the equation.
4(x+14)2=400
19.
Solve the equation.
2x2+6x3=0
20.
Solve the equation.
8x23x2=0
25.
Solve the equation.
4x2+7x+6=6x2+2x+1
26.
Solve the equation.
6x2+9x+7=3x2+4x+8
32.
Solve the equation.
5x64=1
34.
Solve the equation.
x1=x55
35.
Solve the equation.
3x6=5x91

Solve an Equation for a Variable.

37.
Solve the equation A=bh for b.
38.
Solve the equation A=bh for h.
39.
Solve the equation P=2(+w) for l.
40.
Solve the equation P=2(+w) for w.
41.
Solve the equation A=12bh for b.
42.
Solve the equation A=12bh for h.
43.
Solve the equation y=mx+b for m.
44.
Solve the equation y=mx+b for x.
45.
Solve the equation y=mx+b for b.
46.
Solve the equation y=m(xh)+k for k.
47.
Solve the equation y=m(xh)+k for h.
48.
Solve the equation y=m(xh)+k for x.
49.
Solve the equation c=2πr for r.
50.
Solve the equation c=πd for d.
51.
Solve the equation A=s2 for s. Assume s>0.
52.
Solve the equation A=πr2 for r. Assume r>0.
53.
Solve the equation V=πr2h for r. Assume r>0.
54.
Solve the equation V=13s2h for s. Assume s>0.
55.
Solve the equation V=πr2h for h.
56.
Solve the equation V=13s2h for h.
57.
Solve the equation V=s3 for s.
58.
Solve the equation V=43πr3 for r.
59.
Solve the equation S=6s2 for s. Assume s>0.
60.
Solve the equation S=4πr2 for r. Assume r>0.
61.
Solve the equation v=dt for d.
62.
Solve the equation v=dt for t.
63.
Solve the equation p=12gt2+vt+d for t.
64.
Solve the equation y=ax2+bx+c for x.
65.
Solve the equation F=ma for m.
66.
Solve the equation F=ma for a.
67.
Solve the equation a=v2r for v. Assume v>0.
68.
Solve the equation K=12mv2 for v. Assume v>0.
69.
Solve the equation T=2πg for l.
70.
Solve the equation T=2πg for g.
You have attempted 1 of 2 activities on this page.