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. Now let's consider these two cases for the given equation.
Given Equation:First Equation:Second Equation:∣x−4∣=∣3x∣∣x−4∣=∣3x∣x−4∣=-3x
We will solve each of these equations by graphing separately.
First Equation
To graph the first equation, we create two functions out of the left- and right-hand sides of the equation.
y=x−4and y=3x
The
x-coordinate of the of the graphs of these functions is the solution to our equation.
We can see that the graphs intersect at
(-2,-6) which means the solution to the equation is
x=-2. Let's check whether it is correct by substituting it into the original equation.
∣x−4∣=∣3x∣
∣-2−4∣=?∣3(-2)∣
6=6
The equation is true, so
x=-2 is a solution.
Second Equation
In order to graph the second equation, we again create functions out of the left- and right-hand sides of the equation.
y=x−4and y=-3x
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
(1,-3), which means the solution to this equation is
x=1.
∣x−4∣=∣3x∣
∣1−4∣=?∣3(1)∣
∣-3∣=?∣3(1)∣
∣-3∣=?∣3∣
3=?∣3∣
3=3
Checking our solution, we confirmed that
x=1 is a solution.