How do you solve #|x - 1| = |2x + 2|#?

2 Answers
Sep 21, 2017

See below.

Explanation:

#abs(x-1)=2abs(x+1)# and for #x ne -1#

#-2 = (x-1)/(x+1) hArr x = -1/3# and
#2=(x-1)/(x+1) hArr x = -3#

so the solution set is

#x = {-3,-1/3}#

Oct 8, 2017

Because this expression involves absolute values there are at least two solutions for the value of #x#.

#x=-3 and x=-1/3#

Explanation:

How come? We are given: #|x-1|=|x+2|#

And we know that since there are absolute values involved there will be at least one positive and one negative expression to be calculated. In this case there are two absolute values so let's try all the possibilities.

#|x-1|=|2x+2|# with both sides positive
#x-1=2x+2#
#-3=x#

#|x-1|=|2x+2|# with both sides negative
#-(x-1)=-(2x+2)#
#-x+1=-2x-2#
#1=-3x#
#-1/3=x#

#|x-1|=|2x+2|# with LHS positive, RHS negative
#x-1=-(2x+2)#
#x-1=-2x-2#
#1=-3x#
#-1/3=x#

#|x-1|=|2x+2|# with RHS positive, LHS negative
#-(x-1)=2x+2#
#-x+1=2x+2#
#-1=3x#
#-1/3=x#

To arrive at two answers for the solution of #x#.