SlideShare une entreprise Scribd logo
1  sur  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

Contenu connexe

Tendances

Simplifying Rational Expressions
Simplifying Rational ExpressionsSimplifying Rational Expressions
Simplifying Rational Expressions
BigMoneyAna
 
Multiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressionsMultiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressions
myla gambalan
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equations
kliegey524
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
Nara Cocarelli
 
Completing the square
Completing the squareCompleting the square
Completing the square
Ron Eick
 
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
jennoga08
 

Tendances (20)

Quadratic inequality
Quadratic inequalityQuadratic inequality
Quadratic inequality
 
Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
Simplifying Rational Expressions
Simplifying Rational ExpressionsSimplifying Rational Expressions
Simplifying Rational Expressions
 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
 
Multiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressionsMultiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressions
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equations
 
Factoring Techniques: Difference of Two Squares
Factoring Techniques: Difference of Two SquaresFactoring Techniques: Difference of Two Squares
Factoring Techniques: Difference of Two Squares
 
Polynomial equations
Polynomial equationsPolynomial equations
Polynomial equations
 
Nature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationNature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equation
 
Factoring Perfect Square Trinomial
Factoring Perfect Square TrinomialFactoring Perfect Square Trinomial
Factoring Perfect Square Trinomial
 
Factoring Trinomials
Factoring TrinomialsFactoring Trinomials
Factoring Trinomials
 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Rational Root Theorem
Rational Root TheoremRational Root Theorem
Rational Root Theorem
 
Graphing polynomial functions (Grade 10)
Graphing polynomial functions (Grade 10)Graphing polynomial functions (Grade 10)
Graphing polynomial functions (Grade 10)
 
Mathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic FunctionsMathematics 9 Lesson 3: Quadratic Functions
Mathematics 9 Lesson 3: Quadratic Functions
 
Completing the square
Completing the squareCompleting the square
Completing the square
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
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
 

En vedette (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
 

Similaire à 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 fall
jbianco9910
 
March 17, 2015
March 17, 2015March 17, 2015
March 17, 2015
khyps13
 
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
Science18
 
Factoring Polynomials (1).pptx
Factoring Polynomials (1).pptxFactoring Polynomials (1).pptx
Factoring Polynomials (1).pptx
MartiNBaccay2
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
NCVPS
 
Mathnasium Presentation (1)
Mathnasium Presentation (1)Mathnasium Presentation (1)
Mathnasium Presentation (1)
Muhammad Arslan
 
March 18, 2015
March 18, 2015March 18, 2015
March 18, 2015
khyps13
 
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
swartzje
 

Similaire à 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
 

Plus de itutor

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

Plus de 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
 

Dernier

Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
ssuserdda66b
 

Dernier (20)

SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptxSKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
SKILL OF INTRODUCING THE LESSON MICRO SKILLS.pptx
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Graduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - EnglishGraduate Outcomes Presentation Slides - English
Graduate Outcomes Presentation Slides - English
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdfVishram Singh - Textbook of Anatomy  Upper Limb and Thorax.. Volume 1 (1).pdf
Vishram Singh - Textbook of Anatomy Upper Limb and Thorax.. Volume 1 (1).pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 

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