Solving Polynomials

"Solving" means finding the "roots" ...

... a "root" (or "zero") is where the function is equal to zero :

In between the roots the function is either entirely above, or entirely below, the x-axis

Example: −2 and 2 are the roots of the function x 2 − 4

Let's check:

  • when x = −2, then x 2 − 4 = (−2) 2 − 4 = 4 − 4 = 0
  • when x = 2, then x 2 − 4 = 2 2 − 4 = 4 − 4 = 0

How do we solve polynomials? That depends on the Degree !

The first step in solving a polynomial is to find its degree.

The Degree of a Polynomial with one variable is ...

... the largest exponent of that variable.

When we know the degree we can also give the polynomial a name:

How To Solve

So now we know the degree, how to solve?

  • Read how to solve Linear Polynomials (Degree 1) using simple algebra.
  • Read how to solve Quadratic Polynomials (Degree 2) with a little work,
  • It can be hard to solve Cubic (degree 3) and Quartic (degree 4) equations,
  • And beyond that it can be impossible to solve polynomials directly.

So what do we do with ones we can't solve? Try to solve them a piece at a time!

If we find one root, we can then reduce the polynomial by one degree (example later) and this may be enough to solve the whole polynomial.

Here are some main ways to find roots.

1. Basic Algebra

We may be able to solve using basic algebra:

Example: 2x+1

2x+1 is a linear polynomial:

The graph of y = 2x+1 is a straight line

It is linear so there is one root.

Use Algebra to solve:

A "root" is when y is zero: 2x+1 = 0

Subtract 1 from both sides: 2x = −1

Divide both sides by 2: x = −1/2

And that is the solution:

(You can also see this on the graph)

We can also solve Quadratic Polynomials using basic algebra (read that page for an explanation).

2. By experience, or simply guesswork.

It is always a good idea to see if we can do simple factoring:

Example: x 3 +2x 2 −x

This is cubic ... but wait ... we can factor out "x":

x 3 +2x 2 −x = x(x 2 +2x−1)

Now we have one root (x=0) and what is left is quadratic, which we can solve exactly.

Example: x 3 −8

Again this is cubic ... but it is also the " difference of two cubes ":

x 3 −8 = x 3 −2 3

And so we can turn it into this:

x 3 −8 = (x−2)(x 2 +2x+4)

There is a root at x=2, because:

(2−2)(2 2 +2×2+4) = (0) (2 2 +2×2+4)

And we can then solve the quadratic x 2 +2x+4 and we are done

3. Graphically.

Graph the polynomial and see where it crosses the x-axis.

Graphing is a good way to find approximate answers, and we may also get lucky and discover an exact answer.

Caution: before you jump in and graph it, you should really know How Polynomials Behave , so you find all the possible answers!

This is useful to know: When a polynomial is factored like this:

f(x) = (x−a)(x−b)(x−c)...

Then a, b, c, etc are the roots !

So Linear Factors and Roots are related, know one and we can find the other.

(Read The Factor Theorem for more details.)

Example: f(x) = (x 3 +2x 2 )(x−3)

We see "(x−3)", and that means that 3 is a root (or "zero") of the function.

Well, let us put "3" in place of x:

f(x) = (3 3 +2·3 2 )(3−3)

f(3) = (3 3 +2·3 2 )( 0 )

Yes! f(3)=0, so 3 is a root.

How to Check

Found a root? Check it!

Simply put the root in place of "x": the polynomial should be equal to zero.

Example: 2x 3 −x 2 −7x+2

The polynomial is degree 3, and could be difficult to solve. So let us plot it first:

The curve crosses the x-axis at three points, and one of them might be at 2 . We can check easily, just put "2" in place of "x":

f(2) = 2(2) 3 −(2) 2 −7(2)+2 = 16−4−14+2 = 0

Yes! f(2)=0 , so we have found a root!

How about where it crosses near −1.8 :

f(−1.8) = 2(−1.8) 3 −(−1.8) 2 −7(−1.8)+2 = −11.664−3.24+12.6+2 = −0.304

No, it isn't equal to zero, so −1.8 will not be a root (but it may be close!)

But we did discover one root, and we can use that to simplify the polynomial, like this

Example (continued): 2x 3 −x 2 −7x+2

So, f(2)=0 is a root ... that means we also know a factor:

(x−2) must be a factor of 2x 3 −x 2 −7x+2

Next, divide 2x 3 −x 2 −7x+2 by (x−2) using Polynomial Long Division to find:

2x 3 −x 2 −7x+2 = (x−2)(2x 2 +3x−1)

So now we can solve 2x 2 +3x−1 as a Quadratic Equation and we will know all the roots.

That last example showed how useful it is to find just one root. Remember:

If we find one root, we can then reduce the polynomial by one degree and this may be enough to solve the whole polynomial.

How Far Left or Right

When trying to find roots, how far left and right of zero should we go?

There is a way to tell, and there are a few calculations to do, but it is all simple arithmetic. Read Bounds on Zeros for all the details.

Have We Got All The Roots?

There is an easy way to know how many roots there are. The Fundamental Theorem of Algebra says:

A polynomial of degree n ... ... has n roots (zeros) but we may need to use complex numbers

