SlideShare a Scribd company logo
1 of 21
Polynomials
Factoring
T- 1-855-694-8886
Email- info@iTutor.com
By iTutor.com
Factors
 Factors (either numbers or polynomials)
– When an integer is written as a product of integers, each of
the integers in the product is a factor of the original
number.
– When a polynomial is written as a product of polynomials,
each of the polynomials in the product is a factor of the
original polynomial.
 Factoring – writing a polynomial as a product of
polynomials.
Greatest Common Factor
 The largest quantity that is a factor of all the integers
or polynomials involved.
Finding the GCF of a List of Integers or Terms
1) Prime factor the numbers.
2) Identify common prime factors.
3) Take the product of all common prime factors.
 If there are no common prime factors, GCF is 1.
 Find the GCF of each list of numbers
Example
1) 12 and 8
12 = 2 · 2 · 3
8 = 2 · 2 · 2
So the GCF is 2 · 2 = 4.
2) 7 and 20
7 = 1 · 7
20 = 2 · 2 · 5
There are no common prime factors so the GCF is 1.
3) 6, 8 and 46
6 = 2 · 3
8 = 2 · 2 · 2
46 = 2 · 23
So the GCF is 2.
4) 144, 256 and 300
144 = 2 · 2 · 2 · 3 · 3
256 = 2 · 2 · 2 · 2 · 2 · 2 · 2 · 2
300 = 2 · 2 · 3 · 5 · 5
So the GCF is 2 · 2 = 4.
Example
Find the GCF of each list of terms.
1) x3 and x7
x3 = x · x · x
x7 = x · x · x · x · x · x · x
So the GCF is x · x · x = x3
2) 6x5 and 4x3
6x5 = 2 · 3 · x · x · x · x · x
4x3 = 2 · 2 · x · x · x
So the GCF is 2 · x · x · x = 2x3
3) a3b2, a2b5 and a4b7
a3b2 = a · a · a · b · b
a2b5 = a · a · b · b · b · b · b
a4b7 = a · a · a · a · b · b · b · b · b · b · b
So the GCF is a · a · b · b = a2b2
Factoring Polynomials
(Factoring out the GCF)
 The first step in factoring a polynomial is to find the
GCF of all its terms.
 Then we write the polynomial as a product by
factoring out the GCF from all the terms.
 The remaining factors in each term will form a
polynomial.
Example
Factor out the GCF in each of the following polynomials.
1) 6x3 – 9x2 + 12x
= 3 · x · 2 · x2 – 3 · x · 3 · x + 3 · x · 4
= 3x(2x2 – 3x + 4)
2) 14x3y + 7x2y – 7xy
= 7 · x · y · 2 · x2 + 7 · x · y · x – 7 · x · y · 1
= 7xy(2x2 + x – 1)
Example
Factor out the GCF in each of the following polynomials.
1) 16x4 + 8x2 + 12x3
= 4 · x2 · 2 · 2 · x2 + 4 · x · x · 2 + 3 · x2 · x .4
= 4x2 (4x2 – 2 + 3x)
2) 21x3y + 14x2y – 7xy
= 7 · x · y · 3 · x2 + 7 · x · y · 2 · x – 7 · x · y · 1
= 7xy(3x2 + 2x – 1)
Remember that factoring out the GCF from the terms of a polynomial
should always be the first step in factoring a polynomial.
This will usually be followed by additional steps in the process.
Factor 90 + 15y2 – 18x – 3xy2.
90 + 15y2 – 18x – 3xy2 = 3(30 + 5y2 – 6x – xy2)
= 3(5 · 6 + 5 · y2 – 6 · x – x · y2)
= 3(5(6 + y2) – x (6 + y2))
= 3(6 + y2)(5 – x)
Example
Factoring Trinomials (x2 + bx + c)
 Recall by using the FOIL method that
