How on earth does one solve this problem?
I know that to solve abs value equations we have to consider both the negative and postive possibilities, but the constant (6) makes this a little more challenging
$|x-8|=|2-x|-6$
How on earth does one solve this problem?
I know that to solve abs value equations we have to consider both the negative and postive possibilities, but the constant (6) makes this a little more challenging
$|x-8|=|2-x|-6$
Copyright © 2021 JogjaFile Inc.
Split it into three parts:
Note that the three parts follow straight forward from the equation, $x=2$ and $x=8$ are the points where $|2-x|$ and $|x-8|$ flip sign. Now you can inspect each part seperately, such that you can drop the absolute values:
Concluding, $|x-8|=|2-x|-6$ for $x\geq8$.
Edit to answer Johns comment:
By definition $|y|=\begin{cases}y\ \mbox{ if }\ y\geq0\\ -y\ \mbox{ if }\ y<0\end{cases}$. So when we look at $|x-8|$ for $x<2$, we can use this definition as follows: $$x<2 \Rightarrow x-8<-6 \Rightarrow |x-8|=-(x-8)=8-x.$$ The same reasoning is used in the rest of the answer.