So: number of roots = the degree of polynomial .

Example: 2x 3 + 3x − 6

The degree is 3 (because the largest exponent is 3), and so:

There are 3 roots.

But Some Roots May Be Complex

Yes, indeed, some roots may be complex numbers (ie have an imaginary part), and so will not show up as a simple "crossing of the x-axis" on a graph.

But there is an interesting fact:

Complex Roots always come in pairs !

So we either get no complex roots, or 2 complex roots, or 4 , etc... Never an odd number.

Which means we automatically know this:

Positive or Negative Roots?

There is also a special way to tell how many of the roots are negative or positive called the Rule of Signs that you may like to read about.

Multiplicity of a Root

Sometimes a factor appears more than once. We call that Multiplicity :

  • Multiplicity is how often a certain root is part of the factoring.

Example: f(x) = (x−5) 3 (x+7)(x−1) 2

This could be written out in a more lengthy way like this:

f(x) = (x−5)(x−5)(x−5)(x+7)(x−1)(x−1)

(x−5) is used 3 times, so the root "5" has a multiplicity of 3 , likewise (x+7) appears once and (x−1) appears twice. So:

  • the root +5 has a multiplicity of 3
  • the root −7 has a multiplicity of 1 (a "simple" root)
  • the root +1 has a multiplicity of 2

Q: Why is this useful? A: It makes the graph behave in a special way!

When we see a factor like (x-r) n , "n" is the multiplicity, and

  • even multiplicity just touches the axis at "r" (and otherwise stays one side of the x-axis)
  • odd multiplicity crosses the axis at "r" (changes from one side of the x-axis to the other)

We can see it on this graph:

Example: f(x) = (x−2) 2 (x−4) 3

(x−2) has even multiplicity , so it just touches the axis at x=2

(x−4) has odd multiplicity , so it crosses the axis at x=4

  • We can directly solve polynomials of Degree 1 (linear) and 2 (quadratic)
  • For Degree 3 and up, graphs can be helpful
  • Know how far left or right the roots may be
  • Know how many roots (the same as its degree)
  • Estimate how many may be complex, positive or negative

solves problems involving factors of polynomials

4.4 Solve Polynomial Equations by Factoring

Learning objectives.

  • Review general strategies for factoring.
  • Solve polynomial equations by factoring.
  • Find roots of a polynomial function.
  • Find polynomial equations given the solutions.

Reviewing General Factoring Strategies

We have learned various techniques for factoring polynomials with up to four terms. The challenge is to identify the type of polynomial and then decide which method to apply. The following outlines a general guideline for factoring polynomials:

  • Check for common factors. If the terms have common factors, then factor out the greatest common factor (GCF).

Determine the number of terms in the polynomial.

  • Factor four-term polynomials by grouping.
  • Factor trinomials (3 terms) using “trial and error” or the AC method.

Factor binomials (2 terms) using the following special products:

  • Look for factors that can be factored further.
  • Check by multiplying.

Note : If a binomial is both a difference of squares and a difference cubes, then first factor it as difference of squares. This will result in a more complete factorization. In addition, not all polynomials with integer coefficients factor. When this is the case, we say that the polynomial is prime.

If an expression has a GCF, then factor this out first. Doing so is often overlooked and typically results in factors that are easier to work with. Furthermore, look for the resulting factors to factor further; many factoring problems require more than one step. A polynomial is completely factored when none of the factors can be factored further.

Factor: 54 x 4 − 36 x 3 − 24 x 2 + 16 x .

This four-term polynomial has a GCF of 2 x . Factor this out first.

54 x 4 − 36 x 3 − 24 x 2 + 16 x = 2 x ( 27 x 3 − 18 x 2 − 12 x + 8 )

Now factor the resulting four-term polynomial by grouping and look for resulting factors to factor further.

solves problems involving factors of polynomials

Answer: 2 x ( 3 x − 2 ) 2 ( 3 x + 2 ) . The check is left to the reader.

Factor: x 4 − 3 x 2 − 4 .

This trinomial does not have a GCF.

x 4 − 3 x 2 − 4 = ( x 2             ) ( x 2             ) = ( x 2 + 1 ) ( x 2 − 4 )          D i f f e r e n c e   o f   s q u a r e s = ( x 2 + 1 ) ( x + 2 ) ( x − 2 )

The factor ( x 2 + 1 ) is prime and the trinomial is completely factored.

Answer: ( x 2 + 1 ) ( x + 2 ) ( x − 2 )

Factor: x 6 + 6 x 3 − 16 .

Begin by factoring x 6 = x 3 ⋅ x 3 and look for the factors of 16 that add to 6.

The factor ( x 3 − 2 ) cannot be factored any further using integers and the factorization is complete.

Answer: ( x 3 − 2 ) ( x + 2 ) ( x 2 + 2 x + 4 )

Try this! Factor: 9 x 4 + 17 x 2 − 2

Answer: ( 3 x + 1 ) ( 3 x − 1 ) ( x 2 + 2 )

Solving Polynomial Equations by Factoring

In this section, we will review a technique that can be used to solve certain polynomial equations. We begin with the zero-product property A product is equal to zero if and only if at least one of the factors is zero. :

