SlideShare a Scribd company logo
1 of 49
College Algebra
Fifth Edition
James Stewart  Lothar Redlin  Saleem Watson
PrerequisitesP
FactoringP.7
Factoring
We use the Distributive Property to expand
algebraic expressions.
We sometimes need to reverse this process
(again using the Distributive Property) by:
• Factoring an expression as a product
of simpler ones.
Factoring
For example, we can write:
• We say that x – 2 and x + 2 are factors
of x2
– 4.
2
4 ( 2)( 2)
Factoring
Expanding
x x x
→
− = − +
¬ 
Common Factors
Factoring
The easiest type of factoring
occurs when:
• The terms have a common factor.
E.g. 1—Factoring Out Common Factors
Factor each expression.
(a) 3x2
– 6x
(b) 8x4
y2
+ 6x3
y3
– 2xy4
E.g. 1—Common Factors
The greatest common factor of the terms
3x2
and –6x is 3x.
So, we have:
3x2
– 6x = 3x(x – 2)
Example (a)
E.g. 1—Common Factors
We note that:
• 8, 6, and –2 have the greatest common
factor 2.
• x4
, x3
, and x have the greatest common
factor x.
• y2
, y3
, and y4
have the greatest common
factor y2
.
Example (b)
E.g. 1—Common Factors
So, the greatest common factor of the three
terms in the polynomial is 2xy2
.
Thus, we have:
8x4
y2
+ 6x3
y3
– 2xy4
= (2xy2
)(4x3
) + (2xy2
)(3x2
y)
+ (2xy2
)(–y2
)
= 2xy2
(4x3
+ 3x2
y – y2
)
Example (b)
E.g. 2—Factoring Out a Common Factor
Factor :
(2x + 4)(x – 3) – 5(x – 3)
E.g. 2—Factoring Out a Common Factor
The two terms have the common factor x – 3.
(2x + 4)(x – 3) – 5(x – 3)
= [(2x + 4) – 5](x – 3) (Distributive Property)
= (2x – 1)(x – 3) (Simplify)
Factoring Trinomials
Factoring x2
+ bx + c
In order to factor a trinomial of the form
x2
+ bx + c, we note that:
(x + r)(x + s) = x2
+ (r + s)x + rs
• So, we need to choose numbers r and s
so that r + s = b and rs = c.
E.g. 3—Factoring x2
+ bx + c by Trial and Error
Factor: x2
+ 7x + 12
• We need to find two integers whose product is 12
and whose sum is 7.
• By trial and error, we find that they are 3 and 4.
• Thus, the factorization is:
x2
+ 7x + 12 = (x + 3)(x + 4)
Factoring ax2
+ bx + c
To factor a trinomial of the form ax2
+ bx + c
with a ≠ 1, we look for factors of the form
px + r and qx + s:
ax2
+ bx + c = (px + r)(qx + s)
= pqx2
+ (ps + qr)x + rs
Factoring ax2
+ bx + c
Thus, we try to find numbers p, q, r, and s
such that:
pq = a rs = c ps + qr = b
• If these numbers are all integers, then we will
have a limited number of possibilities to try for
p, q, r, and s.
E.g. 4—Factoring ax2
+ bx + c by Trial and Error
Factor: 6x2
+ 7x – 5
• We can factor:
6 as 6 ∙ 1 or 3 ∙ 2
–5 as –25 ∙ 1 or –5 ∙ (–1)
• By trying these possibilities, we arrive at
the factorization
6x2
+ 7x – 5 = (3x + 5)(2x – 1)
E.g. 5—Recognizing the Form of an Expression
Factor each expression.
(a) x2
– 2x – 3
(b) (5a + 1)2
– 2(5a + 1) – 3
E.g. 5—Recognizing the Form
x2
– 2x – 3
= (x – 3)(x + 1) (Trial and error)
Example (a)
E.g. 5—Recognizing the Form
This expression is of the form
__2
– 2__ – 3
where __ represents 5a + 1.
Example (b)
E.g. 5—Recognizing the Form
This is the same form as the expression
in part (a).
So, it will factor as ( __ – 3)( __ + 1).
• (5a + 1)2
– 2(5a + 1) – 3
= [(5a + 1) – 3][(5a + 1) + 1]
= (5a – 2)(5a + 2)
Example (b)
Special Factoring Formulas
Special Factoring Formulas
Some special algebraic expressions can
be factored using the following formulas.
• The first three are simply Special Product
Formulas written backward.
E.g. 6—Factoring Differences of Squares
Factor each polynomial.
(a) 4x2
– 25
(b) (x + y)2
– z2
E.g. 6—Differences of Squares
Using the Difference of Squares Formula
with A = 2x and B = 5, we have:
4x2
– 25 = (2x)2
– 52
= (2x – 5)(2x + 5)
Example (a)
E.g. 6—Differences of Squares
We use the Difference of Squares Formula
with A = x + y and B = z.
(x + y)2
– z2
= (x + y – z)(x + y + z)
Example (b)
E.g. 7—Factoring Differences and Sums of Cubes
Factor each polynomial.
(a) 27x3
– 1
(b) x6
+ 8
E.g. 7—Difference of Cubes
Using the Difference of Cubes Formula
with A = 3x and B = 1, we get:
27x3
– 1 = (3x)3
– 13
= (3x – 1)[ (3x)2
+ (3x)(1) + 12
]
= (3x – 1)(9x2
+ 3x + 1)
Example (a)
E.g. 7—Sum of Cubes
Using the Sum of Cubes Formula with
A = x2
and B = 2, we have:
x6
+ 8 = (x2
)3
+ 23
= (x2
+ 2)(x4
– 2x2
+ 4)
Example (b)
Perfect Square
A trinomial is a perfect square if it is
of the form
A2
+ 2AB + B2
or A2
– 2AB + B2
• So, we recognize a perfect square if the middle
term (2AB or –2AB) is plus or minus twice the
product of the square roots of the outer two terms.
E.g. 8—Recognizing Perfect Squares
Factor each trinomial.
(a) x2
+ 6x + 9
(b) 4x2
– 4xy + y2
E.g. 8—Perfect Squares
Here, A = x and B = 3.
So, 2AB = 2 .
x .
3 = 6x.
• Since the middle term is 6x, the trinomial is
a perfect square.
• By the Perfect Square Formula, we have:
x2
+ 6x + 9 = (x + 3)2
Example (a)
E.g. 8—Perfect Squares
Here, A = 2x and B = y.
So, 2AB = 2 .
2x .
y = 4xy.
• Since the middle term is –4xy, the trinomial is
a perfect square.
• By the Perfect Square Formula, we have:
4x2
– 4xy + y2
= (2x – y)2
Example (b)
Factoring an Expression
Completely
Factoring an Expression Completely
When we factor an expression, the result
can sometimes be factored further.
In general,
• We first factor out common factors.
• Then, we inspect the result to see if it can be factored
by any of the other methods of this section.
• We repeat this process until we have factored
the expression completely.
E.g. 9—Factoring an Expression Completely
Factor each expression completely.
(a) 2x4
– 8x2
(b) x5
y2
– xy6
E.g. 9—Factoring Completely
We first factor out the power of x with
the smallest exponent.
2x4
– 8x2
= 2x2
(x2
– 4) (Common factor is 2x2
)
= 2x2
(x – 2)(x + 2) (Factor x2
– 4 as a difference
of squares)
Example (a)
E.g. 9—Factoring Completely
We first factor out the powers of x and y
with the smallest exponents.
x5
y2
– xy6
= xy2
(x4
– y4
) (Common factor is xy2
)
= xy2
(x2
+ y2
)(x2
– y2
) (Factor x4
– y4
as
a difference of squares)
= xy2
(x2
+ y2
)(x + y)(x – y) (Factor x2
– y2
as
a difference of squares)
Example (b)
Factoring Expressions with Fractional Exponents
In the next example, we factor out
variables with fractional exponents.
• This type of factoring occurs in calculus.
E.g. 10—Factoring with Fractional Exponents
Factor each expression.
(a)3x3/2
– 9x1/2
+ 6x–1/2
(b)(2 + x)–2/3
x + (2 + x)1/3
E.g. 10—Fractional Exponents
Factor out the power of x with the smallest
exponent—that is, x–1/2
.
3x3/2
– 9x1/2
+ 6x–1/2
= 3x–1/2
(x2
– 3x + 2) (Factor out 3x–1/2
)
= 3x–1/2
(x – 1)(x – 2) (Factor the quadratic
x2
– 3x + 2)
Example (a)
E.g. 10—Fractional Exponents
Factor out the power of 2 + x with
the smallest exponent—that is, (2 + x)–2/3
.
(2 + x)–2/3
x + (2 + x)1/3
= (2 + x)–2/3
[x + (2 + x)] (Factor out (2 + x)–2/3
)
= (2 + x)–2/3
(2 + 2x) (Simplify)
= 2(2 + x)–2/3
(1 + x) (Factor out 2)
Example (b)
Factoring by Grouping Terms
Factoring by Grouping
Polynomials with at least four terms
can sometimes be factored by grouping
terms.
• The following example illustrates the idea.
E.g. 11—Factoring by Grouping
Factor each polynomial.
(a) x3
+ x2
+4x + 4
(b) x3
– 2x2
– 3x + 6
E.g. 11—Factoring by Grouping
x3
+ x2
+4x + 4
= (x3
+ x2
) + (4x + 4) (Group terms)
= x2
(x + 1) + 4(x + 1)(Factor out common
factors)
= (x2
+ 4)(x + 1) (Factor out x + 1 from
each term)
Example (a)
E.g. 11—Factoring by Grouping
x3
– 2x2
– 3x + 6
= (x3
– 2x2
) – (3x – 6) (Group terms)
= x2
(x – 2) – 3(x – 2)(Factor out common
factors)
= (x2
– 3)(x – 2) (Factor out x – 2 from
each term)
Example (b)

