from Stewart, Precalculus, 5th, p56, Q. 79
Find all real solutions of the equation
$$\dfrac{x+5}{x-2}=\dfrac{5}{x+2}+\dfrac{28}{x^2-4}$$
my solution
$$\dfrac{x+5}{x-2}=\dfrac{5}{x+2}+\dfrac{28}{(x+2)(x-2)}$$ $$(x+2)(x+5)=5(x-2)+28$$ $$x^2+2x-8=0$$
$$\dfrac{-2\pm\sqrt{4+32}}{2}$$ $$\dfrac{-2\pm6}{2}$$ $$x=-4\text{ or }2$$
official answer at the back of the book has only one real solution of $-4$
where did I go wrong?