a ⋅ b = 0    if and only if    a = 0  or  b = 0

The zero-product property is true for any number of factors that make up an equation. In other words, if any product is equal to zero, then at least one of the variable factors must be equal to zero. If an expression is equal to zero and can be factored into linear factors, then we will be able to set each factor equal to zero and solve for each equation.

Solve: 2 x ( x − 4 ) ( 5 x + 3 ) = 0 .

Set each variable factor equal to zero and solve.

2 x = 0   or   x − 4 = 0   or   5 x + 3 = 0 2 x 2 = 0 2 x = 4 5 x 5 = − 3 5 x = 0 x = − 3 5

To check that these are solutions we can substitute back into the original equation to see if we obtain a true statement. Note that each solution produces a zero factor. This is left to the reader.

Answer: The solutions are 0, 4, and − 3 5 .

Of course, most equations will not be given in factored form.

Solve: 4 x 3 − x 2 − 100 x + 25 = 0 .

Begin by factoring the left side completely.

4 x 3 − x 2 − 100 x + 25 = 0 F a c t o r   b y   g r o u p i n g . x 2 ( 4 x − 1 ) − 25 ( 4 x − 1 ) = 0 ( 4 x − 1 ) ( x 2 − 25 ) = 0 F a c t o r   a s   a   d i f f e r e n c e   o f   s q u a r e s . ( 4 x − 1 ) ( x + 5 ) ( x − 5 ) = 0

Set each factor equal to zero and solve.

4 x − 1 = 0 or x + 5 = 0 or x − 5 = 0 4 x = 1 x = − 5 x = 5 x = 1 4

Answer: The solutions are 1 4 , −5, and 5.

Using the zero-product property after factoring an equation that is equal to zero is the key to this technique. However, the equation may not be given equal to zero, and so there may be some preliminary steps before factoring. The steps required to solve by factoring The process of solving an equation that is equal to zero by factoring it and then setting each variable factor equal to zero. are outlined in the following example.

Solve: 15 x 2 + 3 x − 8 = 5 x − 7 .

Step 1: Express the equation in standard form, equal to zero. In this example, subtract 5 x from and add 7 to both sides.

15 x 2 + 3 x − 8 = 5 x − 7 15 x 2 − 2 x − 1 = 0

Step 2: Factor the expression.

( 3 x − 1 ) ( 5 x + 1 ) = 0

Step 3: Apply the zero-product property and set each variable factor equal to zero.

3 x − 1 = 0         or         5 x + 1 = 0

Step 4: Solve the resulting linear equations.

3 x − 1 = 0 or 5 x + 1 = 0 3 x = 1 5 x = − 1 x = 1 3 x = − 1 5

Answer: The solutions are 1 3 and − 1 5 . The check is optional.

Solve: ( 3 x + 2 ) ( x + 1 ) = 4 .

This quadratic equation appears to be factored; hence it might be tempting to set each factor equal to 4. However, this would lead to incorrect results. We must rewrite the equation equal to zero, so that we can apply the zero-product property.

( 3 x + 2 ) ( x + 1 ) = 4 3 x 2 + 3 x + 2 x + 2 = 4 3 x 2 + 5 x + 2 = 4 3 x 2 + 5 x − 2 = 0

Once it is in standard form, we can factor and then set each factor equal to zero.

                ( 3 x − 1 ) ( x + 2 ) = 0 3 x − 1 = 0               or           x + 2 = 0               3 x = 1                                                 x = − 2                     x = 1 3

Answer: The solutions are 1 3 and −2.

Finding Roots of Functions

Recall that any polynomial with one variable is a function and can be written in the form,

f ( x ) = a n x n + a n − 1 x n − 1 + ⋯ + a 1 x + a 0

A root A value in the domain of a function that results in zero. of a function is a value in the domain that results in zero. In other words, the roots occur when the function is equal to zero, f ( x ) = 0 .

Find the roots: f ( x ) = ( x + 2 ) 2 − 4 .

To find roots we set the function equal to zero and solve.

f ( x ) = 0 ( x + 2 ) 2 − 4 = 0 x 2 + 4 x + 4 − 4 = 0 x 2 + 4 x = 0 x ( x + 4 ) = 0

Next, set each factor equal to zero and solve.

x = 0   or     x + 4 = 0 x = − 4

We can show that these x -values are roots by evaluating.

f ( 0 ) = ( 0 + 2 ) 2 − 4         f ( − 4 ) = ( − 4 + 2 ) 2 − 4 = 4 − 4   = ( − 2 ) 2 − 4 = 0         ✓ = 4 − 4 = 0         ✓

Answer: The roots are 0 and −4.

If we graph the function in the previous example we will see that the roots correspond to the x -intercepts of the function. Here the function f is a basic parabola shifted 2 units to the left and 4 units down.

solves problems involving factors of polynomials

Find the roots: f ( x ) = x 4 − 5 x 2 + 4 .

f ( x ) = 0 x 4 − 5 x 2 + 4 = 0 ( x 2 − 1 ) ( x 2 − 4 ) = 0 ( x + 1 ) ( x − 1 ) ( x + 2 ) ( x − 2 ) = 0

