Question 431752
given:
This is one way to interpret it:
{{{ n - 12 = 5*( n + 4 ) }}}
{{{ n - 12 = 5n + 20 }}}
{{{ 4n = -32 }}}
{{{ n = -8 }}}
Here's another way:
{{{ n - 12 = 5n + 4 }}}
{{{  4n = -16 }}}
{{{ n = -4 }}}
--------------
Could the 2nd way be the answer?
I can't see how to get {{{ n = 4 }}} either.