More Related Content

What's hot

Finding zeros of a quadratic function
Finding zeros of a quadratic functionFinding zeros of a quadratic function
Finding zeros of a quadratic functionAaron James Lico
 
Algebraic identities
Algebraic identitiesAlgebraic identities
Algebraic identitiesSamyak Jain
 
Factoring Polynomials to find its zeros
Factoring Polynomials to find its zerosFactoring Polynomials to find its zeros
Factoring Polynomials to find its zerosDaisy933462
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomialsitutor
 
6.4 factoring and solving polynomial equations
6.4 factoring and solving polynomial equations6.4 factoring and solving polynomial equations
6.4 factoring and solving polynomial equationshisema01
 
NCERT Class 9 Maths Polynomials
NCERT Class 9 Maths  PolynomialsNCERT Class 9 Maths  Polynomials
NCERT Class 9 Maths PolynomialsPankajGahlot2
 
Diamond and box factoring student version
Diamond and box factoring student versionDiamond and box factoring student version
Diamond and box factoring student versionvelmon23
 
Factoring Quadratic Trinomials
Factoring Quadratic TrinomialsFactoring Quadratic Trinomials
Factoring Quadratic TrinomialsRotsen Zuproc
 
3.1 higher derivatives
3.1 higher derivatives3.1 higher derivatives
3.1 higher derivativesmath265
 
