Question 1143214
{{{ abs( -10 + 4 ) }}}
Do the operation inside the absolute signs
{{{ abs( -6 ) = 6 }}}
----------------------
The problem that was solved was:
{{{ abs( -10 ) + abs( 4 ) = 10 + 4 }}}
not the problem given
-------------------------------------------
{{{ -3*( 2x + 5 ) = -6x - 15 }}}
-----------------------------------
The problem that was solved is:
{{{ -3*(2x ) + 5 = -6x + 5 }}}
----------------
Hope this makes sense