imo d
stmt 1 gives x=2 if x>-3 and 0 if x<-3 0 not possible so x=2
stmt 2 gives x=2 if x>-1 and 0 if x<-1 0 not possible so x=2





Bose split the equality into 2 parts. For 1st part, (x+3) is positive, which is when x>-3. For the other part (x+3) is negative, when x<-3.
(You can ignore x=-3 after checking that there won't be any solution there).
That is how the equations with modulus are solved. Sometimes solution satisfies the initial range assumption, sometimes it qualifies the range, sometimes it violates the range, sometimes you get junk results like 4=6... modulus equations & inequations are crazy!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks