Question 261313
<pre><font size = 4 color = "indigo"><b>
These are both correct, except you had a {{{(m-4)}}} 
where I placed the red {{{red((m+4))}}}, but I think that 
was just a typo, since the rest is correct, and you solved 
it as though you hadn't made that error. However, there should be
one more step at the end:

{{{(m^2+7m+12)/(m^2-8m+16) + (m+3)/(m^2-16)}}}
{{{""=((m+3)(m+4))/((m-4)(m-4))+(m+3)/((m-4)red((m+4)))}}}
{{{""=((m+3)(m+4)(m+4))/((m-4)(m-4)(m+4))+((m+3)(m-4))/((m-4)(m-4)(m+4))}}}
{{{""=( (m+3)((m+4)(m+4)+(m-4) ))/((m-4)(m-4)(m+4))}}}
{{{""=((m+3)(m^2+8m+16+m-4))/((m-4)(m-4)(m+4))}}}
{{{""=((m+3)(m^2+9m+12))/((m-4)(m-4)(m+4))}}} 

Now you should write {{{(m-4)(m-4)}}} as {{{(m-4)^2}}}:

{{{""=((m+3)(m^2+9m+12))/((m-4)^2(m+4))}}}

Your second one has that same error in the first step, 
but the rest is right, you just multiplied out the top, 
wheareas you didn't the first way.  Both answers are
equivalent:

{{{(m^2+7m+12)/(m^2-8m+16) + (m+3)/(m^2-16)}}}
{{{""=((m+3)(m+4))/((m-4)(m-4))+(m+3)/(m-4)red((m-4)))}}}
{{{""=((m+3)(m+4)(m+4)+(m+3)(m-4))/((m-4)(m-4)(m+4))
{{{""=((m^2+7m+12)(m+4)+(m^2-m-12))/((m-4)(m-4)(m+4))
{{{""=((m^3+7m^2+12m+4m^2+28m+48)+(m^2-m-12))/((m-4)(m-4)(m+4))}}}
{{{""=(m^3+11m^2+40m+48+m^2-m-12)/((m-4)(m-4)(m+4))}}}
{{{""=(m^3+12m^2+39m+36)/((m-4)(m-4)(m+4))}}}
{{{""=cross((m(m^2+12m+39)+36)/((m-4)(m-4)(m+4)))}}}

Now there was no point in factoring m out of just the first three
terms of that numerator.  It wasn't wrong but it led nowhere. That's 
why I crosed it out. Your last step should have been just to write
the {{{(m-4)(m-4)}}} as {{{(m-4)^2}}}, and leave the answer as

{{{""=(m^3+12m^2+39m+36)/((m-4)^2(m+4))}}} 

Both your answers are correct.  Good job!

Edwin</pre>