If I told you that |x| = 6, you'd tell me that x could be one of two things: 6 or -6. That's the basic idea behind solving absolute value problems: Whatever quantity is inside the absolute value (x) is either the thing on the other side of the equals sign (6) or its negative (-6).
So, you'll first want to get the absolute value by itself on one side. Then, you'll solve for possible answers. Finally, you'll want to check your solutions, in case any are extraneous (sometimes, solutions don't actually work).
By the way, remember that if you get the absolute value by itself and have a negative on the other side, there are no solutions. |2x - 3| = -10, for example. There is nothing I can put in for x that will give me -10, because absolute values make everything positive.
(1)
2 |2x2 + 4x - 6| + 4 = 2
2 |2x2 + 4x - 6| = -2
|2x2 + 4x - 6| = -1
That's impossible, since there's a negative on the right-hand side. So, there are no solutions.
Let's do this problem as well, just so you see how to solve it:
-2 |2x2 + 4x - 6| + 4 = 2
-2 |2x2 + 4x - 6| = -2
|2x2 + 4x - 6| = 1
Now, the quantity inside the absolute value either equals 1 or -1.
IF IT EQUALS 1:
2x2 + 4x - 6 = 1
2x2 + 4x - 7 = 0
Use the Quadratic Formula to solve for x. You'll get x = 1.12 or x = -3.12.
IF IT EQUALS -1:
2x2 + 4x - 6 = -1
2x2 + 4x - 5 = 0
Use the Quadratic Formula again to get x = 0.87 or x = -2.87.
So, you've got four solutions for x: 1.12, -3.12, 0.87, and -2.87. It's a good idea to check those solutions to make sure they all work. Plug each of those values in for x and solve.
(2)
|3x - 4| = x - 2
The quantity inside the absolute value equals either x - 2 or -(x - 2).
IF IT EQUALS x - 2:
3x - 4 = x - 2
2x - 4 = -2
2x = 2
x = 1
IF IT EQUALS -(x - 2):
3x - 4 = -(x - 2)
3x - 4 = -x + 2
4x - 4 = 2
4x = 6
x = 3/2
So, x = 1 or x = 3/2. But think about those answers one more time. Let's plug in x = 1:
|3(1) - 4| = 1 - 2
|3 - 4| = -1
|-1| = -1
1 = -1
That's not actually true. This is an extraneous solution. Let's check x = 3/2:
|3(3/2) - 4| = 3/2 - 2
|9/2 - 4| = -1/2
|1/2| = -1/2
1/2 = -1/2
Again, that's an extraneous solution. So, there are actually no solutions. This is why it's important to check whatever answers you get! This kind of thing often happens with absolute values.
Let's do this problem as well, just so you see how to solve it:
|3x - 4| = x + 2
IF IT EQUALS x + 2:
3x - 4 = x + 2
2x - 4 = 2
2x = 6
x = 3
IF IT EQUALS -(x + 2):
3x - 4 = -(x + 2)
3x - 4 = -x - 2
4x - 4 = -2
4x = 2
x = 1/2
So, x = 3 or x = 1/2. Plug those in to see that they both work.
Andrew D.
05/23/15