F O I L
(x + 2)(x + 4) = x2 + 4x + 2x + 8
= x2 + 6x + 8
 To factor x2 + bx + c into (x + one #)(x + another #) ,
note that b is the sum of the two numbers and c is
the product of the two numbers.
 So we’ll be looking for 2 numbers whose product is
c and whose sum is b.
 Note: there are fewer choices for the product, so
that’s why we start there first.
Factor the polynomial x2 + 13x + 30.
Example Factor the polynomial x2 + 13x + 30.
Since our two numbers must have a product of 30 and
a sum of 13, the two numbers must both be positive.
Positive factors of 30 Sum of Factors
1, 30 31
2, 15 17
3, 10 13
Note, there are other factors, but once we find a pair
that works, we do not have to continue searching.
So,
x2 + 13x + 30 = x2 + 10x + 3x + 30
= x(x +10) + 3(x+10)
= (x + 3)(x + 10).
Example Factor the polynomial x2 – 11x + 24.
Since our two numbers must have a product of 24
and a sum of -11, the two numbers must both be
negative.
Negative factors of 24 Sum of Factors
– 1, – 24 – 25
– 2, – 12 – 14
– 3, – 8 – 11
So,
x2 – 11x + 24 = x2 - 8x - 3x + 24
= x(x - 8) - 3(x – 8)
= (x – 3)(x – 8).
Example Factor the polynomial x2 – 2x – 35.
Since our two numbers must have a product of – 35
and a sum of – 2, the two numbers will have to have
different signs.
Factors of – 35 Sum of Factors
– 1, 35 34
1, – 35 – 34
– 5, 7 2
5, – 7 – 2
So,
x2 – 2x – 35 = x2 + 5x – 7x – 35
= x(x + 5) – 7(x + 5)
= (x + 5)(x – 7).
Factoring Trinomials (ax2 + bx + c)
Returning to the FOIL method,
F O I L
(3x + 2)(x + 4) = 3x2 + 12x + 2x + 8
= 3x2 + 14x + 8
To factor ax2 + bx + c into (#1·x + #2)(#3·x + #4), note that
a is the product of the two first coefficients, c is the
product of the two last coefficients and b is the sum of
the products of the outside coefficients and inside
coefficients.
Note that b is the sum of 2 products, not just 2
numbers, as in the last section.
Example Factor the polynomial 25x2 + 20x + 4.
Possible factors of 25x2 are {x, 25x} or {5x, 5x}.
Possible factors of 4 are {1, 4} or {2, 2}.
We need to methodically try each pair of factors until
we find a combination that works, or exhaust all of
our possible pairs of factors.
Keep in mind that, because some of our pairs are not
identical factors, we may have to exchange some pairs
of factors and make 2 attempts before we can
definitely decide a particular pair of factors will not
work.
We will be looking for a combination that gives the sum
of the products of the outside terms and the inside
terms equal to 20x.
Factors
of 25x2
Resulting
Binomials
Product of
Outside Terms
Product of
Inside Terms
Sum of
Products
Factors
of 4
{x, 25x} {1, 4} (x + 1)(25x + 4) 4x 25x 29x
(x + 4)(25x + 1) x 100x 101x
{x, 25x} {2, 2} (x + 2)(25x + 2) 2x 50x 52x
{5x, 5x} {2, 2} (5x + 2)(5x + 2) 10x 10x 20x
Check the resulting factorization using the FOIL method.
(5x + 2)(5x + 2) =
= 25x2 + 10x + 10x + 4
5x(5x)
F
+ 5x(2)
O
+ 2(5x)
I
+ 2(2)
L
= 25x2 + 20x + 4
So our final answer when asked to factor 25x2 + 20x + 4
will be (5x + 2)(5x + 2) or (5x + 2)2.
Example
Factor the polynomial 21x2 – 41x + 10.
Possible factors of 21x2 are {x, 21x} or {3x, 7x}.
Since the middle term is negative, possible factors of
10 must both be negative: {-1, -10} or {-2, -5}.
We need to methodically try each pair of factors
until we find a combination that works, or exhaust all
of our possible pairs of factors.
We will be looking for a combination that gives the
sum of the products of the outside terms and the inside
terms equal to 41x.
Factors
of 21x2
Resulting
Binomials
Product of
Outside Terms
Product of
Inside Terms
Sum of
Products
Factors
of 10
{x, 21x} {1, 10} (x – 1)(21x – 10) –10x 21x – 31x
(x – 10)(21x – 1) –x 210x – 211x
{x, 21x} {2, 5} (x – 2)(21x – 5) –5x 42x – 47x
(x – 5)(21x – 2) –2x 105x – 107x
{3x, 7x} {1, 10} (3x – 1)(7x – 10) 30x 7x 37x
(3x – 10)(7x – 1) 3x 70x 73x
{3x, 7x} {2, 5} (3x – 2)(7x – 5) 15x 14x 29x
(3x – 5)(7x – 2) 6x 35x 41x
Check the resulting factorization using the FOIL method.
(3x – 5)(7x – 2) =
= 21x2 – 6x – 35x + 10
3x(7x)
F
+ 3x(-2)
O
- 5(7x)
I
- 5(-2)
L
= 21x2 – 41x + 10
So our final answer when asked to factor 21x2 – 41x + 10
will be (3x – 5)(7x – 2).
Factoring by Grouping
Factoring polynomials often involves additional
techniques after initially factoring out the GCF.
One technique is factoring by grouping.
Factor xy + y + 2x + 2 by grouping.
Notice that, although 1 is the GCF for all four
terms of the polynomial, the first 2 terms have a
GCF of y and the last 2 terms have a GCF of 2.
xy + y + 2x + 2 = x · y + 1 · y + 2 · x + 2 · 1
= y(x + 1) + 2(x + 1)
= (x + 1)(y + 2)
Example
Factoring a Four-Term Polynomial by Grouping
1) Arrange the terms so that the first two terms have a
common factor and the last two terms have a common
factor.
2) For each pair of terms, use the distributive property to
factor out the pair’s greatest common factor.
3) If there is now a common binomial factor, factor it out.
4) If there is no common binomial factor in step 3, begin
again, rearranging the terms differently.
 If no rearrangement leads to a common binomial
