
David W. answered 09/26/21
Experienced Prof
I was given the products of an absolute value equation (x=-4 or x=2) and need to write the equation to fit. i'm not sure where to go for here.
THE SOLUTION (that is, the values of x that make the equation true) are either x=4 or x=2.
The Absolute value operation returns the non-negative magnitude of the expression.
In this case, we would like to find an operation that returns either +N or -N depending on whether x=4 or x=2. Then, when we have |N| it will be just the non-negative value.
So, what operation is that?
Well, (x-3) returns either +1 (when x=4) or -1 (when x=2). Looks like we could use that !!
The equation is:
| x - 3 | = 1
Check:
When x=4, | 4 - 3 | = | +1 | = 1
When x=2, | 2 - 3 | = | -1 | = 1
Interesting note: | 3 - x | also works !!
Pyper D.
Thanks a lot! I get it a lot better now!09/27/21