Punnett squares presentation teachership academy
Punnett squares presentation teachership academyPunnett squares presentation teachership academy
Punnett squares presentation teachership academyBeth819
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoringswartzje
 
polynomials class 9th maths presentation
polynomials class 9th maths presentationpolynomials class 9th maths presentation
polynomials class 9th maths presentationAnushkaDubey19
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomialsholmsted
 

What's hot (20)

Finding zeros of a quadratic function
Finding zeros of a quadratic functionFinding zeros of a quadratic function
Finding zeros of a quadratic function
 
Algebraic identities
Algebraic identitiesAlgebraic identities
Algebraic identities
 
Factoring Polynomials to find its zeros
Factoring Polynomials to find its zerosFactoring Polynomials to find its zeros
Factoring Polynomials to find its zeros
 
Operations on Polynomials
Operations on PolynomialsOperations on Polynomials
Operations on Polynomials
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
6.4 factoring and solving polynomial equations
6.4 factoring and solving polynomial equations6.4 factoring and solving polynomial equations
6.4 factoring and solving polynomial equations
 
Factorisation
FactorisationFactorisation
Factorisation
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Chapter p 5
Chapter p 5Chapter p 5
Chapter p 5
 
NCERT Class 9 Maths Polynomials
NCERT Class 9 Maths  PolynomialsNCERT Class 9 Maths  Polynomials
NCERT Class 9 Maths Polynomials
 
