This conic has the rank-2 matrix $$A=\begin{bmatrix}2&\frac32&\frac52\\\frac32&1&1\\\frac52&1&-3\end{bmatrix}.$$ If the point of intersection is $\mathbf p$, then there is a scalar $\alpha$ such that $A+\alpha[\mathbf p]_\times$ has rank one and represents the same conic. (Here, $[\mathbf p]_\times$ denotes the “cross-product matrix” of $\mathbf p$.) This rank-one matrix is some scalar multiple of the outer product of the two intersecting lines, so we can read them directly from the matrix.
The intersection point is $(4,-7)$, which can be computed in various ways, such as differentiation. We then have $$A+\alpha[\mathbf p]_\times = \begin{bmatrix}2&\frac32&\frac52\\\frac32&1&1\\\frac52&1&-3\end{bmatrix}+\alpha\begin{bmatrix}0&-1&-7\\1&0&-4\\7&4&0\end{bmatrix} = \begin{bmatrix}2&-\alpha+\frac32&-7\alpha+\frac52 \\ \alpha+\frac32 & 1 & -4\alpha+1 \\ 7\alpha+\frac52 & 4\alpha+1 & -3\end{bmatrix}.$$ This will have rank 1 when all its $2\times2$ determinants vanish. Taking the lower-right submatrix gives the equation $16\alpha^2-4=0$, so $\alpha=\pm\frac12$. Either root will do; the negative root produces the matrix $$\begin{bmatrix}2&2&6\\1&1&3\\-1&-1&-3\end{bmatrix}.$$ The two lines are given by any row and column of this matrix, so finally we have $x+y+3 = 0$ and $2x+y-1=0$.
This procedure is overkill for this particular equation, which can be factored directly without too much trouble, but can be handy to know when factorization isn’t as straightforward. There’s also a variation of this method that computes a suitable rank-1 matrix directly without having to solve any equations at all.