Rusho said:
so |A| is |x+1| and B is 2x-1
|A| can be negative
B cannot
-x-1 = 2x-1
-2x-x = 1-1
-3x = 0 ?
I'm sorry if I'm just not seeing this
The absolute value of A is
never negative.
Hence |A| >= 0
If |A| = B, and A >= 0, it's true that B >= 0, right? Now, just look at my first post in this thread to see if you can get it.
Now can you solve for the value of
x that makes B non-negative?
By the way, there should be some examples in your books, let's give it a glance to see if you find any.
I'll give you an example, though:
------------------
Example:
Solve the equation:
|2x + 1| = x - 1
\Leftrightarrow \left\{ \begin{array}{l} x - 1 \geq 0 \\ \left[ \begin{array}{l} 2x + 1 = x - 1 \\ 2x + 1 = -(x - 1) \end{array} \right. \end{array} \right.
\Leftrightarrow \left\{ \begin{array}{l} x \geq 1 \\ \left[ \begin{array}{l} x = - 2 \\ 2x + 1 = -x + 1 \end{array} \right. \end{array} \right.
\Leftrightarrow \left\{ \begin{array}{l} x \geq 1 \\ \left[ \begin{array}{l} x = - 2 \\ 3x = 0 \end{array} \right. \end{array} \right.
\Leftrightarrow \left\{ \begin{array}{l} x \geq 1 \\ \left[ \begin{array}{l} x = - 2 \\ x = 0 \end{array} \right. \end{array} \right.
x = -2 is not a valid solution, right? Because in order for x - 1 >= 0, x must be greater than or equal to 1, and -2 is obviously less than 1.
And neither is x = 0, hence there's no x such that:
|2x + 1| = x - 1
------------------
Can you go from here? :)