Factoring
FactoringFactoring
Factoring
 
Diamond and box factoring student version
Diamond and box factoring student versionDiamond and box factoring student version
Diamond and box factoring student version
 
Factoring Quadratic Trinomials
Factoring Quadratic TrinomialsFactoring Quadratic Trinomials
Factoring Quadratic Trinomials
 
POLYNOMIALS
POLYNOMIALSPOLYNOMIALS
POLYNOMIALS
 
3.1 higher derivatives
3.1 higher derivatives3.1 higher derivatives
3.1 higher derivatives
 
Punnett squares presentation teachership academy
Punnett squares presentation teachership academyPunnett squares presentation teachership academy
Punnett squares presentation teachership academy
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoring
 
polynomials class 9th maths presentation
polynomials class 9th maths presentationpolynomials class 9th maths presentation
polynomials class 9th maths presentation
 
Adding and subtracting polynomials
Adding and subtracting polynomialsAdding and subtracting polynomials
Adding and subtracting polynomials
 

Viewers also liked

Viewers also liked (13)

Microprolactinoma in ss
Microprolactinoma in ssMicroprolactinoma in ss
Microprolactinoma in ss
 
EdKellieCVMay16
EdKellieCVMay16EdKellieCVMay16
EdKellieCVMay16
 
Coverage day3
Coverage day3Coverage day3
Coverage day3
 
Investment
InvestmentInvestment
Investment
 
Presentation 1 Georgia Foster
Presentation 1 Georgia FosterPresentation 1 Georgia Foster
Presentation 1 Georgia Foster
 
Ziang Wang Q&A: NSHSS 2015 Earth Day Award Recipient- National Society of Hig...
Ziang Wang Q&A: NSHSS 2015 Earth Day Award Recipient- National Society of Hig...Ziang Wang Q&A: NSHSS 2015 Earth Day Award Recipient- National Society of Hig...
Ziang Wang Q&A: NSHSS 2015 Earth Day Award Recipient- National Society of Hig...
 
Chantelle Hardenburg C.V
Chantelle Hardenburg C.VChantelle Hardenburg C.V
Chantelle Hardenburg C.V
 
K.Vyshnavi MBA HR 2 Years
K.Vyshnavi MBA HR 2 YearsK.Vyshnavi MBA HR 2 Years
K.Vyshnavi MBA HR 2 Years
 
diaris
diarisdiaris
diaris
 
fistf_marketing
fistf_marketingfistf_marketing
fistf_marketing
 
єтм борхауг, норвегія 2016
єтм борхауг, норвегія 2016єтм борхауг, норвегія 2016
єтм борхауг, норвегія 2016
 
Los saludos
Los saludos Los saludos
Los saludos
 
Power point xmas laura sánchez
Power point xmas laura sánchezPower point xmas laura sánchez
Power point xmas laura sánchez
 

Similar to P6 factoring

Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluationPuna Ripiye
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1math265
 
Produccion escrita expresiones algebraicas
Produccion escrita   expresiones algebraicasProduccion escrita   expresiones algebraicas
Produccion escrita expresiones algebraicasJuinAndresDiaz
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functionsdionesioable
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function PresentationRyanWatt
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
Linear equation in one variable
Linear equation in one variableLinear equation in one variable
Linear equation in one variableNadeem Uddin
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsArvy Crescini
 
U1 04 factorizacion
U1   04 factorizacionU1   04 factorizacion
U1 04 factorizacionUNEFA Zulia
 
Algebra unit 8.7
Algebra unit 8.7Algebra unit 8.7
Algebra unit 8.7Mark Ryder
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functionsdionesioable
 

Similar to P6 factoring (20)

Polynomials
PolynomialsPolynomials
Polynomials
 
