SlideShare ist ein Scribd-Unternehmen logo
1 von 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

Weitere ähnliche Inhalte

Was ist angesagt?

Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping pptDoreen Mhizha
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two SquaresNara Cocarelli
 
Factoring general trinomials
Factoring general trinomialsFactoring general trinomials
Factoring general trinomialsGauben Malicsi
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomialscvaughn911
 
Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variablessheisirenebkm
 
Factoring Quadratic Trinomials
Factoring Quadratic TrinomialsFactoring Quadratic Trinomials
Factoring Quadratic TrinomialsRotsen Zuproc
 
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
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equationsswartzje
 
Factoring the greatest common monomial factor
Factoring the greatest common monomial factorFactoring the greatest common monomial factor
Factoring the greatest common monomial factorNara Cocarelli
 
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
 
Rational algebraic expressions
Rational algebraic expressionsRational algebraic expressions
Rational algebraic expressionsmyla gambalan
 
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
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomialsholmsted
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequalityBrian Mary
 

Was ist angesagt? (20)

Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping ppt
 
Slope of a Line
Slope of a LineSlope of a Line
Slope of a Line
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
 
Factoring general trinomials
Factoring general trinomialsFactoring general trinomials
Factoring general trinomials
 
Multiplying polynomials
Multiplying polynomialsMultiplying polynomials
Multiplying polynomials
 
Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variables
 
Factoring Quadratic Trinomials
Factoring Quadratic TrinomialsFactoring Quadratic Trinomials
Factoring Quadratic Trinomials
 
Mathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic FunctionsMathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic Functions
 
7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equations
 
Division Of Polynomials
Division Of PolynomialsDivision Of Polynomials
Division Of Polynomials
 
Factoring the greatest common monomial factor
Factoring the greatest common monomial factorFactoring the greatest common monomial factor
Factoring the greatest common monomial factor
 
Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
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
 
Rational algebraic expressions
Rational algebraic expressionsRational algebraic expressions
Rational algebraic expressions
 
Translating Expressions
Translating ExpressionsTranslating Expressions
Translating Expressions
 
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
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomials
 
Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequality
 

Andere mochten auch

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
 
Adding Polynomials
Adding PolynomialsAdding Polynomials
Adding Polynomialschulitt
 
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
 

Andere mochten auch (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
 
Adding Polynomials
Adding PolynomialsAdding Polynomials
Adding Polynomials
 
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
 

Ähnlich wie 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
 
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
 
G8 Math Q1- Week 1-2 Special Products and Factors (1).pptx
G8 Math Q1- Week 1-2 Special Products and Factors (1).pptxG8 Math Q1- Week 1-2 Special Products and Factors (1).pptx
G8 Math Q1- Week 1-2 Special Products and Factors (1).pptxCatherineGanLabaro
 

Ähnlich wie 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
 
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
 
G8 Math Q1- Week 1-2 Special Products and Factors (1).pptx
G8 Math Q1- Week 1-2 Special Products and Factors (1).pptxG8 Math Q1- Week 1-2 Special Products and Factors (1).pptx
G8 Math Q1- Week 1-2 Special Products and Factors (1).pptx
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3JemimahLaneBuaron
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsTechSoup
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpinRaunakKeshri1
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationnomboosow
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdfQucHHunhnh
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfJayanti Pande
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 

Kürzlich hochgeladen (20)

Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3Q4-W6-Restating Informational Text Grade 3
Q4-W6-Restating Informational Text Grade 3
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
Mattingly "AI & Prompt Design: Structured Data, Assistants, & RAG"
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Student login on Anyboli platform.helpin
Student login on Anyboli platform.helpinStudent login on Anyboli platform.helpin
Student login on Anyboli platform.helpin
 
Interactive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communicationInteractive Powerpoint_How to Master effective communication
Interactive Powerpoint_How to Master effective communication
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 

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