factor, the polynomial cannot be factored.
Example
1) x3 + 4x + x2 + 4 = x · x2 + x · 4 + 1 · x2 + 1 · 4
= x(x2 + 4) + 1(x2 + 4)
= (x2 + 4)(x + 1)
Factoring Perfect Square
 Recall that in our very first example in we attempted
to factor the polynomial 25x2 + 20x + 4.
 The result was (5x + 2)2, an example of a binomial
squared.
 Any trinomial that factors into a single binomial
squared is called a perfect square trinomial.
 In the last chapter we learned a shortcut for
squaring a binomial
– (a + b)2 = a2 + 2ab + b2
– (a – b)2 = a2 – 2ab + b2
 So if the first and last terms of our polynomial to be
factored are can be written as expressions squared,
and the middle term of our polynomial is twice the
product of those two expressions, then we can use
these two previous equations to easily factor the
polynomial.
– a2 + 2ab + b2 = (a + b)2
– a2 – 2ab + b2 = (a – b)2
Example
Factor the polynomial 16x2 – 8xy + y2.
Since the first term, 16x2, can be written
as (4x)2, and the last term, y2 is obviously a square,
we check the middle term.
8xy = 2(4x)(y)
(twice the product of the expressions that are squared to
get the first and last terms of the polynomial)
Therefore,
16x2 – 8xy + y2 = (4x – y)2.
Note: You can use FOIL method to verify that the factorization
for the polynomial is accurate.
Another shortcut for factoring a trinomial is when we
want to factor the difference of two squares.
a2 – b2 = (a + b)(a – b)
A binomial is the difference of two square if
1.both terms are squares and
2.the signs of the terms are different.
Difference of Two Squares
259 2
x
Perfect Squares?
A Difference?
))(( x3 x35 5
The End
Call us for more
Information:
www.iTutor.com
1-855-694-8886
Visit

More Related Content

What's hot

Factoring the greatest common monomial factor
Factoring the greatest common monomial factorFactoring the greatest common monomial factor
Factoring the greatest common monomial factorNara Cocarelli
 
Factoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factorFactoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factorLorie Jane Letada
 
Rational algebraic expressions
Rational algebraic expressionsRational algebraic expressions
Rational algebraic expressionsmyla gambalan
 
Adding and subtracting rational expressions
Adding and subtracting rational expressionsAdding and subtracting rational expressions
Adding and subtracting rational expressionsDawn Adams2
 
2/27/12 Special Factoring - Sum & Difference of Two Cubes
2/27/12 Special Factoring - Sum & Difference of Two Cubes2/27/12 Special Factoring - Sum & Difference of Two Cubes
2/27/12 Special Factoring - Sum & Difference of Two Cubesjennoga08
 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric meansDenmar Marasigan
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic EquationsCipriano De Leon
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variablemisey_margarette
 
Math 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesMath 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesCarlo Luna
 
Mathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic FunctionsMathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic FunctionsJuan Miguel Palero
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminantswartzje
 
Factoring general trinomials
Factoring general trinomialsFactoring general trinomials
Factoring general trinomialsGauben Malicsi
 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsFree Math Powerpoints
 

What's hot (20)

Factoring the greatest common monomial factor
Factoring the greatest common monomial factorFactoring the greatest common monomial factor
Factoring the greatest common monomial factor
 
Slope of a Line
Slope of a LineSlope of a Line
Slope of a Line
 
Rational Expressions
Rational ExpressionsRational Expressions
Rational Expressions
 
Factoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factorFactoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factor
 
Rational algebraic expressions
Rational algebraic expressionsRational algebraic expressions
Rational algebraic expressions
 
Adding and subtracting rational expressions
Adding and subtracting rational expressionsAdding and subtracting rational expressions
Adding and subtracting rational expressions
 
2/27/12 Special Factoring - Sum & Difference of Two Cubes
2/27/12 Special Factoring - Sum & Difference of Two Cubes2/27/12 Special Factoring - Sum & Difference of Two Cubes
2/27/12 Special Factoring - Sum & Difference of Two Cubes
 
Geometric sequences and geometric means
Geometric sequences and geometric meansGeometric sequences and geometric means
Geometric sequences and geometric means
 
Solving Quadratic Equations
Solving Quadratic EquationsSolving Quadratic Equations
Solving Quadratic Equations
 
Linear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One VariableLinear Equations and Inequalities in One Variable
Linear Equations and Inequalities in One Variable
 
Math 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two VariablesMath 8 - Linear Inequalities in Two Variables
Math 8 - Linear Inequalities in Two Variables
 
Factoring by grouping
Factoring by groupingFactoring by grouping
Factoring by grouping
 
Operations on Polynomials
Operations on PolynomialsOperations on Polynomials
Operations on Polynomials
 
Mathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic FunctionsMathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic Functions
 
Adding Integers Ppt
Adding Integers PptAdding Integers Ppt
Adding Integers Ppt
 
Quadratic Equation and discriminant
Quadratic Equation and discriminantQuadratic Equation and discriminant
Quadratic Equation and discriminant
 
Factoring general trinomials
Factoring general trinomialsFactoring general trinomials
Factoring general trinomials
 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic Expressions
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 

Viewers also liked

Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsjilllenz
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsNCVPS
 
Factoring and Box Method
Factoring and Box MethodFactoring and Box Method
Factoring and Box Methodswartzje
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsMark Ryder
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressionsManav Gupta
 
Trinomial Presentations from 802
Trinomial Presentations from 802Trinomial Presentations from 802
Trinomial Presentations from 802james.northrup
 
Le schéma narratif
Le schéma narratifLe schéma narratif
Le schéma narratifamayot
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoringShilpi Singh
 
March 12, 2015
March 12, 2015March 12, 2015
March 12, 2015khyps13
 
March 18, 2014
March 18, 2014March 18, 2014
March 18, 2014khyps13
 
Module 10 Topic 1 factoring gcf
Module 10 Topic 1   factoring gcfModule 10 Topic 1   factoring gcf
Module 10 Topic 1 factoring gcfLori Rapp
 
8th Alg - L8.2--March12
8th Alg - L8.2--March128th Alg - L8.2--March12
8th Alg - L8.2--March12jdurst65
 
Test 3 a study guide notes
Test 3 a study guide notesTest 3 a study guide notes
Test 3 a study guide notesmrstrementozzi
 
March 19, 2014
March 19, 2014March 19, 2014
March 19, 2014khyps13
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsbingotif
 
Addition and subtraction in polynomials
Addition and subtraction in polynomialsAddition and subtraction in polynomials
Addition and subtraction in polynomialssaidyein
 

Viewers also liked (20)

Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
factoring polynomials
factoring polynomialsfactoring polynomials
factoring polynomials
 
Factoring and Box Method
Factoring and Box MethodFactoring and Box Method
Factoring and Box Method
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Factoring
FactoringFactoring
Factoring
 
Algebraic expressions
Algebraic expressionsAlgebraic expressions
Algebraic expressions
 
Factoring
FactoringFactoring
Factoring
 
Trinomial Presentations from 802
Trinomial Presentations from 802Trinomial Presentations from 802
Trinomial Presentations from 802
 
Le schéma narratif
Le schéma narratifLe schéma narratif
Le schéma narratif
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoring
 
March 12, 2015
March 12, 2015March 12, 2015
March 12, 2015
 
March 18, 2014
March 18, 2014March 18, 2014
March 18, 2014
 
Module 10 Topic 1 factoring gcf
Module 10 Topic 1   factoring gcfModule 10 Topic 1   factoring gcf
Module 10 Topic 1 factoring gcf
 
8th Alg - L8.2--March12
8th Alg - L8.2--March128th Alg - L8.2--March12
8th Alg - L8.2--March12
 
Test 3 a study guide notes
Test 3 a study guide notesTest 3 a study guide notes
Test 3 a study guide notes
 
March 19, 2014
March 19, 2014March 19, 2014
March 19, 2014
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Addition and subtraction in polynomials
Addition and subtraction in polynomialsAddition and subtraction in polynomials
Addition and subtraction in polynomials
 

Similar to Factoring Polynomials

Math083 day 1 chapter 6 2013 fall
Math083 day 1 chapter 6 2013 fallMath083 day 1 chapter 6 2013 fall
Math083 day 1 chapter 6 2013 falljbianco9910
 
Lecture 03 factoring polynomials good one
Lecture 03 factoring polynomials good oneLecture 03 factoring polynomials good one
Lecture 03 factoring polynomials good oneHazel Joy Chong
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping pptDoreen Mhizha
 
ch13powerpoint.ppt
ch13powerpoint.pptch13powerpoint.ppt
ch13powerpoint.pptJasminNarag2
 
March 17, 2015
March 17, 2015March 17, 2015
March 17, 2015khyps13
 
factoring and the other ones polynomials2.ppt
factoring and the other ones polynomials2.pptfactoring and the other ones polynomials2.ppt
factoring and the other ones polynomials2.pptScience18
 
Factoring Polynomials (1).pptx
Factoring Polynomials (1).pptxFactoring Polynomials (1).pptx
Factoring Polynomials (1).pptxMartiNBaccay2
 
Algebra unit 8.8
Algebra unit 8.8Algebra unit 8.8
Algebra unit 8.8Mark Ryder
 
Solving by factoring remediation notes
Solving by factoring remediation notesSolving by factoring remediation notes
Solving by factoring remediation notesMichelle Barnhill
 
GR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial TechniquesGR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial Techniquesreginaatin
 
Polynomials with common monomial factors.pptx
Polynomials with common monomial factors.pptxPolynomials with common monomial factors.pptx
Polynomials with common monomial factors.pptxGeraldineArig2
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoringswartzje
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsNCVPS
 
Factoring with a gcf (1)
Factoring with a gcf (1)Factoring with a gcf (1)
Factoring with a gcf (1)laila_barrera
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)Muhammad Arslan
 
March 18, 2015
March 18, 2015March 18, 2015
March 18, 2015khyps13
 
Factoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and ErrorFactoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and Errorswartzje
 

Similar to Factoring Polynomials (20)

Math083 day 1 chapter 6 2013 fall
Math083 day 1 chapter 6 2013 fallMath083 day 1 chapter 6 2013 fall
Math083 day 1 chapter 6 2013 fall
 
Lecture 03 factoring polynomials good one
Lecture 03 factoring polynomials good oneLecture 03 factoring polynomials good one
Lecture 03 factoring polynomials good one
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping ppt
 
ch13powerpoint.ppt
ch13powerpoint.pptch13powerpoint.ppt
ch13powerpoint.ppt
 
March 17, 2015
March 17, 2015March 17, 2015
March 17, 2015
 
factoring and the other ones polynomials2.ppt
factoring and the other ones polynomials2.pptfactoring and the other ones polynomials2.ppt
factoring and the other ones polynomials2.ppt
 
Factoring Polynomials (1).pptx
Factoring Polynomials (1).pptxFactoring Polynomials (1).pptx
Factoring Polynomials (1).pptx
 
Algebra unit 8.8
Algebra unit 8.8Algebra unit 8.8
Algebra unit 8.8
 
Solving by factoring remediation notes
Solving by factoring remediation notesSolving by factoring remediation notes
Solving by factoring remediation notes
 
GR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial TechniquesGR 8 Math Powerpoint about Polynomial Techniques
GR 8 Math Powerpoint about Polynomial Techniques
 
EPCA_MODULE-2.pptx
EPCA_MODULE-2.pptxEPCA_MODULE-2.pptx
EPCA_MODULE-2.pptx
 
Polynomials with common monomial factors.pptx
Polynomials with common monomial factors.pptxPolynomials with common monomial factors.pptx
Polynomials with common monomial factors.pptx
 
Factoring
FactoringFactoring
Factoring
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoring
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Factoring with a gcf (1)
Factoring with a gcf (1)Factoring with a gcf (1)
Factoring with a gcf (1)
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)
 
