SlideShare una empresa de Scribd logo
1 de 18
-- Factoring polynomial expressions is not quite the same
as factoring numbers, but the concept is very similar.
When factoring numbers or factoring polynomials, you are
finding numbers or polynomials that divide out evenly from
the original numbers or polynomials. But in the case of
polynomials, you are dividing numbers and variables out
of expressions, not just dividing numbers out of numbers.
1:    One common factor. a x + a y = a (x + y)

2: Sevearl grouped common factor. a x + a y + b x + b y = a(x + y) + b(x + y) = (a +
b ) (x + y)

3:    Difference of two squares (1). x 2 - y 2 = (x + y)(x - y)

4:    Difference of two squares (2). (x + y) 2 - z 2 = (x + y + z)(x + y - z)

5:    Sum of two cubes. x 3 + y 3 = (x + y)(x 2 - x y + y 2)

6:    Difference of two cubes. x 3 - y 3 = (x - y)(x 2 + x y + y 2)

7:    Difference of fourth powers. x 4 - y 4 = (x 2 - y 2)(x 2 + y 2) = (x + y)(x - y)(x 2 + y 2)
8:    Perfet square x 2 + 2xy + y 2 = (x + y) 2

9:    Perfet square x 2 - 2xy + y 2 = (x - y) 2

10:     Perfect cube x 3 + 3x 2y + 3xy 2 + y 3 = (x + y) 3

11:    Perfect cube x 3 - 3x 2y + 3xy 2 - y 3 = (x - y) 3
 Previously, you have simplified expressions by
  distributing through parentheses, such as:
Example :
  2(x + 3) = 2(x) + 2(3) = 2x + 6
The trick is to see what can be factored out of every
  term in the expression. Warning: Don't make the
  mistake of thinking that "factoring" means
  "dividing something off and making it magically
  disappear". Remember that "factoring" means
  "dividing out and putting in front of the
  parentheses". Nothing "disappears" when you
  factor; things merely get rearranged.
   Any number or variable that is a factor of
    both terms in a binomial can be factored
    out. For example, the binomial 3x^3 + 6x
    can be factored to (3x)(x^2 + 2) because
    3x is a factor of 3x^2 (which is 3x * x^2)
    and of 6 (which is 3x * 2).
   Find the greatest common factor (GCF) of
    both terms. The greatest common factor is
    the largest value that can be factored out
    of both terms. In the expression 6y^2 - 24,
    3 is a common factor of both terms, but it
    is not the GCF. Six is the GCF, since both
    numbers can be divided by 6. Factoring it
    out, we get 6(y^2 - 4).
   Find out if you have a difference of
    squares. A difference of squares is a
    variable squared minus a constant, like
    y^2 - 4. If you have factored out the GCF
    and don't have a minus sign in your
    binomial, you are done.
   Solve the difference of squares. First
    make sure the numbers are arranged in
    the proper order, with the positive term
    before the negative term, then find the
    square root of each term. In the example
    above, the square root of y^2 is y, and the
    square root of 4 is 2.
   Set up two sets of parentheses. Each will
    have the first square root followed by the
    second square root. In the first, they will
    be separated by a addition sign, and in
    the second, a subtraction sign. To take the
    example from steps 3 and 4, we get y^2 -
    4 = (y + 2)(y - 2). Looking at the whole
    problem for step 3, we get 6y^2 - 24 =
    6(y^2 - 4) = 6(y + 2)(y - 2).
Example : 7x -7
A "7" can come out of each term, so I'll factor
  this out front:
7x – 7 = 7(        )
Dividing the 7 out of "7x" leaves just an "x":
7x – 7 = 7(x       )
What am I left with when I divide the 7 out of
  the second term? Well, if "nothing" is
  left, then "1" is left. (Remember: 7 ÷ 7 = 1.)
  So I get:
7x – 7 = 7(x – 1)
 Take careful note: When "nothing" is left after
  factoring, a "1" is left behind in the
  parentheses.
Example : x2y3 + xy
I can factor an "x" and a "y" out of each
  term: x2y3 = xy(x1y2)
  = xy(xy2) and xy = xy(1).
x2y3 + xy = xy(        )
= xy(xy2      )
= xy(xy2 + 1)
Example : 3x3 + 6x2 – 15x.
I can factor a "3" and an "x" out of each
  term: 3x3 = 3x(x2), 6x2 = 3x(2x), and
  –15x = 3x(–5). Being careful of my signs, I
  get:
