How do you multiply #(4x^2-7x-1)(6x^2+x-7)#?

2 Answers
Jan 9, 2017

#24x^4 - 38x^3 -41x^2 + 48x + 7#

Explanation:

Your starting expression looks like this

#(4x^2 - 7x - 1) * (6x^2 + x - 7)#

In order to multiply all the terms listed here, you must use the distributive property.

The trick to using the distributive property is to pick the terms listed in one of the two parentheses as reference terms. I'll pick the terms listed in the second parentheses as reference terms and assign #color(blue)(1)#, #color(blue)(2)#, and #color(blue)(3)# to help keep track of the multiplications

#stackrel(color(blue)(1))(6x^2) + stackrel(color(blue)(2))(x) -stackrel(color(blue)(3))(7) " "-># reference terms

Now pick the terms listed in the first set of parentheses and multiply them by the reference terms.

#(color(red)(4x^2) color(purple)(-7x) color(brown)(-1)) * [# #stackrel(color(blue)(1))(6x^2) + stackrel(color(blue)(2))(x) + stackrel(color(blue)(3))((-7))# #]#

Start with the first one

#color(red)(4x^2) * stackrel(color(blue)(1))(6x^2) = 24x^4#

#color(red)(4x^2) * stackrel(color(blue)(2))(x) = 4x^3#

#color(red)(4x^2) * stackrel(color(blue)(3))((-7)) = -28x^2#

then continue with the second one

#color(purple)(-7x) * stackrel(color(blue)(1))(6x^2) = - 42x^3#

#color(purple)(-7x) * stackrel(color(blue)(2))(x) = - 7x^2#

#color(purple)(-7x) * stackrel(color(blue)(3))((-7)) = 49x#

and the third one

#color(brown)(-1) * stackrel(color(blue)(1))(6x^2) = - 6x^2#

#color(brown)(-1) * stackrel(color(blue)(2))(x) = - x#

#color(brown)(-1) * stackrel(color(blue)(3))((-7)) = 7#

Now put the nine terms that you got together to get

#24x^4 + 4x^3 - 28x^2 - 42x^3 - 7x^2 + 49x - 6x^2 -x + 7#

Group like terms

#24x^4 + (4x^3 - 42x^3) + (-28x^2 - 7x^2 - 6x^2) + (49x - x) + 7#

to get

#color(darkgreen)(ul(color(black)(24x^4 - 38x^3 -41x^2 + 48x + 7)))#

Jan 9, 2017

#(4x^2-7x-1)(6x^2+x-7)#

#=24x^4-38x^3-41x^2+48x+7#.

Explanation:

Multiplying polynomials is similar to multiplying regular numbers— each piece from the first polynomial needs to get multiplied by each piece in the second, and then these smaller products get added together to form the final product.

You may remember multiplication of three-digit numbers like this:

#color(white)xx 123#
#ul(xx 456)#

You'd multiply the 6 by the 3, 2, and 1; then move over a column and multiply the 5 by the 3, 2, and 1; and finally multiply the 4 with the 3, 2, and 1.

It's like you're pairing each digit of 123 with each digit of 456, creating 9 smaller multiplications. What this method really does is this:

#(100 + 20 + 3) xx (400 + 50 + 6)#

Each piece in the left bracket is paired with each piece in the right bracket, creating 9 smaller products; these are ultimately added together to give us a final product.

Multiplying polynomials is done the exact same way. We pair off each term in the left polynomial with each one in the right, creating smaller products; the sum of these smaller products will be our final product.

So, we have

#(4x^2-7x-1)(6x^2+x-7)#

#=color(white)+(4x^2*6x^2)+(4x^2*x)+(4x^2*"-"7)#
#color(white)=+("-"7x*6x^2)+("-"7x*x)" "+("-"7x*"-"7)#
#color(white)=+"  "("-"1*6x^2)+"  "("-"1*x)"  "+"  "("-"1*"-"7)#

#=24x^4+4x^3-28x^2#
#color(white)=-42x^3-7x^2+49x#
#color(white)=-6x^2-x+7#

Now, we just add the like terms, and we get

#=24x^4-38x^3-41x^2+48x+7#

as our final answer.