March 18, 2015
March 18, 2015March 18, 2015
March 18, 2015
 
common monomial factor
 common monomial factor common monomial factor
common monomial factor
 
Factoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and ErrorFactoring 15.3 and 15.4 Grouping and Trial and Error
Factoring 15.3 and 15.4 Grouping and Trial and Error
 

More from itutor

Comparing Fractions
Comparing FractionsComparing Fractions
Comparing Fractionsitutor
 
Fractions
FractionsFractions
Fractionsitutor
 
Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilateralsitutor
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplicationitutor
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theoremitutor
 
Equation of Hyperbola
Equation of HyperbolaEquation of Hyperbola
Equation of Hyperbolaitutor
 
Equation of Strighjt lines
Equation of Strighjt linesEquation of Strighjt lines
Equation of Strighjt linesitutor
 
Evolution and Changes
Evolution and ChangesEvolution and Changes
Evolution and Changesitutor
 
Slops of the Straight lines
Slops of the Straight linesSlops of the Straight lines
Slops of the Straight linesitutor
 
Equations of Straight Lines
Equations of Straight LinesEquations of Straight Lines
Equations of Straight Linesitutor
 
Parabola
ParabolaParabola
Parabolaitutor
 
Ellipse
EllipseEllipse
Ellipseitutor
 
