How can you find the GCF of two polynomials?

1 Answer
May 31, 2015

The greatest common factor of a couple of polynomials is similar in concept to the greatest common factor of a couple of integers.

The greatest common factor of a couple of integers is the largest integer which is a factor of both of the integers. One way of finding the GCF is to express the two integers as products of ascending primes, identify the common primes and multiply them together.

The greatest common factor of a couple of polynomials is the largest polynomial which is a factor of both of the polynomials. To find the GCF of two polynomials we can factor both of them, identify the common factors and multiply them together.

For example, consider the two polynomials:

#P(x) = 4x^3+24x^2+44x+24#
#Q(x) = 6x^3+42x^2+84x+48#

To find the GCF of #P(x)# and #Q(x)# first factorize them:

#P(x) = 2*2*(x+1)(x+2)(x+3)#
#Q(x) = 2*3*(x+1)(x+2)(x+4)#

Picking out the common factors and multiplying them:

#GCF(P(x), Q(x)) = 2*(x+1)(x+2) = 2(x^2+3x+2) = 2x^2+6x+4#