I am looking to solve the following problem regarding polynomials:
Suppose that all of the roots $(r_1, r_2, r_3) \in \mathbb{R}^3$ of a linear form $\sum_{k=1}^3 g_k x_k$ are roots of a quadratic form $\sum_{i,j=1}^3 b_{ij}x_ix_j$. How do you show that exists another linear form $\sum_{l=1}^3 h_l x_l$ such that $$ \sum_{i,j=1}^3 b_{ij}x_ix_j = \left( \sum_{k=1}^3 g_k x_k \right) \left( \sum_{l=1}^3 h_l x_l \right). $$
Could someone give me some advice/help?
I know that if the forms were in two variables, it would be "trivial". From this post Do polynomials in two variables always factor in linear terms?, when there are more than two terms, it gets harder.