3x3 + 6x2 – 15x = 3x(               )
= 3x(x2           )
= 3x(x2 + 2x     )
= 3x(x2 + 2x – 5)
If the Polynomial has 4 terms or more,
 Factor by Grouping
example : x^3 + x^2 + 2x + 2

    x^3 + x^2 | + 2x + 2

= x^2(x +1) | + 2 (x +1)

         =(x + 1 ) ( x^2 +2 )
   1. x2 + 4x – x – 4.
   2. x2 – 4x + 6x – 24.
   3.3x – 12.
   4. 12y2 – 5y.
   5. 9 - 4x 2.
 1. x2 + 4x – x – 4
= x(x + 4) – 1(x + 4)
= (x + 4)(x – 1)
 2. x2 – 4x + 6x – 24
= x(x – 4) + 6(x – 4)
= (x – 4)(x + 6)
 3. 3x – 12 = 3(      )
3x – 12 = 3(x        )
3x – 12 = 3(x – 4)
 4. 12y2 – 5y = y(    )
12y2 – 5y = y(12y )
12y2 – 5y = y(12y – 5)
 5. 9 - 4x 2
= 3 2 - (2x) 2
= (3 - 2x)(3 + 2x)
   a) 3x² + 8x + 5
   b) 3x² + 16x + 5
   c) 2x² + 9x + 7
   d) 2x² + 15x + 7
   e) 5x² + 8x + 3
   f) 5x² + 16x + 3
   g) 2x² + 5x − 3
   h) 2x² − 5x − 3
   i) 2x² + x − 3
   j) 2x² − 13x + 21
   A. (3x + 5)(x + 1)
   B. (3x + 1)(x + 5)
   C. (2x + 7)(x + 1)
   D. (2x + 1)(x + 7)
   E. (5x + 3)(x + 1)
   F. (5x + 1)(x + 3)
   G. (2x − 1)(x + 3)
   H. (2x + 1)(x − 3)
   I. (2x + 3)(x − 1)
   J. (2x − 7 )(x −3)
Leader : Ghia Adrielle Alpuerto
Members :
Marco Ruelos
Xina Sularte
Justine tan
Michelle Mendoza

Más contenido relacionado

La actualidad más candente

Factoring Cubes
Factoring CubesFactoring Cubes
Factoring Cubesswartzje
 
Factoring Quadratic Trinomials
Factoring Quadratic TrinomialsFactoring Quadratic Trinomials
Factoring Quadratic TrinomialsRotsen Zuproc
 
Factorising Common Factors
Factorising Common FactorsFactorising Common Factors
Factorising Common FactorsPassy World
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping pptDoreen Mhizha
 
Quadratic equations, quadratic inequalities and rational algebraic day 2 5
Quadratic equations, quadratic inequalities and rational algebraic day 2 5Quadratic equations, quadratic inequalities and rational algebraic day 2 5
Quadratic equations, quadratic inequalities and rational algebraic day 2 5Rosa Vilma Dorado
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoringswartzje
 
X factoring revised
X factoring revisedX factoring revised
X factoring revisedsgriffin01
 
3.2 factoring polynomials
3.2   factoring polynomials3.2   factoring polynomials
3.2 factoring polynomialsNuch Pawida
 
Factoring Special Products in Difference of Squares
Factoring Special Products in Difference of SquaresFactoring Special Products in Difference of Squares
Factoring Special Products in Difference of SquaresListeningDaisy
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomialsjilllenz
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoringShilpi Singh
 
Factoring GCF and Grouping
Factoring GCF and GroupingFactoring GCF and Grouping
Factoring GCF and Groupingswartzje
 
Quadratic And Roots
Quadratic And RootsQuadratic And Roots
Quadratic And RootsPeking
 
Quadratic eq and discriminant
Quadratic eq and discriminantQuadratic eq and discriminant
Quadratic eq and discriminantswartzje
 
Quadratic equations that factorise
Quadratic equations that factoriseQuadratic equations that factorise
Quadratic equations that factoriseElka Veselinova
 
Grade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesGrade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesSofia Ty
 

La actualidad más candente (20)

Factoring Cubes
Factoring CubesFactoring Cubes
Factoring Cubes
 
