Q. For all non zero integers n,n*=(n+2)/n. What is the value of x ?
1. x* = x.
2. x* = -2-x.
Answer = C.
For statement 2 , the solution says
=>(x+2)/x= -2-x.
=> Multiply both sides by x.
=> (x+2) = -x(x+2)
=> x+2= -x^2 - 2x
=>x^2 + 3x + 2 = 0.
(x+1)(x+2) = 0
x = -1 . x = -2
My question is why cant we cancel out the (x+2) on LHS and RHS instead of multiplying it by x in step.
We will get x = -1.
So answer should be B instead of C.
Why cant we reduce the equation ? Shall we never do it in GMAT ?
Could anyone please explain where equations should be reduced and where they shouldn't be