Free. Exclusive. Just for you.
Four unique services that make learning easier, faster, and smarter - only on our website.

Multiplying Polynomials Practice 2 worksheet with algebraic expressions and a triangle area problem.

A worksheet titled "Multiplying Polynomials Practice 2" with nine problems involving polynomial multiplication and a triangle area problem, including expressions like (-x³)(8x⁵ + xy + 4y) and (x + 7)(x - 3), with a right triangle labeled (2x - 4) and (x + 8) for area calculation.

A worksheet titled "Multiplying Polynomials Practice 2" with nine problems involving polynomial multiplication and a triangle area problem, including expressions like (-x³)(8x⁵ + xy + 4y) and (x + 7)(x - 3), with a right triangle labeled (2x - 4) and (x + 8) for area calculation.

PNG 1687×2249 231.3 KB Free · Personal Use
Quality Assured by Worksheets Library Team
Reviewed for educational accuracy and age-appropriateness
ID: #1057611
Show Answer Key & Explanations Step-by-step solution for: Multiplying Polynomials Notes and Worksheets - Lindsay Bowden
Let's solve each problem step by step and explain the process.

---

1. $(-x^3)(8x^5 + xy + 4y)$



We distribute $-x^3$ to each term inside the parentheses:

$$
= (-x^3)(8x^5) + (-x^3)(xy) + (-x^3)(4y)
$$

Now multiply:

- $(-x^3)(8x^5) = -8x^{3+5} = -8x^8$
- $(-x^3)(xy) = -x^{3+1}y = -x^4y$
- $(-x^3)(4y) = -4x^3y$

So, the result is:
$$
\boxed{-8x^8 - x^4y - 4x^3y}
$$

---

2. $(x + 7)(x - 3)$



Use FOIL (First, Outer, Inner, Last):

- First: $x \cdot x = x^2$
- Outer: $x \cdot (-3) = -3x$
- Inner: $7 \cdot x = 7x$
- Last: $7 \cdot (-3) = -21$

Add them:
$$
x^2 - 3x + 7x - 21 = x^2 + 4x - 21
$$

$$
\boxed{x^2 + 4x - 21}
$$

---

3. $(2x - 2)(4x + 1)$



Use distributive property (FOIL):

- $2x \cdot 4x = 8x^2$
- $2x \cdot 1 = 2x$
- $-2 \cdot 4x = -8x$
- $-2 \cdot 1 = -2$

Add:
$$
8x^2 + 2x - 8x - 2 = 8x^2 - 6x - 2
$$

$$
\boxed{8x^2 - 6x - 2}
$$

---

4. $5x^3(2x^6 - xy^4 + 2y^6)$



Distribute $5x^3$ to each term:

- $5x^3 \cdot 2x^6 = 10x^{3+6} = 10x^9$
- $5x^3 \cdot (-xy^4) = -5x^{3+1}y^4 = -5x^4y^4$
- $5x^3 \cdot 2y^6 = 10x^3y^6$

$$
\boxed{10x^9 - 5x^4y^4 + 10x^3y^6}
$$

---

5. $-7y^5(3y^2 + y + 2)$



Distribute $-7y^5$:

- $-7y^5 \cdot 3y^2 = -21y^{5+2} = -21y^7$
- $-7y^5 \cdot y = -7y^{5+1} = -7y^6$
- $-7y^5 \cdot 2 = -14y^5$

$$
\boxed{-21y^7 - 7y^6 - 14y^5}
$$

---

6. $(3x - 4y)(6x + 8y)$



Use FOIL:

- $3x \cdot 6x = 18x^2$
- $3x \cdot 8y = 24xy$
- $-4y \cdot 6x = -24xy$
- $-4y \cdot 8y = -32y^2$

Add:
$$
18x^2 + 24xy - 24xy - 32y^2 = 18x^2 - 32y^2
$$

$$
\boxed{18x^2 - 32y^2}
$$

---

7. $(x + 10)^2$



This is a perfect square trinomial:
$$
(x + 10)^2 = x^2 + 2 \cdot x \cdot 10 + 10^2 = x^2 + 20x + 100
$$

$$
\boxed{x^2 + 20x + 100}
$$

---

8. $(9x^2y^6)(x^3 - xy^4 + 2y^7)$



Distribute $9x^2y^6$ to each term:

- $9x^2y^6 \cdot x^3 = 9x^{2+3}y^6 = 9x^5y^6$
- $9x^2y^6 \cdot (-xy^4) = -9x^{2+1}y^{6+4} = -9x^3y^{10}$
- $9x^2y^6 \cdot 2y^7 = 18x^2y^{6+7} = 18x^2y^{13}$

$$
\boxed{9x^5y^6 - 9x^3y^{10} + 18x^2y^{13}}
$$

---

9. Find the expression that represents the area of the triangle.



The triangle is a right triangle with:

- Base: $x + 8$
- Height: $2x - 4$

Area of a triangle:
$$
A = \frac{1}{2} \times \text{base} \times \text{height}
$$

So:
$$
A = \frac{1}{2}(x + 8)(2x - 4)
$$

Now simplify:
First, expand $(x + 8)(2x - 4)$:

- $x \cdot 2x = 2x^2$
- $x \cdot (-4) = -4x$
- $8 \cdot 2x = 16x$
- $8 \cdot (-4) = -32$

Add:
$$
2x^2 - 4x + 16x - 32 = 2x^2 + 12x - 32
$$

Now multiply by $\frac{1}{2}$:
$$
\frac{1}{2}(2x^2 + 12x - 32) = x^2 + 6x - 16
$$

$$
\boxed{x^2 + 6x - 16}
$$

---

Final Answers:



1. $-8x^8 - x^4y - 4x^3y$
2. $x^2 + 4x - 21$
3. $8x^2 - 6x - 2$
4. $10x^9 - 5x^4y^4 + 10x^3y^6$
5. $-21y^7 - 7y^6 - 14y^5$
6. $18x^2 - 32y^2$
7. $x^2 + 20x + 100$
8. $9x^5y^6 - 9x^3y^{10} + 18x^2y^{13}$
9. $x^2 + 6x - 16$

Let me know if you'd like these written in a formatted worksheet!
Parent Tip: Review the logic above to help your child master the concept of polynomial practice worksheet.
Print Download

How to use

Click Print to open a print-ready version directly in your browser, or use Download to save the file to your device. The ⭐ Answer button generates an AI answer key instantly - useful for teachers who need a quick reference. Need a different version? Our AI Worksheet Generator lets you create a custom worksheet on any topic in seconds.

(view all polynomial practice worksheet)

Recognizing Polynomials Worksheets
Edia | Free math homework in minutes
Pre-Algebra Monomials And Polynomials Worksheets, 59% OFF
Practice with Polynomials | Worksheet | Education.com
Algebra 2 Worksheets | Polynomial Functions Worksheets
Operations with Polynomials Worksheet (pdf) and Answer Key. 33 ...
Edia | Free math homework in minutes
Polynomials - Riverside Math
Multiplying Monomials and Polynomials with Two Factors Mixed ...
Graphing Polynomial Functions Worksheets with Answer Key