Here is a system of 3 equations with 3 unknowns $a$, $b$ and $c$.
$\begin{cases} a^2+\sigma \cdot a\cdot b + \sigma \cdot a \cdot c = n_1 \\ b^2+\sigma \cdot a\cdot b + \sigma \cdot b \cdot c = n_2 \\ c^2+\sigma \cdot a\cdot c + \sigma \cdot b \cdot c = n_3, \end{cases}$
where $0<\sigma<1$, $n_1,n_2,n_3>0$ are all known.
This system seems quite simple but I cannot think of any method to solve it.
Q1: Is there a method to check the condition of this system to have real solution for $a,b,c$?
Q2: Is there a method to solve it analytically? Or at least to approximate it numerically?