Factoring Quadratic Trinomials
Factoring Quadratic TrinomialsFactoring Quadratic Trinomials
Factoring Quadratic Trinomials
 
Factorising Common Factors
Factorising Common FactorsFactorising Common Factors
Factorising Common Factors
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping ppt
 
Quadratic equations, quadratic inequalities and rational algebraic day 2 5
Quadratic equations, quadratic inequalities and rational algebraic day 2 5Quadratic equations, quadratic inequalities and rational algebraic day 2 5
Quadratic equations, quadratic inequalities and rational algebraic day 2 5
 
Swartz Factoring
Swartz FactoringSwartz Factoring
Swartz Factoring
 
X factoring revised
X factoring revisedX factoring revised
X factoring revised
 
3.2 factoring polynomials
3.2   factoring polynomials3.2   factoring polynomials
3.2 factoring polynomials
 
Factoring Special Products in Difference of Squares
Factoring Special Products in Difference of SquaresFactoring Special Products in Difference of Squares
Factoring Special Products in Difference of Squares
 
Factoring polynomials
Factoring polynomialsFactoring polynomials
Factoring polynomials
 
Polynomials and factoring
Polynomials and factoringPolynomials and factoring
Polynomials and factoring
 
Factoring by grouping
Factoring by groupingFactoring by grouping
Factoring by grouping
 
Factoring GCF and Grouping
Factoring GCF and GroupingFactoring GCF and Grouping
Factoring GCF and Grouping
 
0303 ch 3 day 3
0303 ch 3 day 30303 ch 3 day 3
0303 ch 3 day 3
 
Quadratic And Roots
Quadratic And RootsQuadratic And Roots
Quadratic And Roots
 
Quadratic eq and discriminant
Quadratic eq and discriminantQuadratic eq and discriminant
Quadratic eq and discriminant
 
Quadratic equations that factorise
Quadratic equations that factoriseQuadratic equations that factorise
Quadratic equations that factorise
 
Grade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesGrade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic Inequalities
 
The discriminant
The discriminantThe discriminant
The discriminant
 
0304 ch 3 day 4
0304 ch 3 day 40304 ch 3 day 4
0304 ch 3 day 4
 

Similar a Factoring polynomials

Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)swartzje
 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.pptAaronChi5
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functionsdionesioable
 
Lecture 03 special products and factoring
Lecture 03 special products and factoringLecture 03 special products and factoring
Lecture 03 special products and factoringHazel Joy Chong
 
Multiplication of polynomials
Multiplication of polynomialsMultiplication of polynomials
Multiplication of polynomialsRhodaLuis
 
polynomials class 9th maths presentation
polynomials class 9th maths presentationpolynomials class 9th maths presentation
polynomials class 9th maths presentationAnushkaDubey19
 
Basic algebra and graphing
Basic algebra and graphing Basic algebra and graphing
Basic algebra and graphing Bob Marcus
 
Form 4 Add Maths Note
Form 4 Add Maths NoteForm 4 Add Maths Note
Form 4 Add Maths NoteChek Wei Tan
 
Form 4-add-maths-note
Form 4-add-maths-noteForm 4-add-maths-note
Form 4-add-maths-notejacey tan
 
1.2 algebraic expressions t
1.2 algebraic expressions t1.2 algebraic expressions t
1.2 algebraic expressions tmath260
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...polanesgumiran
 
1.2 algebraic expressions t
1.2 algebraic expressions t1.2 algebraic expressions t
1.2 algebraic expressions tmath260
 
Chapter 2.5
Chapter 2.5Chapter 2.5
Chapter 2.5nglaze10
 
4.2 derivatives of logarithmic functions
4.2 derivatives of logarithmic functions4.2 derivatives of logarithmic functions
4.2 derivatives of logarithmic functionsdicosmo178
 

Similar a Factoring polynomials (20)

Polynomial operations (1)
Polynomial operations (1)Polynomial operations (1)
Polynomial operations (1)
 
Polynomial math
Polynomial mathPolynomial math
Polynomial math
 
Algebra Revision.ppt
Algebra Revision.pptAlgebra Revision.ppt
Algebra Revision.ppt
 
Module 2 polynomial functions
Module 2   polynomial functionsModule 2   polynomial functions
Module 2 polynomial functions
 
Lecture 03 special products and factoring
Lecture 03 special products and factoringLecture 03 special products and factoring
Lecture 03 special products and factoring
 