Algebraic Simplification and evaluation
Algebraic Simplification and evaluationAlgebraic Simplification and evaluation
Algebraic Simplification and evaluation
 
1.7
1.71.7
1.7
 
1.1 review on algebra 1
1.1 review on algebra 11.1 review on algebra 1
1.1 review on algebra 1
 
Produccion escrita expresiones algebraicas
Produccion escrita   expresiones algebraicasProduccion escrita   expresiones algebraicas
Produccion escrita expresiones algebraicas
 
Module 2 exponential functions
Module 2   exponential functionsModule 2   exponential functions
Module 2 exponential functions
 
Ca 1.6
Ca 1.6Ca 1.6
Ca 1.6
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
Linear equation in one variable
Linear equation in one variableLinear equation in one variable
Linear equation in one variable
 
Polynomials
PolynomialsPolynomials
Polynomials
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
U1 04 factorizacion
U1   04 factorizacionU1   04 factorizacion
U1 04 factorizacion
 
Kim Solving
Kim SolvingKim Solving
Kim Solving
 
P7
P7P7
P7
 
1050 text-bop
1050 text-bop1050 text-bop
1050 text-bop
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Algebra unit 8.7
Algebra unit 8.7Algebra unit 8.7
Algebra unit 8.7
 
Form 4 add maths note
Form 4 add maths noteForm 4 add maths note
Form 4 add maths note
 
Module 3 quadratic functions
Module 3   quadratic functionsModule 3   quadratic functions
Module 3 quadratic functions
 

Recently uploaded

THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Celine George
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxAshokKarra1
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptxmary850239
 
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
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4JOYLYNSAMANIEGO
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxCarlos105
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...JhezDiaz1
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 

Recently uploaded (20)

THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
Incoming and Outgoing Shipments in 3 STEPS Using Odoo 17
 
Karra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptxKarra SKD Conference Presentation Revised.pptx
Karra SKD Conference Presentation Revised.pptx
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
 
4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx4.16.24 Poverty and Precarity--Desmond.pptx
4.16.24 Poverty and Precarity--Desmond.pptx
 
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Ă...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
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
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4Daily Lesson Plan in Mathematics Quarter 4
Daily Lesson Plan in Mathematics Quarter 4
 
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptxBarangay Council for the Protection of Children (BCPC) Orientation.pptx
Barangay Council for the Protection of Children (BCPC) Orientation.pptx
 
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
ENGLISH 7_Q4_LESSON 2_ Employing a Variety of Strategies for Effective Interp...
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 

