
Patrick B. answered 03/19/19
Math and computer tutor/teacher
|2x+3| - |2x-5| = 6
|2x+3| = 6 + |2x-5| <--- adds |2x+5| to both sides
|2x+3| - 6 = |2x-5| <--- subtracts 6 from both sides
|2x-5| = |2x+3| - 6 <--- symmetric property of equality
2x-5 = |2x+3|-6 OR 2x-5 = - ( |2x+3|-6) <---- rule from absolute value: |z|=k means z=k or z=-k
First equation:
2x-5 = |2x+3|-6
2x+1 = |2x+3|
|2x+3| = 2x+1
2x+3 = 2x+1 or 2x+3 = -(2x+1)
1st eq: 3 = 1 is a dead end
2nd eq: 2x + 3 = -2x - 1
4x + 3 = -1
4x = -4
x = -1
does not work; FAILS
second equation:
2x-5 = - ( |2x+3|-6)
2x-5 = -|2x+3| + 6
2x - 11 = |2x+3|
|2x+3| = 2x - 11
1st eq: 2x+3 = 2x - 11
3 = -11 is a dead end
2nd eq:
2x +3 = -2x + 11
4x + 3 = 11
4x = 8
x = 2
x=2 is the only solution that works