Consider the following system of linear equation:
\begin{align} 2a + 4b &= a + 3c\\ 2a + 3b &= 4a + 2b\\ 4a + 2b &= b + nc \end{align}
for $a,b,c \in \mathbf{R}_{+}$.
How do I find the value of $n \in \mathbf{N}$, assuming there is a unique solution for $(a,b,c)$?
(I guess substitution is the way to go but I can't figure it out.)
From the 2nd equation, $b=2a$.
From the 1st equation, $9a=3c$ so $c=3a$.
From the 3rd equation, $8a=2a+3na$ so $3n=6$ (since $a\ne0$) and $n=2$.