Given a conic equation $$H:= ax^2+by^2+cz^2+2fyz+2gzx+2hyx=0,$$
What is (are) the conditions on the coefficients that it represents a pair of planes?
I know that if this is true, then $H$ can be written as $$H=(px+qy+rz)(sx+ty+uz)$$ for some constants $p, q, r, s,t, u$. Expanding gives
$$ps x^2 + qt y^2 + ruz^2 + (pt+qs)xy+ (pu+ rs) xz+ (qu+rt) yz = H,$$
which gives us a system of $6$ equations \begin{align} ps &=a \\ qt &= b \\ ru &= c \\ pt+qs &= 2f \\ pu + rs &= 2g \\ qu+ rt &= 2h. \end{align}
The algebra gets a little bit too messy for me and I do not know how to move on. In the solution, it is given that $$f^2 \geq bc, \ \ g^2 \geq ac, \ \ h^2 \geq ab $$
and the determinant of some minor of \begin{pmatrix} a & h & g \\ h & b & f \\ g & f & c \end{pmatrix} are zero.
This is a quadratic form, which is associated with the symmetric matrix $$Q_H=\begin{bmatrix} a&h&g\\h&b&f\\g&f&c \end{bmatrix}$$ and the quadric is degenerate if and only if the discriminant of $H$, i.e. $\det Q_H$ is $0$.