Question: Find the set of values of $k$ for which the line $y = kx - 4$ intersects the curve $y = x^2 - 2x$ at two distinct points.
I have pretty much solved this.
Considering both intersect, I equated both the equations and formed a single equation for which, I applied the condition discriminant is greater than zero. I ended up with this:
$$(k + 6)(k - 2) > 0.$$
However, I need to find the set of values. How do I represent the above answer as a set of values?
Since you seem to struggle with some of the notation used in the other answers, I'll try to doe it a little differently.
Note that $(k+6)(k-2)=(k+2)^2-16$. So we solve: $$(k+2)^2-16>0\\ (k+2)^2>16\\ \vert k+2 \vert>4.$$
Now $\vert k+2\vert > 4$ means that we have $$k+2<-4\;\;\vee \;\;4<k+2\\ k<-6\;\;\vee\;\; 2<k.$$