Multiplication of polynomials
Multiplication of polynomialsMultiplication of polynomials
Multiplication of polynomials
 
polynomials class 9th maths presentation
polynomials class 9th maths presentationpolynomials class 9th maths presentation
polynomials class 9th maths presentation
 
Basic algebra and graphing
Basic algebra and graphing Basic algebra and graphing
Basic algebra and graphing
 
Form 4 Add Maths Note
Form 4 Add Maths NoteForm 4 Add Maths Note
Form 4 Add Maths Note
 
Form 4-add-maths-note
Form 4-add-maths-noteForm 4-add-maths-note
Form 4-add-maths-note
 
Multiplying Polynomials
Multiplying PolynomialsMultiplying Polynomials
Multiplying Polynomials
 
Form 4 add maths note
Form 4 add maths noteForm 4 add maths note
Form 4 add maths note
 
1.2 algebraic expressions t
1.2 algebraic expressions t1.2 algebraic expressions t
1.2 algebraic expressions t
 
Quadraticequation
QuadraticequationQuadraticequation
Quadraticequation
 
Matematica
MatematicaMatematica
Matematica
 
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
Delos-Santos-Analyn-M.-_Repoter-No.-1-Multiplication-and-Division-of-Polynomi...
 
1.2 algebraic expressions t
1.2 algebraic expressions t1.2 algebraic expressions t
1.2 algebraic expressions t
 
Chapter 2.5
Chapter 2.5Chapter 2.5
Chapter 2.5
 
4.2 derivatives of logarithmic functions
4.2 derivatives of logarithmic functions4.2 derivatives of logarithmic functions
4.2 derivatives of logarithmic functions
 
1050 text-bop
1050 text-bop1050 text-bop
1050 text-bop
 

Último

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfChris Hunter
 
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
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIShubhangi Sonawane
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptxMaritesTamaniVerdade
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
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
 
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...Poonam Aher Patil
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDThiyagu K
 
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.pptxDenish Jangid
 
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).pptxVishalSingh1417
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
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...christianmathematics
 

Último (20)

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
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
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
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
 
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...
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
Measures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SDMeasures of Dispersion and Variability: Range, QD, AD and SD
Measures of Dispersion and Variability: Range, QD, AD and SD
 
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
 
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
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
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...
 

