Sanjeev wrote:
One method which i follow is take the Square of both LHS and RHS , since we know that If there are two equal numbers irrespective of their sign then their square would also be equal.
So,
(|x +1|)^2 = 4 (|x -1| )^2
=> x^2 +2x`+1 = 4x^2 -8x + 4
=> Solving this u get 3x^2 -10x +3 = 0
=> u get two values x = 1/3 and x = 3
Sanjeev - You are correct! The answer is C, good job!
As for your method above, I really like it! Just a few questions:
-First a remedial question how did you factor 3x^2 -10x +3 = 0 to get x = 1/3 and x = 3? When I attempt to factor the equation I get (x^2 - 10/3x + 1) - and the factors you suggested dont work...am I missing something? Did you factor a diff way?
-Should the squaring method only be applied if the numbers are equal?
-Is there a case when two abs value expressions are set equal and this method doesnt work? If so can you provide example?
Thanks for your help!