When solving an equation involving expressions, we should consider what would happen if we removed the absolute value symbols. Let's look at an example equation.
∣ax+b∣=∣cx+d∣
Although we can make
4 statements about this equation, there are actually only two possible cases to consider.
Statement
|
Result
|
Both absolute values are positive.
|
ax+b=cx+d
|
Both absolute values are negative.
|
-(ax+b)=-(cx+d)
|
Only the left-hand side is negative.
|
-(ax+b)=cx+d
|
Only the right-hand side is negative.
|
ax+b=-(cx+d)
|
Because of the , when the absolute values of two expressions are equal, either
the expressions are equal or
the opposites of the expressions are equal. First, notice that, using the properties of absolute value and , we can rewrite the equation as shown below.
4∣x+2∣=∣2x+7∣⇕∣4x+8∣=∣2x+7∣
Now let's consider these two cases for the given equation.
Given Equation:First Equation:Second Equation:∣4x+8∣=∣2x+7∣∣4x+8∣=∣2x+7∣4x+8∣=-(2x+7)
We will solve each of these equations by graphing separately.
First Equation
To graph the first equation, we will create two functions out of the left- and right-hand sides of the equation.
y=4x+8andy=2x+7
The
x-coordinate where the graphs of these functions is the solution to our equation.
From the graph, we can see that the lines intersect at
(-0.5,6) which means the solution to the equation is
x=-0.5. Let's check whether it is correct by substituting it into the original equation.
4∣x+2∣=∣2x+7∣
4∣-0.5+2∣=?∣2(-0.5)+7∣
4∣-0.5+2∣=?∣-1+7∣
4∣1.5∣=?∣6∣
4(1.5)=?∣6∣
6=?∣6∣
6=6✓
The equation is true, so
x=-0.5 is a solution.
Second Equation
In order to graph the second equation, we will again create functions out of the left- and right-hand sides of the equation.
y=4x+8andy=-(2x+7)
Since one of the given equations is not in , let's rewrite it so that it will be easier to identify its and .
Once more, the
x-coordinate where the graphs of these functions intersect is the solution to our equation.
From the graph, we can see that the lines intersect at
(-2.5,-2), which means the solution to this equation is
x=-2.5.
4∣x+2∣=∣2x+7∣
4∣-2.5+2∣=?∣2(-2.5)+7∣
4∣-2.5+2∣=?∣-5+7∣
4∣-0.5∣=?∣2∣
4(0.5)=?∣2∣
2=?∣2∣
2=2✓
By checking our solution, we confirmed that
x=-2.5 is a solution.