In the previous post Proof for the equation of a line passing through the intersection of two lines(family of lines). I have looked at derivation which seems to be oversimplified so I am still confused.
Let $C(x_0,y_0)$ be the common point $L_1 \cap L_2$. Thus
$$\begin{cases}a_1x_0 + b_1y_0+ c_1 =0\\a_2x_0 + b_2y_0+ c_2 =0\end{cases}$$
By difference with the initial equations, we obtain the new equivalent equations:
$$\tag{1}\begin{cases}a_1(x-x_0) + b_1(y-y_0)=0 \ \ (L_1)\\a_2(x-x_0) + b_2 (y-y_0)=0 \ \ (L_2)\end{cases} \ \ \implies \ \underbrace{(a_1+Ka_2)(x-x_0) + (b_1+Kb_2)(y-y_0)=0}_{\text{line} (L_1+KL_2)}$$
From equation 1 why do we add a constant $K$ to line $L_2$ and what is its significance?
