The question that I am struggling with is : for what value of $k$ do the following $3$ lines have a common point of intersection. $$ \begin{split} x + y &= 12\\ kx - y &= 0 \\ y - x &= 2k \end{split} $$ This seems like a pretty easy question but I can't figure out how to start working on it. I guess you could probably just start plugging in points but I think there should be a better way to solve this problem.
Any help would be great.
As explained here, 3 lines are concurrent (have a common point of intersection), when the determinant of the Matrix consisting of the coefficients of each line is zero. Given three lines in the form of ${a}x + {b}y + {c} = 0$, this means:
$\left| {\begin{array}{*{20}{c}} {{a_1}}&{{b_1}}&{{c_1}} \\ {{a_2}}&{{b_2}}&{{c_2}} \\ {{a_3}}&{{b_3}}&{{c_3}} \end{array}} \right| = 0$
which expands to
$\Rightarrow {a_3}\left( {{b_1}{c_2} - {b_2}{c_1}} \right) - {b_3}\left( {{a_1}{c_2} - {a_2}{c_1}} \right) + {c_3}\left( {{a_1}{b_2} - {a_2}{b_1}} \right) = 0$