x + 1 = 0         or         x − 1 = 0         or         x + 2 = 0         or         x − 2 = 0 x = − 1 x = 1 x = − 2 x = 2

Answer: The roots are −1, 1, −2, and 2.

Graphing the previous function is not within the scope of this course. However, the graph is provided below:

solves problems involving factors of polynomials

Notice that the degree of the polynomial is 4 and we obtained four roots. In general, for any polynomial function with one variable of degree n , the fundamental theorem of algebra Guarantees that there will be as many (or fewer) roots to a polynomial function with one variable as its degree. guarantees n real roots or fewer. We have seen that many polynomials do not factor. This does not imply that functions involving these unfactorable polynomials do not have real roots. In fact, many polynomial functions that do not factor do have real solutions. We will learn how to find these types of roots as we continue in our study of algebra.

Find the roots: f ( x ) = − x 2 + 10 x − 25 .

f ( x ) = 0 − x 2 + 10 x − 25 = 0 − ( x 2 − 10 x + 25 ) = 0 − ( x − 5 ) ( x − 5 ) = 0

Next, set each variable factor equal to zero and solve.

x − 5 = 0 or x − 5 = 0 = 5 x = 5

A solution that is repeated twice is called a double root A root that is repeated twice. . In this case, there is only one solution.

Answer: The root is 5.

The previous example shows that a function of degree 2 can have one root. From the factoring step, we see that the function can be written

f ( x ) = − ( x − 5 ) 2

In this form, we can see a reflection about the x -axis and a shift to the right 5 units. The vertex is the x -intercept, illustrating the fact that there is only one root.

solves problems involving factors of polynomials

Try this! Find the roots of f ( x ) = x 3 + 3 x 2 − x − 3 .

Answer: ±1, −3

Assuming dry road conditions and average reaction times, the safe stopping distance in feet is given by d ( x ) = 1 20 x 2 + x , where x represents the speed of the car in miles per hour. Determine the safe speed of the car if you expect to stop in 40 feet.

We are asked to find the speed x where the safe stopping distance d ( x ) = 40 feet.

d ( x ) = 40 1 20 x 2 + x = 40

To solve for x , rewrite the resulting equation in standard form. In this case, we will first multiply both sides by 20 to clear the fraction.

20 ( 1 20 x 2 + x ) = 20 ( 40 ) x 2 + 20 x = 800 x 2 + 20 x − 800 = 0

Next factor and then set each factor equal to zero.

x 2 + 20 x − 800 = 0 ( x + 40 ) ( x − 20 ) = 0 x + 40 = 0 o r x − 20 = 0 x = − 40 x = 20

The negative answer does not make sense in the context of this problem. Consider x = 20 miles per hour to be the only solution.

Answer: 20 miles per hour

Finding Equations with Given Solutions

We can use the zero-product property to find equations, given the solutions. To do this, the steps for solving by factoring are performed in reverse.

Find a quadratic equation with integer coefficients, given solutions − 3 2 and 1 3 .

Given the solutions, we can determine two linear factors. To avoid fractional coefficients, we first clear the fractions by multiplying both sides by the denominator.

x = − 3 2 or x = 1 3 2 x = − 3 3 x = 1 2 x + 3 = 0 3 x − 1 = 0

The product of these linear factors is equal to zero when x = − 3 2 or x = 1 3 .

( 2 x + 3 ) ( 3 x − 1 ) = 0

Multiply the binomials and present the equation in standard form.

6 x 2 − 2 x + 9 x − 3 = 0 6 x 2 + 7 x − 3 = 0

We may check our equation by substituting the given answers to see if we obtain a true statement. Also, the equation found above is not unique and so the check becomes essential when our equation looks different from someone else’s. This is left as an exercise.

Answer: 6 x 2 + 7 x − 3 = 0

Find a polynomial function with real roots 1, −2, and 2.

Given solutions to f ( x ) = 0 we can find linear factors.

x = 1 or x = − 2 or x = 2 x − 1 = 0 x + 2 = 0 x − 2 = 0

Apply the zero-product property and multiply.

( x − 1 ) ( x + 2 ) ( x − 2 ) = 0 ( x − 1 ) ( x 2 − 4 ) = 0 x 3 − 4 x − x 2 + 4 = 0 x 3 − x 2 − 4 x + 4 = 0

Answer: f ( x ) = x 3 − x 2 − 4 x + 4

Try this! Find a polynomial equation with integer coefficients, given solutions 1 2 and − 3 4 .

Answer: 8 x 2 + 2 x − 3 = 0

Key Takeaways

  • Factoring and the zero-product property allow us to solve equations.
  • To solve a polynomial equation, first write it in standard form. Once it is equal to zero, factor it and then set each variable factor equal to zero. The solutions to the resulting equations are the solutions to the original.
  • Not all polynomial equations can be solved by factoring. We will learn how to solve polynomial equations that do not factor later in the course.
  • A polynomial function can have at most a number of real roots equal to its degree. To find roots of a function, set it equal to zero and solve.
  • To find a polynomial equation with given solutions, perform the process of solving by factoring in reverse.

Topic Exercises

Part a: general factoring.

Factor completely.

50 x 2 − 18

