Question 1108429
.
<pre>
6n = n^2 - 16,


n^2 - 6n - 16 = 0,


(n-8)*(n+2) = 0.


The only negative root/solution is n = -2.
</pre>