ASVAB Math Study Guide Part 4

Polynomials

This is the fourth part of our free ASVAB Math Study Guide. This part covers polynomials, and shows two methods for multiplying polynomials. Read through this section carefully and be sure to study the examples that are given. At the bottom of the page there is a review quiz to test your knowledge of polynomials.

Polynomial Basics

Recall that when we multiply numbers raised to a power, we add their exponents:

$7^2 \cdot 7^3 = 7^{2 + 3} = 7^5$

We do the same thing when multiplying variables raised to a power:

$x^2 \cdot x^3 = x^{2 + 3} = x^5$

If the variables have coefficients, we just multiply the coefficients together and put the result as the coefficient in front of the result we get for the variable portion:

$4x^2 \cdot 6x^3 = (4 \cdot 6)x^{2 + 3} = 24x^5$

Polynomial Terms

Each “chunk” of coefficients and/or variables is called a term. Examples of terms include:

$3, \;$ $x, \;$ $2x, \;$ $3x^2, \;$ and  $24x^5$

A polynomial is just the sum of one or more terms. Examples include:

$2x, \;$ $x + 3, \;$ $3x^2 + 2x, \;$ $3x^2 − 4, \;$ and  $3x^2 − 2x + 1$

Like Terms of a Polynomial

We use “Like Terms” to describe a set of polynomial terms that are alike.

Constants (standalone numbers) combine with other constants; terms with specific variable and exponent combinations combine with other matching terms (regardless of whether or not the coefficients are the same).

Examples of Like Terms:
$5$ and $7$

$3x$ and $8x$

$10x^2$ and $−6x^2$

$3x^3y^5$ and $17x^3y^5$

To combine like terms, we add the coefficients together and put this new coefficient in front of the term. In the case of constants, we just add them together.

Examples of Combining Like Terms:
$5 + 7 = 12$

$3x + 8x = 11x$

$3x + 5 + 8x + 7$ $ = (3 + 8)x + (5 + 7)$ $ = 11x + 12$

$10x^2 + 3x + 5 − 6x^2 + 8x + 7$ $= (10 − 6)x^2 + (3 + 8)x + (5 + 7)$ $ = 4x^2 + 11x + 12$

$3x^3y^5 − 10x^4y^2 + 17x^3y^5 + 3x^4y^2$ $ = (3 + 17)x^3y^5 + (−10 + 3)x^4y^2$ $ = 20x^3y^5 − 7x^4y^2$

Multiplying Polynomials

When multiplying polynomials, every term must be multiplied by every other term and added together. You might think of it as the beginning of a business meeting between two companies where each person from Company A (the first polynomial) must shake hands (multiplication) with each person from Company B (the second polynomial) at the meeting, but each person does not shake hands with people from his/her own company. The result is the sum of all of the handshakes.

Example 1:
$(3)(x + 2)$

In this example, the first polynomial (using a loose definition) is simply the number $3$ and the second polynomial is $x + 2$. Company A has one representative ($3$) and Company B has two representatives ($x$ and $2$) at the meeting. $3$ must “shake hands” with both $x$ and with $2$. The result is the sum of all handshakes:

Handshake 1: $\; 3 \cdot x = 3x$
Handshake 2: $\; 3 \cdot 2 = 6$
Sum of Handshakes $= 3x + 6$

Example 2:
$(5x)(2x^2 + 4)$

In this example, the first polynomial is $5x$ and the second polynomial is $2x^2 + 4$. Company A has one representative ($5x$) and Company B has two representatives ($2x^2$ and $4$) at the meeting. $5x$ must “shake hands” with both $2x^2$ and with $4$. The result is the sum of all handshakes:

Handshake 1: $\; 5x \cdot 2x^2 = 10x^3$
Handshake 2: $\; 5x \cdot 4 = 20x$
Sum of Handshakes $= 10x^3 + 20x$

Example 3:
$(5x + 3)(2x − 4)$

Before starting, it might be helpful to rewrite the problem this way; instead of our second polynomial being “$2x$ minus $4$”, we think of it as “$2x$ plus negative $4$”:

$(5x + 3)(2x + (-4))$