Periodic Relationships
Periodic RelationshipsPeriodic Relationships
Periodic Relationshipsitutor
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinantsitutor
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrixitutor
 
Living System
Living SystemLiving System
Living Systemitutor
 
Ecosystems- A Natural Balance
Ecosystems- A Natural BalanceEcosystems- A Natural Balance
Ecosystems- A Natural Balanceitutor
 
Ecosystems
EcosystemsEcosystems
Ecosystemsitutor
 
Gravitation
GravitationGravitation
Gravitationitutor
 
Home bound instruction presentation
Home bound instruction presentationHome bound instruction presentation
Home bound instruction presentationitutor
 

More from itutor (20)

Comparing Fractions
Comparing FractionsComparing Fractions
Comparing Fractions
 
Fractions
FractionsFractions
Fractions
 
Quadrilaterals
QuadrilateralsQuadrilaterals
Quadrilaterals
 
Properties of Addition & Multiplication
Properties of Addition & MultiplicationProperties of Addition & Multiplication
Properties of Addition & Multiplication
 
Binomial Theorem
Binomial TheoremBinomial Theorem
Binomial Theorem
 
Equation of Hyperbola
Equation of HyperbolaEquation of Hyperbola
Equation of Hyperbola
 
Equation of Strighjt lines
Equation of Strighjt linesEquation of Strighjt lines
Equation of Strighjt lines
 
