
Rachel C. answered 06/27/19
Private Math Instructor Looking To Help Your Student Succeed
To help understand this problem, let's try one that doesn't have any variables. If I asked you, what is
(1 + 7) * (1 - 3 + 2)?
You could solve this a few ways. You would probably simply inside of the parentheses to give you (8)*(0) which = 0. That's the quickest way.
Another correct way to solve would be to multiply by grouping. We could split up the 1 + 7 by distributing the 1 by multiplying it to each number in the second set of parentheses and distribute the 7 by multiplying it to each number in the second set of parentheses, so
( 1 + 7 ) * ( 1 - 3 + 2 ) would become
= [1 * ( 1 - 3 + 2)] + [7 * (1 - 3 + 2)]
= [1 * (0)] + [7 * (0)]
= 0 + 0
= 0
This is the approach we take when multiplying polynomials, like the one in your question.
Let's start by splitting up (x + 7) and distributing it so that
(x + 7)(x2 - 3x + 2) becomes
[ x * (x2 - 3x + 2)] + [ 7 * (x2 - 3x + 2)]
We multiply the x by each term in the first set of parenthesis and we multiply the 7 by each term in the second set of parenthesis, giving us
[ ( x * x2 ) + ( x * -3x ) + ( x * 2 )] + [ ( 7 * x2 ) + ( 7 * -3x ) + ( 7 * 2 )]
[ x3 - 3x2 + 2x] + [ 7x2 - 21x + 14]
If it makes things easier, we can rearrange the expression to group like terms. Like terms are terms have the same variable letter and same exponent value,
x3 - 3x2 + 2x + 7x2 - 21x + 14
x3 + (- 3x2 + 7x2) + (2x + - 21x) + 14
Now, we can simplify, giving us:
x3 + 4x2 - 19x + 14

Rachel C.
You're very welcome. I'm glad it helped you understand!06/27/19
Maria H.
Thank you so much! I've been trying to solve this for hours and the internet was no help!06/27/19