Bunuel
What is the value of x?
(1) x^2 - 1 = x + 1 --> \(x^2-x-2=0\). Solving for x gives \(x=-1\) or \(x=2\). Not sufficient.
(2) x + 3 is a prime number. Clearly insufficient, consider x=2 and x=4.
(1)+(2) Both values from (1) satisfy the condition from (2): \(-1+3=2=prime\) and \(2+3=5=prime\), thus we still have two values of x. Not sufficient.
Answer: E.
I definitely understand the solution presented. However, when I did the problem,
using statement 1 ---> (x+1) (x-1) = x+1
Solving I get , x-1 = x+1/x+1 , therefore x=2 ; so I figured there was one definite solution. So should be A as answer.
Now if I were to cancel the (x+1) factor on each side of the equation, I would have gotten x = 1 as solution. But I am thinking that's not algebraically correct!
Please explain, why I should have made the equation a quadratic before I solved for x, which rightfully gives 2 values...and hence E as answer. Thanks
If you divide (reduce) \((x+1) (x-1) = x+1\) by x+1 you assume, with no ground for it, that x+1 does not equal to zero thus exclude a possible solution (notice that both x=-1 AND x=2 satisfy the equation).
\((x+1) (x-1) = x+1\) --> \((x+1) (x-1)-(x+1)=0\) --> factor out x+1: \((x+1) (x-1-1)=0\) --> \((x+1) (x-2)=0\) --> \(x=-1\) or \(x=2\).
As you can see it's possible to solve the equation without making it a quadratic.
Hope it's clear.