Most of the other requests for solving simultaneous equations seem to have three equations to use, which my specific problem doesn't have. I also hope to use beginner A-level mathematics, so no calculus, which I've seen in other solutions. The question is:
Find the set of values of k for which the line $y = 2x - k$ meets the curve $y = x^2 + kx - 2$ at two distinct points.
If you could explain any solutions you might have, that would be great.
Edit: thank you all for your the solutions! It has definitely helped. My apologies for saying that calculus was a method of solving, I don’t know the first thing about calculus so thank you for correcting me.
Hint: Solving the equation $$0=x^2+x(k-2)+k-2$$ we get by the quadratic formula
$$x_{1,2}=-\frac{k-2}{2}\pm\sqrt{\left(\frac{k-2}{2}\right)^2-k+2}$$ Simplifying the discriminant
$$\frac{k^2-4k+4-4k+8}{4}=\frac{k^2-8k+12}{4}$$ Can you finish?