In this example, the first polynomial is $5x + 3$ and the second polynomial is $2x + (-4)$. Company A has two representatives ($5x$ and $3$) and Company B has two representatives ($2x$ and $-4$) at the meeting. $5x$ and $3$ must each “shake hands” with both $2x$ and with $-4$. The result is the sum of all handshakes:

Handshake 1: $\; 5x \cdot 2x = 10x^2$

Handshake 2: $\; 5x \cdot (−4) = 5 \cdot (-4)x = −20x$

Handshake 3: $\; 3 \cdot 2x = 3 \cdot 2 \cdot x = 6x$

Handshake 4: $\; 3 \cdot (-4) = -12$

Sum of Handshakes $= 10x^2 − 20x + 6x − 12$ $ = 10x^2 − 14x − 12$ (always combine like terms)

Multiplying Polynomial Using a Grid

You may find it beneficial to set up these problems in a grid. For many, it is a helpful organizational tool.

Let’s revisit Example 3 from above, but use a grid approach:

$(5x + 3)(2x – 4)$

We have 2 terms in the first polynomial (“Company A”) and 2 terms in the second polynomial (“Company B”). This means we want to set up a 2×2 grid as follows:

Now that you’ve studied another ASVAB Math lesson, put your skills to practice with the review quiz below. Try not to reference the above information and treat the questions like a real test.

Part 4 Review Quiz:

Congratulations - you have completed .

You scored %%SCORE%% out of %%TOTAL%%.

Your performance has been rated as %%RATING%%


Your answers are highlighted below.
Question 1

$x^7 \cdot x^2 =$

A
$x^{14}$
B
$x^9$
C
$9x$
D
$14x$
Question 1 Explanation: 
To multiply variables raised to a power, simply add the exponents together. $7 + 2 = 9$, so the answer is $x^9$.
Question 2

$9x^3 \cdot 8x^5 =$

A
$72x^{15}$
B
$17x^{15}$
C
$17x^8$
D
$72x^8$
Question 2 Explanation: 
Although you add exponents together when multiplying variables, you still multiply the coefficients. Since $9 \cdot 8 = 72$ and $3 + 5 = 8$, the correct answer is $72x^8$.
Question 3

$4x(6x + 2) =$

A
$24x + 8x$
B
$32x$
C
$24x^2 + 8x$
D
$10x^2 + 6x$
Question 3 Explanation: 
The term outside the parentheses is multiplied with each term within the parentheses (this is often described as “distributing”). When multiplying $4x \cdot 6x$, multiply the numbers together and the $x$s together. $4 \cdot 6$ is $24$, and $x \cdot x = x^2$, since $x$ has an implied exponent of $1$.

Next, multiply $4x$ by $2$. This is simply $8x$,since $2$ was not accompanied by another variable. Thus, the simplified equation is $24x^2 + 8x$.

$x^2$ and $x$ do not count as like terms, so the equation cannot be reduced any further.
Question 4

$(4x + 3x)(7x − 5) =$

A
$7x^2 − 35x$
B
$49x^2 − 35x$
C
$28x^2 − 20x + 3x$
D
$14x^2$
Question 4 Explanation: 
First, combine the like terms that are within the parentheses:

$(7x) (7x − 5)$

Then distribute the $7x$ term:

$(7x) (7x) + (7x) (-5)$

$49x^2 – 35x$
Question 5

$(2x^2 + 2x)(6x + 1) =$

A
$26x^2 + 2x$
B
$12x^3 + 14x^2 + 2x$
C
$12x^3 + 2x$
D
$4x^2 + 7x$
Question 5 Explanation: 
Start by multiplying $2x^2$ by everything in the second parentheses, $6x$ and $1$. This gets you $12x^3$ (since $6x$ has an implied exponent of $1$) and $2x^2$.

Next, multiply $2x$ by $6x$ and $1$. This results in $12x^2$ and $2x$.

Combining our results, we get $12x^3 + 2x^2 + 12x^2 + 2x$.

Add like terms together to get the final answer:
$12x^3 + 14x^2 + 2x$
Question 6

$(2x + 3)^2 =$