Factoring polynomials

  • 1. -- Factoring polynomial expressions is not quite the same as factoring numbers, but the concept is very similar. When factoring numbers or factoring polynomials, you are finding numbers or polynomials that divide out evenly from the original numbers or polynomials. But in the case of polynomials, you are dividing numbers and variables out of expressions, not just dividing numbers out of numbers.
  • 2. 1: One common factor. a x + a y = a (x + y) 2: Sevearl grouped common factor. a x + a y + b x + b y = a(x + y) + b(x + y) = (a + b ) (x + y) 3: Difference of two squares (1). x 2 - y 2 = (x + y)(x - y) 4: Difference of two squares (2). (x + y) 2 - z 2 = (x + y + z)(x + y - z) 5: Sum of two cubes. x 3 + y 3 = (x + y)(x 2 - x y + y 2) 6: Difference of two cubes. x 3 - y 3 = (x - y)(x 2 + x y + y 2) 7: Difference of fourth powers. x 4 - y 4 = (x 2 - y 2)(x 2 + y 2) = (x + y)(x - y)(x 2 + y 2) 8: Perfet square x 2 + 2xy + y 2 = (x + y) 2 9: Perfet square x 2 - 2xy + y 2 = (x - y) 2 10: Perfect cube x 3 + 3x 2y + 3xy 2 + y 3 = (x + y) 3 11: Perfect cube x 3 - 3x 2y + 3xy 2 - y 3 = (x - y) 3
  • 3.  Previously, you have simplified expressions by distributing through parentheses, such as: Example : 2(x + 3) = 2(x) + 2(3) = 2x + 6 The trick is to see what can be factored out of every term in the expression. Warning: Don't make the mistake of thinking that "factoring" means "dividing something off and making it magically disappear". Remember that "factoring" means "dividing out and putting in front of the parentheses". Nothing "disappears" when you factor; things merely get rearranged.
  • 4. Any number or variable that is a factor of both terms in a binomial can be factored out. For example, the binomial 3x^3 + 6x can be factored to (3x)(x^2 + 2) because 3x is a factor of 3x^2 (which is 3x * x^2) and of 6 (which is 3x * 2).
  • 5. Find the greatest common factor (GCF) of both terms. The greatest common factor is the largest value that can be factored out of both terms. In the expression 6y^2 - 24, 3 is a common factor of both terms, but it is not the GCF. Six is the GCF, since both numbers can be divided by 6. Factoring it out, we get 6(y^2 - 4).
  • 6. Find out if you have a difference of squares. A difference of squares is a variable squared minus a constant, like y^2 - 4. If you have factored out the GCF and don't have a minus sign in your binomial, you are done.
  • 7. Solve the difference of squares. First make sure the numbers are arranged in the proper order, with the positive term before the negative term, then find the square root of each term. In the example above, the square root of y^2 is y, and the square root of 4 is 2.
  • 8. Set up two sets of parentheses. Each will have the first square root followed by the second square root. In the first, they will be separated by a addition sign, and in the second, a subtraction sign. To take the example from steps 3 and 4, we get y^2 - 4 = (y + 2)(y - 2). Looking at the whole problem for step 3, we get 6y^2 - 24 = 6(y^2 - 4) = 6(y + 2)(y - 2).
  • 9. Example : 7x -7 A "7" can come out of each term, so I'll factor this out front: 7x – 7 = 7( ) Dividing the 7 out of "7x" leaves just an "x": 7x – 7 = 7(x ) What am I left with when I divide the 7 out of the second term? Well, if "nothing" is left, then "1" is left. (Remember: 7 ÷ 7 = 1.) So I get: 7x – 7 = 7(x – 1)  Take careful note: When "nothing" is left after factoring, a "1" is left behind in the parentheses.
  • 10. Example : x2y3 + xy I can factor an "x" and a "y" out of each term: x2y3 = xy(x1y2) = xy(xy2) and xy = xy(1). x2y3 + xy = xy( ) = xy(xy2 ) = xy(xy2 + 1)
  • 11. Example : 3x3 + 6x2 – 15x. I can factor a "3" and an "x" out of each term: 3x3 = 3x(x2), 6x2 = 3x(2x), and –15x = 3x(–5). Being careful of my signs, I get: 3x3 + 6x2 – 15x = 3x( ) = 3x(x2 ) = 3x(x2 + 2x ) = 3x(x2 + 2x – 5)
  • 12. If the Polynomial has 4 terms or more, Factor by Grouping example : x^3 + x^2 + 2x + 2 x^3 + x^2 | + 2x + 2 = x^2(x +1) | + 2 (x +1) =(x + 1 ) ( x^2 +2 )
  • 13. 1. x2 + 4x – x – 4.  2. x2 – 4x + 6x – 24.  3.3x – 12.  4. 12y2 – 5y.  5. 9 - 4x 2.
  • 14.  1. x2 + 4x – x – 4 = x(x + 4) – 1(x + 4) = (x + 4)(x – 1)  2. x2 – 4x + 6x – 24 = x(x – 4) + 6(x – 4) = (x – 4)(x + 6)  3. 3x – 12 = 3( ) 3x – 12 = 3(x ) 3x – 12 = 3(x – 4)
  • 15.  4. 12y2 – 5y = y( ) 12y2 – 5y = y(12y ) 12y2 – 5y = y(12y – 5)  5. 9 - 4x 2 = 3 2 - (2x) 2 = (3 - 2x)(3 + 2x)
  • 16. a) 3x² + 8x + 5  b) 3x² + 16x + 5  c) 2x² + 9x + 7  d) 2x² + 15x + 7  e) 5x² + 8x + 3  f) 5x² + 16x + 3  g) 2x² + 5x − 3  h) 2x² − 5x − 3  i) 2x² + x − 3  j) 2x² − 13x + 21
  • 17. A. (3x + 5)(x + 1)  B. (3x + 1)(x + 5)  C. (2x + 7)(x + 1)  D. (2x + 1)(x + 7)  E. (5x + 3)(x + 1)  F. (5x + 1)(x + 3)  G. (2x − 1)(x + 3)  H. (2x + 1)(x − 3)  I. (2x + 3)(x − 1)  J. (2x − 7 )(x −3)
  • 18. Leader : Ghia Adrielle Alpuerto Members : Marco Ruelos Xina Sularte Justine tan Michelle Mendoza