Question 1079987
{{{ x+3(x-5)=x-2(x+5)  }}}

<pre>
Addition property of equality     {{{x+3(x-5)-x+2(x+5)=0}}}

Distributive property             {{{x+3x-15-x+2x+10=0}}}

Addition property                  {{{x+3x-x+2x=15-10}}}

Combine like-terms, simple arithmetic        {{{5x=5}}}

Multiplication Property & multiplicative inverse  {{{(1/5)5x=(1/5)5}}}

DONE                                        {{{highlight(x=1)}}}
</pre>