12 x 3 − 3 x

10 x 3 + 65 x 2 − 35 x

15 x 4 + 7 x 3 − 4 x 2

6 a 4 b − 15 a 3 b 2 − 9 a 2 b 3

8 a 3 b − 44 a 2 b 2 + 20 a b 3

36 x 4 − 72 x 3 − 4 x 2 + 8 x

20 x 4 + 60 x 3 − 5 x 2 − 15 x

3 x 5 + 2 x 4 − 12 x 3 − 8 x 2

10 x 5 − 4 x 4 − 90 x 3 + 36 x 2

x 4 − 23 x 2 − 50

2 x 4 − 31 x 2 − 16

− 2 x 5 − 6 x 3 + 8 x

− 36 x 5 + 69 x 3 + 27 x

54 x 5 − 78 x 3 + 24 x

4 x 6 − 65 x 4 + 16 x 2

x 6 − 7 x 3 − 8

x 6 − 25 x 3 − 54

3 x 6 + 4 x 3 + 1

27 x 6 − 28 x 3 + 1

Part B: Solving Polynomial Equations by Factoring

( 6 x − 5 ) ( x + 7 ) = 0

( x + 9 ) ( 3 x − 8 ) = 0

5 x ( 2 x − 5 ) ( 3 x + 1 ) = 0

4 x ( 5 x − 1 ) ( 2 x + 3 ) = 0

( x − 1 ) ( 2 x + 1 ) ( 3 x − 5 ) = 0

( x + 6 ) ( 5 x − 2 ) ( 2 x + 9 ) = 0

( x + 4 ) ( x − 2 ) = 16

( x + 1 ) ( x − 7 ) = 9

( 6 x + 1 ) ( x + 1 ) = 6

( 2 x − 1 ) ( x − 4 ) = 39

x 2 − 15 x + 50 = 0

x 2 + 10 x − 24 = 0

3 x 2 + 2 x − 5 = 0

2 x 2 + 9 x + 7 = 0

1 10 x 2 − 7 15 x − 1 6 = 0

1 4 − 4 9 x 2 = 0

6 x 2 − 5 x − 2 = 30 x + 4

6 x 2 − 9 x + 15 = 20 x − 13

5 x 2 − 23 x + 12 = 4 ( 5 x − 3 )

4 x 2 + 5 x − 5 = 15 ( 3 − 2 x )

( x + 6 ) ( x − 10 ) = 4 ( x − 18 )

( x + 4 ) ( x − 6 ) = 2 ( x + 4 )

4 x 3 − 14 x 2 − 30 x = 0

9 x 3 + 48 x 2 − 36 x = 0

1 3 x 3 − 3 4 x = 0

1 2 x 3 − 1 50 x = 0

− 10 x 3 − 28 x 2 + 48 x = 0

− 2 x 3 + 15 x 2 + 50 x = 0

2 x 3 − x 2 − 72 x + 36 = 0

4 x 3 − 32 x 2 − 9 x + 72 = 0

45 x 3 − 9 x 2 − 5 x + 1 = 0

x 3 − 3 x 2 − x + 3 = 0

x 4 − 5 x 2 + 4 = 0

4 x 4 − 37 x 2 + 9 = 0

Find the roots of the given functions.

f ( x ) = x 2 + 10 x − 24

f ( x ) = x 2 − 14 x + 48

f ( x ) = − 2 x 2 + 7 x + 4

f ( x ) = − 3 x 2 + 14 x + 5

f ( x ) = 16 x 2 − 40 x + 25

f ( x ) = 9 x 2 − 12 x + 4

g ( x ) = 8 x 2 + 3 x

g ( x ) = 5 x 2 − 30 x

p ( x ) = 64 x 2 − 1

q ( x ) = 4 x 2 − 121

f ( x ) = 1 5 x 3 − 1 x 2 − 1 20 x + 1 4

f ( x ) = 1 3 x 3 + 1 2 x 2 − 4 3 x − 2

g ( x ) = x 4 − 13 x 2 + 36

g ( x ) = 4 x 4 − 13 x 2 + 9

f ( x ) = ( x + 5 ) 2 − 1

g ( x ) = − ( x + 5 ) 2 + 9

f ( x ) = − ( 3 x − 5 ) 2

g ( x ) = − ( x + 2 ) 2 + 4

Given the graph of a function, determine the real roots.

solves problems involving factors of polynomials

The sides of a square measure x − 2 units. If the area is 36 square units, then find x .

The sides of a right triangle have lengths that are consecutive even integers. Find the lengths of each side. (Hint: Apply the Pythagorean theorem)

The profit in dollars generated by producing and selling n bicycles per week is given by the formula P ( n ) = − 5 n 2 + 400 n − 6000 . How many bicycles must be produced and sold to break even?

The height in feet of an object dropped from the top of a 64-foot building is given by h ( t ) = − 16 t 2 + 64 where t represents the time in seconds after it is dropped. How long will it take to hit the ground?

A box can be made by cutting out the corners and folding up the edges of a square sheet of cardboard. A template for a cardboard box of height 2 inches is given.

solves problems involving factors of polynomials

What is the length of each side of the cardboard sheet if the volume of the box is to be 98 cubic inches?

