Question 862976
<pre>
Multiply every term of the first polynomial by every term of the
second polynomial and then collect like terms if possible.

Here is a illustration of what you do in general:

(A + B + C + D + E)(F + G + H) =

AF + AG + AH + BF + BG + BH + CF + CG + CH + DF + DG + DH

Note that there are 5 terms in the first and 3 terms in the second,
so therefore there are 5×3 or 15 terms.  Of course none of these are
like terms, but normally some are.

---------------------------------------------
Your last problem:

(2x-5)(4x<sup>2</sup>-3x+1)

The first polynomial has 2 terms, the second polynomial has 3 terms,
So there will be 2×3 or 6 terms before you combine terms.  So we multiple
every term of the first by every term of the second:

(2x)(4x<sup>2</sup>) + (2x)(-3x) + (2x)(1) + (-5)(4x<sup>2</sup>) + (-5)(-3x) + (-5)(1)

Simplify

8x<sup>3</sup> - 6x<sup>2</sup> + 2x - 20x<sup>2</sup> + 15x - 5

Combine the two pairs of like terms:

8x<sup>3</sup> - 26x<sup>2</sup> + 17x - 5

-----------------------------------

Suppose you had

(3y<sup>3</sup>-2y<sup>2</sup>+7y-5)(2y<sup>2</sup>-y+9)

The first polynomial has 4 terms, the second polynomial has 3 terms,
So there will be 4×3 or 12 terms before you combine terms.  So we multiply
every term of the first by every term of the second.
(I'll have to write them small to get all 12 on one line):

<font size = 1>
(3y<sup>3</sup>)(2y<sup>2</sup>)+(3y<sup>3</sup>)(-y)+(3y<sup>3</sup>)(9)+(-2y<sup>2</sup>)(2y<sup>2</sup>)+(-2y)(-y)+(-2y)(9)+(7y)(2y<sup>2</sup>)+(7y)(-y)+ (7y)(9)+(-5)(2y<sup>2</sup>)+(-5)(-y)+(-5)(9)</font>

Simplify:

<font size = 1>
6y<sup>5</sup> - 3y<sup>4</sup> + 27y<sup>3</sup> - 4y<sup>4</sup> + 2y<sup>3</sup> - 18y<sup>2</sup> + 14y<sup>3</sup> - 7y<sup>2</sup> + 63y - 10y<sup>2</sup> + 5y - 45</font>

Combine all the like terms:

6y<sup>5</sup> - 7y<sup>4</sup> + 43y<sup>3</sup> - 35y<sup>2</sup> + 68y - 45

Edwin</pre>