I'm not sure how to solve absolute values. How do I find the value of an absolute value.
Here are some examples: Does |-x+3| equal x-3? Does |x+3| equal x+3?
I'm not sure how to solve absolute values. How do I find the value of an absolute value.
Here are some examples: Does |-x+3| equal x-3? Does |x+3| equal x+3?
we have $$|-x+3|=-x+3$$ if $$3\geq x$$ $$|-x+3|=-(-x)+3)=x-3$$ if $$3<x$$
Nope.
For any function $f$, $|f(x_0)|=f(x_0)$ if and only if $f(x_0)\ge 0$; $|f(x_0)|=-f(x_0)$ if $f(x_0)\lt 0$.
On your particular occasion, doing case work, one could easily find that:
When $-x+3\ge 0\Rightarrow x\le 3, |-x+3|=-x+3$; When $-x+3\lt 0\Rightarrow x\gt 3, |-x+3|=x-3$.
When $x+3\ge 0\Rightarrow x\ge -3, |x+3|=x+3$; When $x+3\lt 0\Rightarrow x\lt -3, |x+3|=-x-3$.
solveimplies you have an equation. Is that what you meant when you saidsolve absolute values? If so please give an example of an equation using absolute value that you need help solving. – Ian Miller Jun 11 '17 at 06:51