RushikeshT
Hi Bunuel ,
For statement (1) why can't i factories like
x^2−1=x+1
(x+1) (x-1) = x+1 and then cancel out x+1 from both sides?
Hi
RushikeshTThere are two reasons.
1. If \(x = -1\) (which in fact is one of the solutions to the quadratic equation in this statement), then \(x+1 = 0.\) Cancelling out \((x+1)\) from both sides of the equation essentially mean that you are dividing both sides by \((x+1)\) (i.e. by 0). This would be wrong as you know there is no definite answer when you divide any number by 0.
2. If you cancel out \((x+1)\) from both sides, you will get \(x = 2\). This of course solves the quadratic equation \(x^2 - 1 = x +1\). Just replace \(x = 2\)
\(2^2 - 1 = 2+ 1\)
\(3 = 3\).
But, there is another value of \(x\) that can solve \(x^2 - 1 = x + 1\). i.e. \(x = -1\)
\((-1)^2 - 1 = -1 + 1\)
\(0 = 0\)
So, if you cancel out \((x+1)\) then you will not get the second value of \(x\). You will end up considering this statement as sufficient and choosing a wrong answer. Always remember, a quadratic equation can be solved by two values of the variable, unless the quadratic equation is in the form of \((a+b)^2\) or \((a-b)^2\).
Hope this helps!!