Evolution and Changes
Evolution and ChangesEvolution and Changes
Evolution and Changes
 
Slops of the Straight lines
Slops of the Straight linesSlops of the Straight lines
Slops of the Straight lines
 
Equations of Straight Lines
Equations of Straight LinesEquations of Straight Lines
Equations of Straight Lines
 
Parabola
ParabolaParabola
Parabola
 
Ellipse
EllipseEllipse
Ellipse
 
Periodic Relationships
Periodic RelationshipsPeriodic Relationships
Periodic Relationships
 
Inverse Matrix & Determinants
Inverse Matrix & DeterminantsInverse Matrix & Determinants
Inverse Matrix & Determinants
 
Linear Algebra and Matrix
Linear Algebra and MatrixLinear Algebra and Matrix
Linear Algebra and Matrix
 
Living System
Living SystemLiving System
Living System
 
Ecosystems- A Natural Balance
Ecosystems- A Natural BalanceEcosystems- A Natural Balance
Ecosystems- A Natural Balance
 
Ecosystems
EcosystemsEcosystems
Ecosystems
 
Gravitation
GravitationGravitation
Gravitation
 
Home bound instruction presentation
Home bound instruction presentationHome bound instruction presentation
Home bound instruction presentation
 

Recently uploaded

Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptshraddhaparab530
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 

Recently uploaded (20)

Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptxYOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
YOUVE_GOT_EMAIL_PRELIMS_EL_DORADO_2024.pptx
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
Integumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.pptIntegumentary System SMP B. Pharm Sem I.ppt
Integumentary System SMP B. Pharm Sem I.ppt
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 

