Let us consider a system equations :
\begin{gather}
a^3+b=3a+4\tag{i}\\
2b^3+c=6b+6 \tag{ii}\\
3c^3+a=9c+8\tag{iii}
\end{gather}
I have tried with the following steps :
$6\times(i)+3\times(ii)+2\times$(iii) gives :
$6(a^3+b^3+c^3)+6b+3c+2a=18(a+b+c)+58$. But I don't know how to solve in this way. By inspection method I have seen $a=b=c=2$.
This is ugly, but you can rewrite the system as.
$$ b=-a^3+3a+4\\ c=-2b^3 + 6b+6 \\ a=-3c^3+9c+8$$
Now, you can substitute the first into the second and that result into the third.
This will show one of the roots, $a = 2$ immediately and another useless one.
You can then sub back in the other two and derive the other two roots.