How do you solve the absolute value 1/2 abs(3c + 5)= 6c +4?

1 Answer
May 5, 2015

1/2 abs(3c+5) = 6c+4

implies
abs(3c+5) = 12c+8

Case 1: (3c+5<0)
(rarr c<-5/3 )
abs(3c+5) = -3c-5

-3c-5=12c+8

-15c = 13

c=-13/15 " an extraneous solution since "-13/15> -5/3

Case 2: (3c+5>=0)
(rarr c>=5/3)
abs(3c+5) = 3c+5

3c+5 = 12c+8
-9c = 3
c=- 1/3