For (1),
Case a => |x+3| > 0 , when x > -3
Case b => |x+3| < 0 , when x < -3
Now, solve equation (1), for case a, we get
|x+3| = x+3 (case a) => x+3 = 4x-3 => x = 2
Now, solve equation (1), for case b, we get
|x+3| = -(x+3) (case b) => -(x+3) = 4x-3 => x = 0
x=0 is not possible, as per case b, x < -3
so, from (1), we get only one value of x, and that is 2
--------------------------------------------------
Solve, similarily for equation (2)
wherein, possible cases are
(a) x>3 ;
(b) 3/2<x<3;
(c) x<3/2
here, for case (a) x>3
both |x – 3| and |2x – 3| are > 0
On solving, we get x=0, and this is not valid as per case (a), x > 3
for case (b) 3/2<x<3
|x – 3| < 0 and |2x – 3| > 0
On solving, we get x=2
for case (c) x<3
both |x – 3| and |2x – 3| are < 0
On solving, we get x=0
Hence, we neglect case (a), and from case(b) and case (c), we get 2 values of x. i.e 2 and 0
which is insufficient
Hope it helps.