Quote:
$$\begin{aligned}3a+10b+5c&=0\\4a+6b+2c&=0\end{aligned}$$ solves to $$\frac{a}{30-20}=\frac{b}{6-20}=\frac{c}{-18+40}$$ so that $$\frac{a}{5}=\frac{b}{-7}=\frac{c}{11}$$
Can someone explain in deep how this equations are solved in this way?
First I thought it to do with using Cramer's rule but we are all aware that Cramer's rule work only for square matrix. And we can see this are only 2 equations with will not make matrix square.
So in my last question I was tempted to do only using Cramer's rule and now it has nothing to do with previous question!
I wish someone will find helping more important
You have two equations in three unknowns so in general there is infinity of solutions. Namely, for any $a\in\mathbb{R}$, $b=-\frac{7a}{5}$ and $c=\frac{11a}{5}$ solve the system.
To see this, rewrite the system treating $a$ as a parameter. That is, as $$\begin{aligned}10b+5c&=-3a\\6b+2c&=-4a\end{aligned}$$ Now you can apply the Cramer's rule. For example, $$b=\frac{\left|\begin{array}{cc}-3a&5\\-4a&2\end{array}\right|}{\left|\begin{array}{cc}10&5\\6&2\end{array}\right|}=-\frac{14a}{10}$$ With this, you can solve for $c$ yourself.