P6 factoring

  • 1. College Algebra Fifth Edition James Stewart  Lothar Redlin  Saleem Watson
  • 4. Factoring We use the Distributive Property to expand algebraic expressions. We sometimes need to reverse this process (again using the Distributive Property) by: • Factoring an expression as a product of simpler ones.
  • 5. Factoring For example, we can write: • We say that x – 2 and x + 2 are factors of x2 – 4. 2 4 ( 2)( 2) Factoring Expanding x x x → − = − + ¬ 
  • 7. Factoring The easiest type of factoring occurs when: • The terms have a common factor.
  • 8. E.g. 1—Factoring Out Common Factors Factor each expression. (a) 3x2 – 6x (b) 8x4 y2 + 6x3 y3 – 2xy4
  • 9. E.g. 1—Common Factors The greatest common factor of the terms 3x2 and –6x is 3x. So, we have: 3x2 – 6x = 3x(x – 2) Example (a)
  • 10. E.g. 1—Common Factors We note that: • 8, 6, and –2 have the greatest common factor 2. • x4 , x3 , and x have the greatest common factor x. • y2 , y3 , and y4 have the greatest common factor y2 . Example (b)
  • 11. E.g. 1—Common Factors So, the greatest common factor of the three terms in the polynomial is 2xy2 . Thus, we have: 8x4 y2 + 6x3 y3 – 2xy4 = (2xy2 )(4x3 ) + (2xy2 )(3x2 y) + (2xy2 )(–y2 ) = 2xy2 (4x3 + 3x2 y – y2 ) Example (b)
  • 12. E.g. 2—Factoring Out a Common Factor Factor : (2x + 4)(x – 3) – 5(x – 3)
  • 13. E.g. 2—Factoring Out a Common Factor The two terms have the common factor x – 3. (2x + 4)(x – 3) – 5(x – 3) = [(2x + 4) – 5](x – 3) (Distributive Property) = (2x – 1)(x – 3) (Simplify)
  • 15. Factoring x2 + bx + c In order to factor a trinomial of the form x2 + bx + c, we note that: (x + r)(x + s) = x2 + (r + s)x + rs • So, we need to choose numbers r and s so that r + s = b and rs = c.
  • 16. E.g. 3—Factoring x2 + bx + c by Trial and Error Factor: x2 + 7x + 12 • We need to find two integers whose product is 12 and whose sum is 7. • By trial and error, we find that they are 3 and 4. • Thus, the factorization is: x2 + 7x + 12 = (x + 3)(x + 4)
  • 17. Factoring ax2 + bx + c To factor a trinomial of the form ax2 + bx + c with a ≠ 1, we look for factors of the form px + r and qx + s: ax2 + bx + c = (px + r)(qx + s) = pqx2 + (ps + qr)x + rs
  • 18. Factoring ax2 + bx + c Thus, we try to find numbers p, q, r, and s such that: pq = a rs = c ps + qr = b • If these numbers are all integers, then we will have a limited number of possibilities to try for p, q, r, and s.
  • 19. E.g. 4—Factoring ax2 + bx + c by Trial and Error Factor: 6x2 + 7x – 5 • We can factor: 6 as 6 ∙ 1 or 3 ∙ 2 –5 as –25 ∙ 1 or –5 ∙ (–1) • By trying these possibilities, we arrive at the factorization 6x2 + 7x – 5 = (3x + 5)(2x – 1)
  • 20. E.g. 5—Recognizing the Form of an Expression Factor each expression. (a) x2 – 2x – 3 (b) (5a + 1)2 – 2(5a + 1) – 3
  • 21. E.g. 5—Recognizing the Form x2 – 2x – 3 = (x – 3)(x + 1) (Trial and error) Example (a)
  • 22. E.g. 5—Recognizing the Form This expression is of the form __2 – 2__ – 3 where __ represents 5a + 1. Example (b)
  • 23. E.g. 5—Recognizing the Form This is the same form as the expression in part (a). So, it will factor as ( __ – 3)( __ + 1). • (5a + 1)2 – 2(5a + 1) – 3 = [(5a + 1) – 3][(5a + 1) + 1] = (5a – 2)(5a + 2) Example (b)
  • 25. Special Factoring Formulas Some special algebraic expressions can be factored using the following formulas. • The first three are simply Special Product Formulas written backward.
  • 26. E.g. 6—Factoring Differences of Squares Factor each polynomial. (a) 4x2 – 25 (b) (x + y)2 – z2
  • 27. E.g. 6—Differences of Squares Using the Difference of Squares Formula with A = 2x and B = 5, we have: 4x2 – 25 = (2x)2 – 52 = (2x – 5)(2x + 5) Example (a)
  • 28. E.g. 6—Differences of Squares We use the Difference of Squares Formula with A = x + y and B = z. (x + y)2 – z2 = (x + y – z)(x + y + z) Example (b)
  • 29. E.g. 7—Factoring Differences and Sums of Cubes Factor each polynomial. (a) 27x3 – 1 (b) x6 + 8
  • 30. E.g. 7—Difference of Cubes Using the Difference of Cubes Formula with A = 3x and B = 1, we get: 27x3 – 1 = (3x)3 – 13 = (3x – 1)[ (3x)2 + (3x)(1) + 12 ] = (3x – 1)(9x2 + 3x + 1) Example (a)
  • 31. E.g. 7—Sum of Cubes Using the Sum of Cubes Formula with A = x2 and B = 2, we have: x6 + 8 = (x2 )3 + 23 = (x2 + 2)(x4 – 2x2 + 4) Example (b)
  • 32. Perfect Square A trinomial is a perfect square if it is of the form A2 + 2AB + B2 or A2 – 2AB + B2 • So, we recognize a perfect square if the middle term (2AB or –2AB) is plus or minus twice the product of the square roots of the outer two terms.
  • 33. E.g. 8—Recognizing Perfect Squares Factor each trinomial. (a) x2 + 6x + 9 (b) 4x2 – 4xy + y2
  • 34. E.g. 8—Perfect Squares Here, A = x and B = 3. So, 2AB = 2 . x . 3 = 6x. • Since the middle term is 6x, the trinomial is a perfect square. • By the Perfect Square Formula, we have: x2 + 6x + 9 = (x + 3)2 Example (a)
  • 35. E.g. 8—Perfect Squares Here, A = 2x and B = y. So, 2AB = 2 . 2x . y = 4xy. • Since the middle term is –4xy, the trinomial is a perfect square. • By the Perfect Square Formula, we have: 4x2 – 4xy + y2 = (2x – y)2 Example (b)
  • 37. Factoring an Expression Completely When we factor an expression, the result can sometimes be factored further. In general, • We first factor out common factors. • Then, we inspect the result to see if it can be factored by any of the other methods of this section. • We repeat this process until we have factored the expression completely.
  • 38. E.g. 9—Factoring an Expression Completely Factor each expression completely. (a) 2x4 – 8x2 (b) x5 y2 – xy6
  • 39. E.g. 9—Factoring Completely We first factor out the power of x with the smallest exponent. 2x4 – 8x2 = 2x2 (x2 – 4) (Common factor is 2x2 ) = 2x2 (x – 2)(x + 2) (Factor x2 – 4 as a difference of squares) Example (a)
  • 40. E.g. 9—Factoring Completely We first factor out the powers of x and y with the smallest exponents. x5 y2 – xy6 = xy2 (x4 – y4 ) (Common factor is xy2 ) = xy2 (x2 + y2 )(x2 – y2 ) (Factor x4 – y4 as a difference of squares) = xy2 (x2 + y2 )(x + y)(x – y) (Factor x2 – y2 as a difference of squares) Example (b)
  • 41. Factoring Expressions with Fractional Exponents In the next example, we factor out variables with fractional exponents. • This type of factoring occurs in calculus.
  • 42. E.g. 10—Factoring with Fractional Exponents Factor each expression. (a)3x3/2 – 9x1/2 + 6x–1/2 (b)(2 + x)–2/3 x + (2 + x)1/3
  • 43. E.g. 10—Fractional Exponents Factor out the power of x with the smallest exponent—that is, x–1/2 . 3x3/2 – 9x1/2 + 6x–1/2 = 3x–1/2 (x2 – 3x + 2) (Factor out 3x–1/2 ) = 3x–1/2 (x – 1)(x – 2) (Factor the quadratic x2 – 3x + 2) Example (a)
  • 44. E.g. 10—Fractional Exponents Factor out the power of 2 + x with the smallest exponent—that is, (2 + x)–2/3 . (2 + x)–2/3 x + (2 + x)1/3 = (2 + x)–2/3 [x + (2 + x)] (Factor out (2 + x)–2/3 ) = (2 + x)–2/3 (2 + 2x) (Simplify) = 2(2 + x)–2/3 (1 + x) (Factor out 2) Example (b)
  • 46. Factoring by Grouping Polynomials with at least four terms can sometimes be factored by grouping terms. • The following example illustrates the idea.
  • 47. E.g. 11—Factoring by Grouping Factor each polynomial. (a) x3 + x2 +4x + 4 (b) x3 – 2x2 – 3x + 6
  • 48. E.g. 11—Factoring by Grouping x3 + x2 +4x + 4 = (x3 + x2 ) + (4x + 4) (Group terms) = x2 (x + 1) + 4(x + 1)(Factor out common factors) = (x2 + 4)(x + 1) (Factor out x + 1 from each term) Example (a)
  • 49. E.g. 11—Factoring by Grouping x3 – 2x2 – 3x + 6 = (x3 – 2x2 ) – (3x – 6) (Group terms) = x2 (x – 2) – 3(x – 2)(Factor out common factors) = (x2 – 3)(x – 2) (Factor out x – 2 from each term) Example (b)