What would have been the case if there would have been Mod on both the sides?
Say for ex
|x| = |2| even then can we treat it as x = +/ - 2
Yes, malikrulzz, that would be correct. Actually, your example can be simplified before you start dealing about the absolute value of x, as you know that |2| = 2. So |x| = 2 means x = +2 or -2.
More generally, for each set of absolute value bars, you want to think of two cases for what's inside: positive and negative.
Take this for example: |2x - 3| = |4x + 1|.
There are 4 cases(A) positive inside each set of bars: (2x - 3) = (4x + 1)
(B) positive inside left set, negative inside right: (2x - 3) = (-4x - 1)
(C) negative inside left set, positive inside right: (3 - 2x) = (4x + 1)
(D) negative inside each set of bars: (3 - 2x) = (-4x - 1)
If you solve each of the 4 equations
individually, you get
(A) (2x - 3) = (4x + 1) --> -4 = 2x --> x = -2
(B) (2x - 3) = (-4x - 1) --> 6x = 2 --> x = 1/3
(C) (3 - 2x) = (4x + 1) --> 2 = 6x --> x = 1/3
(D) (3 - 2x) = (-4x - 1) --> 2x = -4 --> x = -2
It is typical to get duplicate solutions and occasionally invalid solutions, so you must plug x = -2 and x = 1/3 back into the original to verify.
x = -2: |2(-2) - 3| = |4(-2) + 1| --> |-4 - 3| = |-8 + 1| -->|-7|=|-7| CORRECT.
x = 1/3: |2(1/3) - 3| = |4(1/3) + 1| --> |2/3 - 3| = |4/3 + 1| = |-7/3| = |7/3| CORRECT.
Therefore, x = -2 or 1/3.
Unfortunately, you can't take a shortcut. You must set up and solve all 4 cases, as you won't know which one(s) give(s) valid answers.
Question is asking Is x > 0?
however from both the statements we are getting
x=0 which is not the case
x=2 which statisfis the eq.
IMO E. what you suggest?
Reread Ron's post and notice that when he checked, 0 was found to be an invalid solution to the original equations (in the statements). Thus,
it gets thrown out and forgotten. I think this happened because there was only one set of absolute value bars, so you were effectively "stuck with" the sign of the expression on the right. The only valid solution is 2.