The height of a triangle is 4 centimeters less than twice the length of its base. If the total area of the triangle is 48 square centimeters, then find the lengths of the base and height.

A uniform border is to be placed around an 8 × 10 inch picture.

solves problems involving factors of polynomials

If the total area including the border must be 168 square inches, then how wide should the border be?

The area of a picture frame including a 3-inch wide border is 120 square inches.

solves problems involving factors of polynomials

If the width of the inner area is 2 inches less than its length, then find the dimensions of the inner area.

Assuming dry road conditions and average reaction times, the safe stopping distance in feet is given by d ( x ) = 1 20 x 2 + x where x represents the speed of the car in miles per hour. Determine the safe speed of the car if you expect to stop in 75 feet.

A manufacturing company has determined that the daily revenue in thousands of dollars is given by the formula R ( n ) = 12 n − 0.6 n 2 where n represents the number of palettes of product sold ( 0 ≤ n < 20 ) . Determine the number of palettes sold in a day if the revenue was 45 thousand dollars.

Part C: Finding Equations with Given Solutions

Find a polynomial equation with the given solutions.

Find a function with the given roots.

2 5 , − 1 3

5 double root

−3 double root

Recall that if | X | = p , then X = − p or X = p . Use this to solve the following absolute value equations.

| x 2 − 8 | = 8

| 2 x 2 − 9 | = 9

| x 2 − 2 x − 1 | = 2

| x 2 − 8 x + 14 | = 2

| 2 x 2 − 4 x − 7 | = 9

| x 2 − 3 x − 9 | = 9

Part D: Discussion Board

Explain to a beginning algebra student the difference between an equation and an expression.

What is the difference between a root and an x -intercept? Explain.

Create a function with three real roots of your choosing. Graph it with a graphing utility and verify your results. Share your function on the discussion board.

Research and discuss the fundamental theorem of algebra.

2 ( 5 x + 3 ) ( 5 x − 3 )

5 x ( x + 7 ) ( 2 x − 1 )

3 a 2 b ( 2 a + b ) ( a − 3 b )

4 x ( x − 2 ) ( 3 x + 1 ) ( 3 x − 1 )

x 2 ( 3 x + 2 ) ( x + 2 ) ( x − 2 )

( x 2 + 2 ) ( x + 5 ) ( x − 5 )

  • − 2 x ( x 2 + 4 ) ( x − 1 ) ( x + 1 )

6 x ( x + 1 ) ( x − 1 ) ( 3 x + 2 ) ( 3 x − 2 )

( x + 1 ) ( x 2 − x + 1 ) ( x − 2 ) ( x 2 + 2 x + 4 )

( 3 x 3 + 1 ) ( x + 1 ) ( x 2 − x + 1 )

0, 5 2 , − 1 3

− 1 2 , 1, 5 3

− 5 3 , 1 2

0, − 3 2 , 5

± 1 3 , 1 5

−3, −1, 0, 2

20 or 60 bicycles

30 miles per hour

x 2 − 2 x − 15 = 0

3 x 2 − 7 x + 2 = 0

x 2 + 4 x = 0

x 2 − 49 = 0

x 3 − x 2 − 9 x + 9 = 0

f ( x ) = 6 x 2 − 7 x + 2

f ( x ) = 16 x 2 − 9

f ( x ) = x 2 − 10 x + 25

f ( x ) = x 3 − 2 x 2 − 3 x

Answer may vary

  • PRO Courses Guides New Tech Help Pro Expert Videos About wikiHow Pro Upgrade Sign In
  • EDIT Edit this Article
  • EXPLORE Tech Help Pro About Us Random Article Quizzes Request a New Article Community Dashboard This Or That Game Popular Categories Arts and Entertainment Artwork Books Movies Computers and Electronics Computers Phone Skills Technology Hacks Health Men's Health Mental Health Women's Health Relationships Dating Love Relationship Issues Hobbies and Crafts Crafts Drawing Games Education & Communication Communication Skills Personal Development Studying Personal Care and Style Fashion Hair Care Personal Hygiene Youth Personal Care School Stuff Dating All Categories Arts and Entertainment Finance and Business Home and Garden Relationship Quizzes Cars & Other Vehicles Food and Entertaining Personal Care and Style Sports and Fitness Computers and Electronics Health Pets and Animals Travel Education & Communication Hobbies and Crafts Philosophy and Religion Work World Family Life Holidays and Traditions Relationships Youth
  • Browse Articles
  • Learn Something New
  • Quizzes Hot
  • This Or That Game
  • Train Your Brain
  • Explore More
  • Support wikiHow
  • About wikiHow
  • Log in / Sign up
  • Education and Communications
  • Mathematics

How to Solve Polynomials

Last Updated: January 22, 2024 Fact Checked

This article was co-authored by David Jia . David Jia is an Academic Tutor and the Founder of LA Math Tutoring, a private tutoring company based in Los Angeles, California. With over 10 years of teaching experience, David works with students of all ages and grades in various subjects, as well as college admissions counseling and test preparation for the SAT, ACT, ISEE, and more. After attaining a perfect 800 math score and a 690 English score on the SAT, David was awarded the Dickinson Scholarship from the University of Miami, where he graduated with a Bachelor’s degree in Business Administration. Additionally, David has worked as an instructor for online videos for textbook companies such as Larson Texts, Big Ideas Learning, and Big Ideas Math. There are 12 references cited in this article, which can be found at the bottom of the page. This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources. This article has been viewed 341,977 times.

