I am trying to solve this problem:
If one of the zeroes of the quadratic polynomial $(k-1)x^2+kx+1$ is $-3$, then find $k$.
A) $\frac43$
B) $-\frac43$
C) $\frac23$
D) $-\frac23$
I tried like this: $$a=k-1\qquad b=k\qquad c=1$$ Let $\beta=-3$, as one zero is $-3$.
Now $$\alpha+\beta={-b\over a}={-k\over k-1}$$ and $$\alpha\beta={c\over a}={1\over k-1}$$ Substituting $\beta=-3$, we get $$\alpha-3={-k\over k-1}$$ and $$-3\alpha={1\over k-1}\qquad\implies\qquad\alpha={1\over -3(k-1)}=\frac{1}{-3k+1}$$
Substituting in the first equation, we get: $$\frac{1}{-3k+1}-3={-k\over k-1}$$
Solving this, we get $$k = {1\over6} (5-\sqrt{13})\qquad\text{and}\qquad k = {1\over6} (5+\sqrt{13})$$
So where have I gone wrong?