A
$2x^2 + 3^2$
B
$2x^2 + 9$
C
$4x^2 + 12x + 9$
D
$10x^2 + 6x +9$
Question 6 Explanation: 
An exponent outside parentheses is applied to the entire polynomial. The problem can be rewritten as $(2x + 3)(2x + 3)$. Now solve like you would when multiplying any other polynomials.

Multiplying $2x$ by everything in the second set of parentheses, you get $4x^2$ and $6x$.

Multiplying $3$ by everything in the second set of parentheses, you get $6x$ and $9$.

Putting all that together, you get $4x^2 + 6x + 6x + 9$.

Combine like terms to get the final answer: $4x^2 + 12x + 9$.
Question 7

$2x^2(3x^2 − 8) =$

A
$6x^4 − 16x^2$
B
$6x^2 − 16x^2$
C
$6x^2 − 16x$
D
$5x^4 − 6x^2$
Question 7 Explanation: 
To solve, simply multiply $2x^2$ by everything within the parentheses. $2x^2 \cdot 3x^2 = 6x^4$, since we add exponents together and multiply coefficients. $2x^2 \cdot −8 = −16x^2$, since we treat the subtraction as a negative sign when multiplying. The answer we are left with is $6x^4 − 16x^2$.
Question 8

$7y^2 + 5xy − 9 − (2y^2 + 3xy − 5) =$

A
$5y^2 + 2xy − 4$
B
$5y^2 + 8xy − 14$
C
$9y^2 + 8xy − 4$
D
$5y^2 + 2xy − 14$
Question 8 Explanation: 
First, distribute the minus sign:

$7y^2 + 5xy − 9 + (−2y^2) + (−3xy) + (5)$

Reorganize so like terms are next to each other:

$7y^2 − 2y^2 + 5xy − 3xy − 9 + 5$

Combine like terms:

$5y^2 + 2xy − 4$
Question 9

$3x^3y^5 + 3x^5y^3 − (4x^5y^3 − 3x^3y^5 + 2x^3y^3) =$

A
$−x^3y^5 − 2x^3y^3$
B
$−x^3y^5 + 6x^5y^3 + 2x^3y^3$
C
$6x^3y^5 − x^5y^3 − 2x^3y^3$
D
$6x^3y^5 + 4x^5y^3$
Question 9 Explanation: 
First, distribute the minus sign:

$3x^3y^5 + 3x^5y^3 + (−4x^5y^3) + (3x^3y^5) + (−2x^3y^3)$

Reorganize so like terms are next to each other:

$3x^3y^5 + 3x^3y^5 + 3x^5y^3 − 4x^5y^3 − 2x^3y^3$

Combine like terms:

$6x^3y^5 − 1x^5y^3 − 2x^3y^3$

$6x^3y^5 − x^5y^3 − 2x^3y^3$
Question 10

$(2x^2 + 2x + 5)(4x^2 − 4) =$

A
$8x^4 + 8x^3 − 12x^2 − 28$
B
$16x^3 + 12x^2 − 20$
C
$8x^4 + 8x^3 + 12x^2 − 8x − 20$
D
$16x^4 + 12x^2 − 8x − 20$
Question 10 Explanation: 
Just like all other polynomial multiplication problems, each number/variable within the first parentheses needs to be multiplied by what's in the second parentheses.

Start my multiplying out $2x^2$. $2x^2 \cdot 4x^2 = 8x^4$ and $2x^2 \cdot −4 = −8x^2$.

Next, multiply $2x$ by $4x^2$ and $−4$ to get $8x^3$ and $−8x$.

After that, multiply $5$ by $4x^2$ and $−4$ to get $20x^2$ and $−20$.

Putting all those answers together, we get $8x^4 − 8x^2 + 8x^3 − 8x + 20x^2 − 20$.

Combine like terms to get $8x^4 + 8x^3 + 12x^2 − 8x − 20$.
Once you are finished, click the button below. Any items you have not completed will be marked incorrect. Get Results
There are 10 questions to complete.
List
Return
Shaded items are complete.
12345
678910
End
Return

 
 


ASVAB Math Study Guide Part 5 >>