I have 2 equation in terms of $a,b$ and $c$ .
$3a + 10b + 5c =0$ and $4a + 6b + 2c =0$
I need to find a:b:c and answer is $\dfrac a5 = \dfrac {b}{-7} = \dfrac {c}{11}$
I want to know how to get that?
My attempt:
Given equations can be written in form
$$\left ( \begin{matrix} 3 & 10 & 5 \\ 4 & 6 & 2 \\ \end{matrix} \right ) \left ( \begin{matrix} a\\ b\\ c\\ \end{matrix} \right ) = \left ( \begin{matrix} 0 \\ 0\\ \end{matrix} \right ) $$
But here I don't have any idea how to proceed. I can do for 3×3 matrix and I thought it can be done in same way.
Thanks.