Factoring Polynomials

  • 2. Factors  Factors (either numbers or polynomials) – When an integer is written as a product of integers, each of the integers in the product is a factor of the original number. – When a polynomial is written as a product of polynomials, each of the polynomials in the product is a factor of the original polynomial.  Factoring – writing a polynomial as a product of polynomials. Greatest Common Factor  The largest quantity that is a factor of all the integers or polynomials involved. Finding the GCF of a List of Integers or Terms 1) Prime factor the numbers. 2) Identify common prime factors. 3) Take the product of all common prime factors.  If there are no common prime factors, GCF is 1.
  • 3.  Find the GCF of each list of numbers Example 1) 12 and 8 12 = 2 · 2 · 3 8 = 2 · 2 · 2 So the GCF is 2 · 2 = 4. 2) 7 and 20 7 = 1 · 7 20 = 2 · 2 · 5 There are no common prime factors so the GCF is 1. 3) 6, 8 and 46 6 = 2 · 3 8 = 2 · 2 · 2 46 = 2 · 23 So the GCF is 2. 4) 144, 256 and 300 144 = 2 · 2 · 2 · 3 · 3 256 = 2 · 2 · 2 · 2 · 2 · 2 · 2 · 2 300 = 2 · 2 · 3 · 5 · 5 So the GCF is 2 · 2 = 4.
  • 4. Example Find the GCF of each list of terms. 1) x3 and x7 x3 = x · x · x x7 = x · x · x · x · x · x · x So the GCF is x · x · x = x3 2) 6x5 and 4x3 6x5 = 2 · 3 · x · x · x · x · x 4x3 = 2 · 2 · x · x · x So the GCF is 2 · x · x · x = 2x3 3) a3b2, a2b5 and a4b7 a3b2 = a · a · a · b · b a2b5 = a · a · b · b · b · b · b a4b7 = a · a · a · a · b · b · b · b · b · b · b So the GCF is a · a · b · b = a2b2
  • 5. Factoring Polynomials (Factoring out the GCF)  The first step in factoring a polynomial is to find the GCF of all its terms.  Then we write the polynomial as a product by factoring out the GCF from all the terms.  The remaining factors in each term will form a polynomial. Example Factor out the GCF in each of the following polynomials. 1) 6x3 – 9x2 + 12x = 3 · x · 2 · x2 – 3 · x · 3 · x + 3 · x · 4 = 3x(2x2 – 3x + 4) 2) 14x3y + 7x2y – 7xy = 7 · x · y · 2 · x2 + 7 · x · y · x – 7 · x · y · 1 = 7xy(2x2 + x – 1)
  • 6. Example Factor out the GCF in each of the following polynomials. 1) 16x4 + 8x2 + 12x3 = 4 · x2 · 2 · 2 · x2 + 4 · x · x · 2 + 3 · x2 · x .4 = 4x2 (4x2 – 2 + 3x) 2) 21x3y + 14x2y – 7xy = 7 · x · y · 3 · x2 + 7 · x · y · 2 · x – 7 · x · y · 1 = 7xy(3x2 + 2x – 1) Remember that factoring out the GCF from the terms of a polynomial should always be the first step in factoring a polynomial. This will usually be followed by additional steps in the process. Factor 90 + 15y2 – 18x – 3xy2. 90 + 15y2 – 18x – 3xy2 = 3(30 + 5y2 – 6x – xy2) = 3(5 · 6 + 5 · y2 – 6 · x – x · y2) = 3(5(6 + y2) – x (6 + y2)) = 3(6 + y2)(5 – x) Example
  • 7. Factoring Trinomials (x2 + bx + c)  Recall by using the FOIL method that F O I L (x + 2)(x + 4) = x2 + 4x + 2x + 8 = x2 + 6x + 8  To factor x2 + bx + c into (x + one #)(x + another #) , note that b is the sum of the two numbers and c is the product of the two numbers.  So we’ll be looking for 2 numbers whose product is c and whose sum is b.  Note: there are fewer choices for the product, so that’s why we start there first. Factor the polynomial x2 + 13x + 30.
  • 8. Example Factor the polynomial x2 + 13x + 30. Since our two numbers must have a product of 30 and a sum of 13, the two numbers must both be positive. Positive factors of 30 Sum of Factors 1, 30 31 2, 15 17 3, 10 13 Note, there are other factors, but once we find a pair that works, we do not have to continue searching. So, x2 + 13x + 30 = x2 + 10x + 3x + 30 = x(x +10) + 3(x+10) = (x + 3)(x + 10).
  • 9. Example Factor the polynomial x2 – 11x + 24. Since our two numbers must have a product of 24 and a sum of -11, the two numbers must both be negative. Negative factors of 24 Sum of Factors – 1, – 24 – 25 – 2, – 12 – 14 – 3, – 8 – 11 So, x2 – 11x + 24 = x2 - 8x - 3x + 24 = x(x - 8) - 3(x – 8) = (x – 3)(x – 8).
  • 10. Example Factor the polynomial x2 – 2x – 35. Since our two numbers must have a product of – 35 and a sum of – 2, the two numbers will have to have different signs. Factors of – 35 Sum of Factors – 1, 35 34 1, – 35 – 34 – 5, 7 2 5, – 7 – 2 So, x2 – 2x – 35 = x2 + 5x – 7x – 35 = x(x + 5) – 7(x + 5) = (x + 5)(x – 7).
  • 11. Factoring Trinomials (ax2 + bx + c) Returning to the FOIL method, F O I L (3x + 2)(x + 4) = 3x2 + 12x + 2x + 8 = 3x2 + 14x + 8 To factor ax2 + bx + c into (#1·x + #2)(#3·x + #4), note that a is the product of the two first coefficients, c is the product of the two last coefficients and b is the sum of the products of the outside coefficients and inside coefficients. Note that b is the sum of 2 products, not just 2 numbers, as in the last section.
  • 12. Example Factor the polynomial 25x2 + 20x + 4. Possible factors of 25x2 are {x, 25x} or {5x, 5x}. Possible factors of 4 are {1, 4} or {2, 2}. We need to methodically try each pair of factors until we find a combination that works, or exhaust all of our possible pairs of factors. Keep in mind that, because some of our pairs are not identical factors, we may have to exchange some pairs of factors and make 2 attempts before we can definitely decide a particular pair of factors will not work. We will be looking for a combination that gives the sum of the products of the outside terms and the inside terms equal to 20x.
  • 13. Factors of 25x2 Resulting Binomials Product of Outside Terms Product of Inside Terms Sum of Products Factors of 4 {x, 25x} {1, 4} (x + 1)(25x + 4) 4x 25x 29x (x + 4)(25x + 1) x 100x 101x {x, 25x} {2, 2} (x + 2)(25x + 2) 2x 50x 52x {5x, 5x} {2, 2} (5x + 2)(5x + 2) 10x 10x 20x Check the resulting factorization using the FOIL method. (5x + 2)(5x + 2) = = 25x2 + 10x + 10x + 4 5x(5x) F + 5x(2) O + 2(5x) I + 2(2) L = 25x2 + 20x + 4 So our final answer when asked to factor 25x2 + 20x + 4 will be (5x + 2)(5x + 2) or (5x + 2)2.
  • 14. Example Factor the polynomial 21x2 – 41x + 10. Possible factors of 21x2 are {x, 21x} or {3x, 7x}. Since the middle term is negative, possible factors of 10 must both be negative: {-1, -10} or {-2, -5}. We need to methodically try each pair of factors until we find a combination that works, or exhaust all of our possible pairs of factors. We will be looking for a combination that gives the sum of the products of the outside terms and the inside terms equal to 41x.
  • 15. Factors of 21x2 Resulting Binomials Product of Outside Terms Product of Inside Terms Sum of Products Factors of 10 {x, 21x} {1, 10} (x – 1)(21x – 10) –10x 21x – 31x (x – 10)(21x – 1) –x 210x – 211x {x, 21x} {2, 5} (x – 2)(21x – 5) –5x 42x – 47x (x – 5)(21x – 2) –2x 105x – 107x {3x, 7x} {1, 10} (3x – 1)(7x – 10) 30x 7x 37x (3x – 10)(7x – 1) 3x 70x 73x {3x, 7x} {2, 5} (3x – 2)(7x – 5) 15x 14x 29x (3x – 5)(7x – 2) 6x 35x 41x Check the resulting factorization using the FOIL method. (3x – 5)(7x – 2) = = 21x2 – 6x – 35x + 10 3x(7x) F + 3x(-2) O - 5(7x) I - 5(-2) L = 21x2 – 41x + 10 So our final answer when asked to factor 21x2 – 41x + 10 will be (3x – 5)(7x – 2).
  • 16. Factoring by Grouping Factoring polynomials often involves additional techniques after initially factoring out the GCF. One technique is factoring by grouping. Factor xy + y + 2x + 2 by grouping. Notice that, although 1 is the GCF for all four terms of the polynomial, the first 2 terms have a GCF of y and the last 2 terms have a GCF of 2. xy + y + 2x + 2 = x · y + 1 · y + 2 · x + 2 · 1 = y(x + 1) + 2(x + 1) = (x + 1)(y + 2) Example
  • 17. Factoring a Four-Term Polynomial by Grouping 1) Arrange the terms so that the first two terms have a common factor and the last two terms have a common factor. 2) For each pair of terms, use the distributive property to factor out the pair’s greatest common factor. 3) If there is now a common binomial factor, factor it out. 4) If there is no common binomial factor in step 3, begin again, rearranging the terms differently.  If no rearrangement leads to a common binomial factor, the polynomial cannot be factored. Example 1) x3 + 4x + x2 + 4 = x · x2 + x · 4 + 1 · x2 + 1 · 4 = x(x2 + 4) + 1(x2 + 4) = (x2 + 4)(x + 1)
  • 18. Factoring Perfect Square  Recall that in our very first example in we attempted to factor the polynomial 25x2 + 20x + 4.  The result was (5x + 2)2, an example of a binomial squared.  Any trinomial that factors into a single binomial squared is called a perfect square trinomial.  In the last chapter we learned a shortcut for squaring a binomial – (a + b)2 = a2 + 2ab + b2 – (a – b)2 = a2 – 2ab + b2  So if the first and last terms of our polynomial to be factored are can be written as expressions squared, and the middle term of our polynomial is twice the product of those two expressions, then we can use these two previous equations to easily factor the polynomial.
  • 19. – a2 + 2ab + b2 = (a + b)2 – a2 – 2ab + b2 = (a – b)2 Example Factor the polynomial 16x2 – 8xy + y2. Since the first term, 16x2, can be written as (4x)2, and the last term, y2 is obviously a square, we check the middle term. 8xy = 2(4x)(y) (twice the product of the expressions that are squared to get the first and last terms of the polynomial) Therefore, 16x2 – 8xy + y2 = (4x – y)2. Note: You can use FOIL method to verify that the factorization for the polynomial is accurate.
  • 20. Another shortcut for factoring a trinomial is when we want to factor the difference of two squares. a2 – b2 = (a + b)(a – b) A binomial is the difference of two square if 1.both terms are squares and 2.the signs of the terms are different. Difference of Two Squares 259 2 x Perfect Squares? A Difference? ))(( x3 x35 5
  • 21. The End Call us for more Information: www.iTutor.com 1-855-694-8886 Visit