A polynomial is an expression made up of adding and subtracting terms. A terms can consist of constants, coefficients, and variables. When solving polynomials, you usually trying to figure out for which x-values y=0. Lower-degree polynomials will have zero, one or two real solutions, depending on whether they are linear polynomials or quadratic polynomials. These types of polynomials can be easily solved using basic algebra and factoring methods. For help solving polynomials of a higher degree, read Solve Higher Degree Polynomials .

Solving a Linear Polynomial

Step 1 Determine whether you have a linear polynomial.

Solving a Quadratic Polynomial

Step 1 Determine whether you have a quadratic polynomial.

Community Q&A

Donagan

  • Remember the order of operations while you work -- First work in the parenthesis, then do the multiplication and division, and finally do the addition and subtraction. [17] X Research source Thanks Helpful 0 Not Helpful 0
  • Don't fret if you get different variables, like t, or if you see an equation set to f(x) instead of 0. If the question wants roots, zeros, or factors, just treat it like any other problem. Thanks Helpful 3 Not Helpful 3

solves problems involving factors of polynomials

You Might Also Like

Differentiate Polynomials

  • ↑ https://www.cuemath.com/algebra/linear-polynomial/
  • ↑ https://www.math.utah.edu/~wortman/1050-text-calp.pdf
  • ↑ https://www.mathsisfun.com/algebra/polynomials-solving.html
  • ↑ David Jia. Academic Tutor. Expert Interview. 7 January 2021.
  • ↑ http://www.mathwords.com/c/constant.htm
  • ↑ https://www.cuemath.com/algebra/factorization-of-quadratic-polynomials/
  • ↑ http://www.themathpage.com/aprecalc/quadratic-equation.htm#double
  • ↑ https://www.math.utah.edu/~wortman/1050-text-qp.pdf
  • ↑ https://www.khanacademy.org/math/algebra/quadratics/solving-quadratic-equations-by-factoring/v/example-1-solving-a-quadratic-equation-by-factoring
  • ↑ https://www.khanacademy.org/math/algebra/x2f8bb11595b61c86:quadratics-multiplying-factoring/x2f8bb11595b61c86:factor-quadratics-grouping/a/factoring-by-grouping
  • ↑ https://content.byui.edu/file/b8b83119-9acc-4a7b-bc84-efacf9043998/1/Math-1-6-1.html

About This Article

David Jia

To solve a linear polynomial, set the equation to equal zero, then isolate and solve for the variable. A linear polynomial will have only one answer. If you need to solve a quadratic polynomial, write the equation in order of the highest degree to the lowest, then set the equation to equal zero. Rewrite the expression as a 4-term expression and factor the equation by grouping. Rewrite the polynomial as 2 binomials and solve each one. If you want to learn how to simplify and solve your terms in a polynomial equation, keep reading the article! Did this summary help you? Yes No

  • Send fan mail to authors

Reader Success Stories

Shruti Pawar

Shruti Pawar

Feb 24, 2017

Did this article help you?

Sharlene Del Rosario

Sharlene Del Rosario

Oct 15, 2018

Inderveer Singh

Inderveer Singh

Jul 4, 2017

Anonymous

Jan 3, 2018

Kara Woods

Sep 14, 2022

Am I a Narcissist or an Empath Quiz

Featured Articles

Take Better Care of Yourself

Trending Articles

Confront a Cheater

Watch Articles

Make Sugar Cookies

  • Terms of Use
  • Privacy Policy
  • Do Not Sell or Share My Info
  • Not Selling Info

Don’t miss out! Sign up for

wikiHow’s newsletter

