Question 988751
multiply and simplify your answer completely.
1. (x + 2)(x2 − 2x + 5) My answer: x^3-x+10
2.(x2 + 6x + 7)(2x − 2) My answer: x+14x-14


For these, it's best to use a VERTICAL alignment
<b><u>1.</b></u><pre>
    x<sup>2</sup> - 2x + 5
          x + 2
    ------------
    x<sup>3</sup> - 2x<sup>2</sup> + 5x
         2x<sup>2</sup> - 4x + 10  
    ------------------
    x<sup>3</sup>        + x + 10 -------> {{{highlight_green(x^3 + x + 10)}}}
</pre>
<b><u>2.</b></u><pre>
    x<sup>2</sup> + 6x + 7
         2x - 2
    ------------
    2x<sup>3</sup> + 12x<sup>2</sup> + 14x
        -  2x<sup>2</sup> - 12x - 14  
    ----------------------
    2x<sup>3</sup> + 10x<sup>2</sup>  + 2x - 14 -------> {{{highlight_green(2x^3 + 10x^2 + 2x - 14)}}}</pre>