IMAGES

  1. Solving Word Problems Involving Factors of Polynomials

    solves problems involving factors of polynomials

  2. Problem solving involving polynomial functions

    solves problems involving factors of polynomials

  3. How to Factor Polynomials (Step-by-Step)

    solves problems involving factors of polynomials

  4. Using the Factor Theorem in Finding the Factors of Polynomials (With

    solves problems involving factors of polynomials

  5. Grade 8 Week 2 Solving Problems Involving Factors of Polynomials

    solves problems involving factors of polynomials

  6. Math 8 1st Quarter Solving Problems Involving Factors of Polynomials Part 2

    solves problems involving factors of polynomials

VIDEO

  1. Math 8

  2. Solve Polynomial Equations

  3. Polynomials

  4. Grade 8 Week 2 Solving Problems Involving Factors of Polynomials

  5. 24

  6. Math 8 1st Quarter Solving Problems Involving Factors of Polynomials Part 2

COMMENTS

  1. PDF Quarter 1 Module 2 Solving Problems Involving Factors of Polynomials

    Lesson 1- Solving Problems Involving Factors of Polynomials After going through this module, you are expected to: 1. recall the different techniques of factoring polynomials; 2. apply the concept of factoring in solving related problems; and 3. describe the importance of understanding factoring and its application to real-life;

  2. 4.4: Solve Polynomial Equations by Factoring

    Solving Polynomial Equations by Factoring. In this section, we will review a technique that can be used to solve certain polynomial equations. We begin with the zero-product property 20: \(a⋅b=0\) if and only if \(a=0\) or \(b=0\) The zero-product property is true for any number of factors that make up an equation.

  3. Polynomial expressions, equations, & functions

    Unit test. Test your understanding of Polynomial expressions, equations, & functions with these NaN questions. This topic covers: - Adding, subtracting, and multiplying polynomial expressions - Factoring polynomial expressions as the product of linear factors - Dividing polynomial expressions - Proving polynomials identities - Solving ...

  4. 1.4: Solving Polynomial Equations

    Polynomial equations of degree one are linear equations are of the form ax + b = c. We are now going to solve polynomial equations of degree two. A polynomial equation of degree two is called a quadratic equation. Listed below are some examples of quadratic equations: x2 + 5x + 6 = 0 3y2 + 4y = 10 64u2 − 81 = 0 n(n + 1) = 42.

  5. Solving Polynomials

    We may be able to solve using basic algebra: Example: 2x+1. 2x+1 is a linear polynomial: The graph of y = 2x+1 is a straight line. It is linear so there is one root. Use Algebra to solve: A "root" is when y is zero: 2x+1 = 0. Subtract 1 from both sides: 2x = −1. Divide both sides by 2: x = −1/2.

  6. Polynomial factorization

    Let's get equipped with a variety of key strategies for breaking down higher degree polynomials. From taking out common factors to using special products, we'll build a strong foundation to help us investigate polynomial functions and prove identities. ... Finite geometric series word problems Get 3 of 4 questions to level up! Quiz 3. Level up ...

  7. Solve Polynomial Equations by Factoring

    Solving Polynomial Equations by Factoring. In this section, we will review a technique that can be used to solve certain polynomial equations. We begin with the zero-product property A product is equal to zero if and only if at least one of the factors is zero.. a ⋅ b = 0 if and only if a = 0 or b = 0. The zero-product property is true for any number of factors that make up an equation.

  8. Polynomial word problem: area of a window (video)

    Polynomial word problem: rectangle and circle area. Polynomial word problem: total value of bills. ... You can solve this if you use FOIL. First, you have to multiply- 8 * -4, which equals 32, ... The FOIL method is just an easy way to remember what you are doing to multiply factors. For instance if you have (x+2)(3x+7) you would ...

  9. How to Solve Polynomials: 13 Steps (with Pictures)

    2. Make sure the polynomial is written in order of degree. This means that the term with the exponent of is listed first, followed by the first-degree term, followed by the constant. [9] For example, you would rewrite as . 3. Set the equation to equal zero. This is a necessary step for solving all polynomials.

  10. 6.5: Polynomial Equations

    How to use a problem solving strategy to solve word problems. Read the problem. Make sure all the words and ideas are understood. Identify what we are looking for. Name what we are looking for. Choose a variable to represent that quantity. Translate into an equation. It may be helpful to restate the problem in one sentence with all the ...

  11. PDF 7.4 Factor and Solving Polynomial Equations Student

    The Bust-o-Brust is to be made from 250 cubic inches of clay in the shape of a rectangular prism (see # 3b above). The height and the width of the prism each have to be 5 inches less than the length. Draw a picture and solve a polynomial equation to find the dimensions of the prism. 4.

  12. Factoring Polynomials: Problems with Solutions

    Factoring Polynomials: Problems with Solutions By Catalin David. Problem 1. Factor xy + 2x + y + 2=

  13. CK12-Foundation

    Learn how to solve problems by factoring quadratic expressions and equations with CK-12 Algebra I Concepts. This lesson covers the zero product property, the difference of squares, and the quadratic formula.

  14. Grade 8 Math Q1 Ep4: Solving Problems Involving Factors of Polynomials

    Grade 8 MathQuarter 1Episode 4 : Solving Problems Involving Factors of PolynomialsTeacher : Joshua Salazar

  15. PDF Quarter 1 Module 2 Solving Problems Involving Factors of Polynomials

    Solution: Step 1: Recall that the area of a rectangle can be found by multiplying the length ( ) and the width ( ). In symbols, 𝐴 = ( 𝑔ℎ)(𝑖 Pℎ) K N 𝐴 = H T S Step 2: Substitute the values given in the problem to the formula in finding the area of the rectangle where Area =180 I2.

  16. Solving Problems by Factoring ( Read )

    Apply quadratic factoring techniques to solve real-world problems. Click Create Assignment to assign this modality to your LMS. We have a new and improved read on this topic.

  17. Solving Problems Involving Factors of Polynomials (English-Tagalog

    Hello my grade 8 students! I provided samples of how to solve problems involving factors of polynomials ^_^

  18. Polynomial multiplication word problem (video)

    It's squared because you are multiplying 30x and 8x. When multiplying variables, you write the variable, (x), and add what powers that they are each to together, (x^1 times x^1).You will end up with x^2. Here is an example. x^3 times x^2. First, write the variable, (x), and then, add their powers together, (^3+^2)=^5.