SlideShare une entreprise Scribd logo
1  sur  13
Solving Quadratic Equations by Factoring Quadratic Equations are also known as Second Degree Equations because the highest power of the variable is 2.  They may have zero, one or two solutions.  There are several methods for solving them.  This lesson involves those that can be solved by factoring.
Zero Product Rule Solving a quadratic equation by factoring is based upon the Zero Product Rule which states:              if ab = 0, then either a = 0 or b = 0 To apply this rule to solving a quadratic equation: ,[object Object]
Then determine whether the expression on the left side of the equation can be factored. If so, then the product of those factors is 0, and since(factor1)• (factor2) = 0, then either factor1 = 0, or factor2 = 0.
Solve by Factoring Here is an example of an equation in Standard Form: y2 – 6y + 5   = 0 Can we factor the expression on the left side of the equation?   Yes, we can express it as the product of two polynomial factors. Since the product of those two factors is zero, then according to the Zero Product Rule, one of the factors must be equal to zero. So we set each of the factors to zero and solve to determine the two possible solutions. y2 – 6y + 5   = 0  (y – 5) (y – 1) = 0     y – 5 = 0    OR    y – 1 = 0 y = 5                         y = 1
Check Substitute each of the solutions into the original equation for y = 5   y2 –  6y + 5 = 0 (5)2 – 6(5) + 5 =  0  25  –   30  + 5 = 0 -5  +  5 = 0 0 = 0   for y = 1   y2 – 6y + 5  = 0 (1)2– 6(1) + 5 = 0  1   –   6   +  5 = 0 -5  +  5 = 0 0 = 0   Both solutions are valid.
Solve by Factoring – common factor       9 x2 – 5 = 12x – 5               9x2 = 12x   9x2– 12x = 0   9x2– 12x = 0 3x(3x – 4) = 0   3x = 0       OR      3x - 4 =  0    x = 0                      3x   =  4  x =    In  this example, the equation is not in standard form, so the first step is to express the equation in standard form.  To do so, we move the terms from the right to the left side of the equation.  The constant term cancels out in our resulting equation. Next, we factor the expression on the right side of the equation.  We find that we have a common factor of 3x in each of the terms of the expression. Using the zero product rule, we set each of the resulting factors equal to zero and solve to find the two solutions.
Check Substitute each of the solutions into the original equation for x = 0 9 x2   – 5  =  12x   – 5 9(0)2 – 5 = 12(0) – 5  9(0) –  5 = 12(0) – 5         0 – 5  = 0 – 5            -5   =   -5 for x =      9 x2  –  5 =  12x   –  5 9(     )2 – 5 = 12(    ) – 5  9(     ) –  5 = 12(    ) – 5       16  – 5  =  16  -   5               11 =  11 Both solutions are valid.
Solve by Factoring – perfect square This equation is in standard form, so we need to determine whether the expression on the right side of the equation can be factored.   First we find that there is a common factor of 3, so we factor it out.  The resulting expression can be factored further.  We recognize it as a perfect square. We can divide both sides of the equation by 3 and are left with  two identical factors of (x + 2).  According to  the zero product rule, we know that x + 2 must be equal to  0, so we set it to zero and solve. 3x2 + 12x + 12 = 0 3(x2+ 4x + 4)  = 0         3(x + 2)2    = 0 (x + 2)2     = 0 x + 2  = 0                         x = -2
Check Substitute the solution into the original equation for x = -2    3x2  +   12x   +  12 = 0 3(-2)2 + 12(-2) + 12 = 0    3(4) + 12 (-2) + 12 = 0              12 – 24 + 12 = 0                                 0 = 0 The solution is valid
Applications with Quadratic equations Consecutive Integer Problem We have three consecutive even integers.  The sum of the first two integers is equal to one-fourth the product of the second and third.  Find all possible solutions for the three integers. Using FFFSA method: FIND:  We need to find three consecutive even integers. We can represent them as x, x +2 and x + 4 FACTS:  The sum of the first two is represented by:  x + (x + 2)               The product of the second and the third is: (x + 2)(x + 4)                One fourth of that value is:  FORMULA:  From the facts we can create an equation:                       x + x + 2 =
Consecutive Integer Problem SOLVE:        x + x + 2 =                         2x + 2 =                               combine like terms                     4(2x + 2) = (x + 2)(x + 4)       multiply both sides by 4                         8x + 8  = x2 + 6x + 8           left: distributive  property / right: FOIL                    8x + 8 – 8 = x2 + 6x + 8 – 8     subtract 8 from both sides 	8x = x2 + 6x                   simplify                                  0 = x2 + 6x – 8x           subtract 8x from both sides                                  0 = x2 – 2x                   combine like terms x2 – 2x = 0                 switch sides (symmetry principle)                          x(x - 2)= 0                factor out common factor of x       x = 0          OR       x – 2 = 0      Set factors equal to zero  (zero                                             x = 2       product rule) , and solve ANSWER: If x is 0, the second integer is x+2 = 0+2 = 2, the third integer is x+4 = 0+4 = 4 If x is 2, the second integer is x+2 = 2+2 = 4, the third integer is x+4 = 2+4 = 6 So we express the solutions as  0, 2, 4   OR  2, 4, 6
Check the SolutionConsecutive Integer Problem Let’s see if our answers fit into the original problem: We have three consecutive even integers.  The sum of the first two integers is equal to one-fourth the product of the second and third.  Find all possible solutions for the three integers. The solution 0, 2, 4:     0 + 2 = (2)(4) ÷ 4 	               2 = 8 ÷ 4                                               2 = 2      True The solution 2, 4, 6:       2 + 4 = (4)(6) ÷ 4 		                  6 = 24 ÷ 4                                                    6 = 6      True  Both solutions are possible.
Applications with Quadratic equationsRight Triangle Problem The Pythagorean Theorem states that the sum of the squares of the legs of a right triangle is equal to the square of the hypotenuse.  It is represented by the formula:    a2 + b2 = c2 Here is an example problem:  The hypotenuse of a right triangle is 15 cm. and the larger leg is 12 cm.  What is the length of the shorter leg? FIND:  the length of the shorter leg.  We will represent it as:  a FACTS:    b = 12,   c = 15 FORMULA :       a2 + b2 = c2 SUBSTITUTE:       a2 + (12)2 = (15)2

Contenu connexe

Tendances

7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equationsswartzje
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equationskliegey524
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulamaricel mas
 
Applications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsApplications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsCipriano De Leon
 
Absolute value
Absolute valueAbsolute value
Absolute valuetvierra
 
Grade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesGrade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesSofia Ty
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalitiesmstf mstf
 
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...Cipriano De Leon
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping pptDoreen Mhizha
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomialsitutor
 
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the SquareSolving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the SquareFree Math Powerpoints
 
Solving Equations Involving Radical Expressions
Solving Equations Involving Radical ExpressionsSolving Equations Involving Radical Expressions
Solving Equations Involving Radical ExpressionsCipriano De Leon
 
nature of the roots and discriminant
nature of the roots and discriminantnature of the roots and discriminant
nature of the roots and discriminantmaricel mas
 
Long and synthetic division
Long and synthetic divisionLong and synthetic division
Long and synthetic divisionJessica Garcia
 
Sum and product of the roots of a
Sum and product  of the roots of aSum and product  of the roots of a
Sum and product of the roots of aMartinGeraldine
 

Tendances (20)

7.7 Solving Radical Equations
7.7 Solving Radical Equations7.7 Solving Radical Equations
7.7 Solving Radical Equations
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Solving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic EquationsSolving Word Problems Involving Quadratic Equations
Solving Word Problems Involving Quadratic Equations
 
Rational Exponents
Rational ExponentsRational Exponents
Rational Exponents
 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
 
Applications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic EquationsApplications of Quadratic Equations and Rational Algebraic Equations
Applications of Quadratic Equations and Rational Algebraic Equations
 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
 
Absolute value
Absolute valueAbsolute value
Absolute value
 
Grade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic InequalitiesGrade mathematics: Quadratic Inequalities
Grade mathematics: Quadratic Inequalities
 
Quadratic inequalities
Quadratic inequalitiesQuadratic inequalities
Quadratic inequalities
 
Rectangular Coordinate System
Rectangular Coordinate SystemRectangular Coordinate System
Rectangular Coordinate System
 
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...Solving Equations Transformable to Quadratic Equation Including Rational Alge...
Solving Equations Transformable to Quadratic Equation Including Rational Alge...
 
Factoring by grouping ppt
Factoring by grouping pptFactoring by grouping ppt
Factoring by grouping ppt
 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
 
Solving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the SquareSolving Quadratic Equations by Completing the Square
Solving Quadratic Equations by Completing the Square
 
Solving Equations Involving Radical Expressions
Solving Equations Involving Radical ExpressionsSolving Equations Involving Radical Expressions
Solving Equations Involving Radical Expressions
 
nature of the roots and discriminant
nature of the roots and discriminantnature of the roots and discriminant
nature of the roots and discriminant
 
Combined variation
Combined variationCombined variation
Combined variation
 
Long and synthetic division
Long and synthetic divisionLong and synthetic division
Long and synthetic division
 
Sum and product of the roots of a
Sum and product  of the roots of aSum and product  of the roots of a
Sum and product of the roots of a
 

En vedette

Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsA M
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equationitutor
 
Quadratic equations lesson 3
Quadratic equations lesson 3Quadratic equations lesson 3
Quadratic equations lesson 3KathManarang
 
5.2 Solving Quadratic Equations by Factoring
5.2 Solving Quadratic Equations by Factoring5.2 Solving Quadratic Equations by Factoring
5.2 Solving Quadratic Equations by Factoringhisema01
 
Quadratic equation
Quadratic equation   Quadratic equation
Quadratic equation HOME!
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function PresentationRyanWatt
 
Mathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the Square
Mathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the SquareMathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the Square
Mathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the SquareJuan Miguel Palero
 
6.4 solve quadratic equations by completing the square
6.4 solve quadratic equations by completing the square6.4 solve quadratic equations by completing the square
6.4 solve quadratic equations by completing the squareJessica Garcia
 
6.3 solving by factoring
6.3 solving by factoring6.3 solving by factoring
6.3 solving by factoringhisema01
 
Smart practice factoring by grouping
Smart practice   factoring by groupingSmart practice   factoring by grouping
Smart practice factoring by groupingpatrickccatalano
 
Lesson 5.2 honors 2
Lesson 5.2 honors 2Lesson 5.2 honors 2
Lesson 5.2 honors 2morrobea
 
Jeopardy1
Jeopardy1Jeopardy1
Jeopardy1msnancy
 
Quadratic equation of class 10
Quadratic equation of class 10Quadratic equation of class 10
Quadratic equation of class 10Sanjay Mahto
 
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic EquationsMathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic EquationsJuan Miguel Palero
 
Factoring quadratic expressions
Factoring quadratic expressionsFactoring quadratic expressions
Factoring quadratic expressionsAlicia Jane
 

En vedette (20)

Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Quadratic Equation
Quadratic EquationQuadratic Equation
Quadratic Equation
 
Quadratic equations lesson 3
Quadratic equations lesson 3Quadratic equations lesson 3
Quadratic equations lesson 3
 
5.2 Solving Quadratic Equations by Factoring
5.2 Solving Quadratic Equations by Factoring5.2 Solving Quadratic Equations by Factoring
5.2 Solving Quadratic Equations by Factoring
 
Quadratic equation
Quadratic equation   Quadratic equation
Quadratic equation
 
Quadratic Function Presentation
Quadratic Function PresentationQuadratic Function Presentation
Quadratic Function Presentation
 
Mathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the Square
Mathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the SquareMathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the Square
Mathematics 9 Lesson 1-A: Solving Quadratic Equations by Completing the Square
 
6.4 solve quadratic equations by completing the square
6.4 solve quadratic equations by completing the square6.4 solve quadratic equations by completing the square
6.4 solve quadratic equations by completing the square
 
Quadratic functions my maths presentation
Quadratic functions my maths presentationQuadratic functions my maths presentation
Quadratic functions my maths presentation
 
Triangles
TrianglesTriangles
Triangles
 
6.3 solving by factoring
6.3 solving by factoring6.3 solving by factoring
6.3 solving by factoring
 
Smart practice factoring by grouping
Smart practice   factoring by groupingSmart practice   factoring by grouping
Smart practice factoring by grouping
 
Jeopardy
JeopardyJeopardy
Jeopardy
 
Lesson 5.2 honors 2
Lesson 5.2 honors 2Lesson 5.2 honors 2
Lesson 5.2 honors 2
 
Jeopardy1
Jeopardy1Jeopardy1
Jeopardy1
 
Quadratic equation of class 10
Quadratic equation of class 10Quadratic equation of class 10
Quadratic equation of class 10
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic EquationsMathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
Mathematics 9 Lesson 1-C: Roots and Coefficients of Quadratic Equations
 
Factoring quadratic expressions
Factoring quadratic expressionsFactoring quadratic expressions
Factoring quadratic expressions
 
Figures of speech
Figures of speechFigures of speech
Figures of speech
 

Similaire à Solving Quadratic Equations by Factoring

Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsRajeevRajeev
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signsswartzje
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Brit4
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Harsh Arora
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equationskbrach
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables shivangi gupta
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variablesVinisha Pathak
 
Simultaneous equations elimination 3
Simultaneous equations elimination 3Simultaneous equations elimination 3
Simultaneous equations elimination 3castellanos72hector
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1ingroy
 
Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed MD. G R Ahmed
 
QUADRATIC EQUATIONS
QUADRATIC EQUATIONSQUADRATIC EQUATIONS
QUADRATIC EQUATIONShiratufail
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3Nazrin Nazdri
 
Sulalgtrig7e Isg 1 1
Sulalgtrig7e Isg 1 1Sulalgtrig7e Isg 1 1
Sulalgtrig7e Isg 1 1Joseph Eulo
 
Linear, quardratic equations
Linear, quardratic equationsLinear, quardratic equations
Linear, quardratic equationsRekhaChoudhary24
 

Similaire à Solving Quadratic Equations by Factoring (20)

Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Advance algebra
Advance algebraAdvance algebra
Advance algebra
 
Rational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of SignsRational Zeros and Decarte's Rule of Signs
Rational Zeros and Decarte's Rule of Signs
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1Mc ty-cubicequations-2009-1
Mc ty-cubicequations-2009-1
 
Solving quadratic equations
Solving quadratic equationsSolving quadratic equations
Solving quadratic equations
 
Ecuaciones lineales 1
Ecuaciones lineales 1Ecuaciones lineales 1
Ecuaciones lineales 1
 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equations
 
Pair of linear equation in two variables
Pair of linear equation in two variables Pair of linear equation in two variables
Pair of linear equation in two variables
 
Linear equations in two variables
Linear equations in two variablesLinear equations in two variables
Linear equations in two variables
 
Simultaneous equations elimination 3
Simultaneous equations elimination 3Simultaneous equations elimination 3
Simultaneous equations elimination 3
 
Analytic Geometry Period 1
Analytic Geometry Period 1Analytic Geometry Period 1
Analytic Geometry Period 1
 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic Equations
 
Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed Linear equation in one variable for class VIII by G R Ahmed
Linear equation in one variable for class VIII by G R Ahmed
 
QUADRATIC EQUATIONS
QUADRATIC EQUATIONSQUADRATIC EQUATIONS
QUADRATIC EQUATIONS
 
Business Math Chapter 3
Business Math Chapter 3Business Math Chapter 3
Business Math Chapter 3
 
Chapter 2
Chapter  2Chapter  2
Chapter 2
 
Sulalgtrig7e Isg 1 1
Sulalgtrig7e Isg 1 1Sulalgtrig7e Isg 1 1
Sulalgtrig7e Isg 1 1
 
Linear, quardratic equations
Linear, quardratic equationsLinear, quardratic equations
Linear, quardratic equations
 

Plus de Mid Michigan Community College (7)

Division Of Polynomials
Division Of PolynomialsDivision Of Polynomials
Division Of Polynomials
 
Systems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 VariablesSystems of 3 Equations in 3 Variables
Systems of 3 Equations in 3 Variables
 
Using Proportions to Solve Problems
Using Proportions to Solve ProblemsUsing Proportions to Solve Problems
Using Proportions to Solve Problems
 
Problems Involving Formulas
Problems Involving FormulasProblems Involving Formulas
Problems Involving Formulas
 
Operations on Real Numbers
Operations on Real NumbersOperations on Real Numbers
Operations on Real Numbers
 
Prime Factorization & Fractions
Prime Factorization & FractionsPrime Factorization & Fractions
Prime Factorization & Fractions
 
Fraction Overview
Fraction OverviewFraction Overview
Fraction Overview
 

Dernier

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfVanessa Camilleri
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxlancelewisportillo
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)lakshayb543
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmStan Meyer
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management SystemChristalin Nelson
 
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
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Celine George
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
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
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEaurabinda banchhor
 
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
 

Dernier (20)

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
ICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdfICS2208 Lecture6 Notes for SL spaces.pdf
ICS2208 Lecture6 Notes for SL spaces.pdf
 
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
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptxQ4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
Q4-PPT-Music9_Lesson-1-Romantic-Opera.pptx
 
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
Visit to a blind student's school🧑‍🦯🧑‍🦯(community medicine)
 
Oppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and FilmOppenheimer Film Discussion for Philosophy and Film
Oppenheimer Film Discussion for Philosophy and Film
 
Transaction Management in Database Management System
Transaction Management in Database Management SystemTransaction Management in Database Management System
Transaction Management in Database Management System
 
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)
 
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
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17Field Attribute Index Feature in Odoo 17
Field Attribute Index Feature in Odoo 17
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
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
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Dust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSEDust Of Snow By Robert Frost Class-X English CBSE
Dust Of Snow By Robert Frost Class-X English CBSE
 
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
 

Solving Quadratic Equations by Factoring

  • 1. Solving Quadratic Equations by Factoring Quadratic Equations are also known as Second Degree Equations because the highest power of the variable is 2. They may have zero, one or two solutions. There are several methods for solving them. This lesson involves those that can be solved by factoring.
  • 2.
  • 3. Then determine whether the expression on the left side of the equation can be factored. If so, then the product of those factors is 0, and since(factor1)• (factor2) = 0, then either factor1 = 0, or factor2 = 0.
  • 4. Solve by Factoring Here is an example of an equation in Standard Form: y2 – 6y + 5 = 0 Can we factor the expression on the left side of the equation? Yes, we can express it as the product of two polynomial factors. Since the product of those two factors is zero, then according to the Zero Product Rule, one of the factors must be equal to zero. So we set each of the factors to zero and solve to determine the two possible solutions. y2 – 6y + 5 = 0 (y – 5) (y – 1) = 0     y – 5 = 0 OR y – 1 = 0 y = 5 y = 1
  • 5. Check Substitute each of the solutions into the original equation for y = 5 y2 – 6y + 5 = 0 (5)2 – 6(5) + 5 = 0 25 – 30 + 5 = 0 -5 + 5 = 0 0 = 0   for y = 1 y2 – 6y + 5 = 0 (1)2– 6(1) + 5 = 0 1 – 6 + 5 = 0 -5 + 5 = 0 0 = 0   Both solutions are valid.
  • 6. Solve by Factoring – common factor 9 x2 – 5 = 12x – 5 9x2 = 12x 9x2– 12x = 0 9x2– 12x = 0 3x(3x – 4) = 0   3x = 0 OR 3x - 4 = 0 x = 0 3x = 4 x = In this example, the equation is not in standard form, so the first step is to express the equation in standard form. To do so, we move the terms from the right to the left side of the equation. The constant term cancels out in our resulting equation. Next, we factor the expression on the right side of the equation. We find that we have a common factor of 3x in each of the terms of the expression. Using the zero product rule, we set each of the resulting factors equal to zero and solve to find the two solutions.
  • 7. Check Substitute each of the solutions into the original equation for x = 0 9 x2 – 5 = 12x – 5 9(0)2 – 5 = 12(0) – 5 9(0) – 5 = 12(0) – 5 0 – 5 = 0 – 5 -5 = -5 for x = 9 x2 – 5 = 12x – 5 9( )2 – 5 = 12( ) – 5 9( ) – 5 = 12( ) – 5 16 – 5 = 16 - 5 11 = 11 Both solutions are valid.
  • 8. Solve by Factoring – perfect square This equation is in standard form, so we need to determine whether the expression on the right side of the equation can be factored. First we find that there is a common factor of 3, so we factor it out. The resulting expression can be factored further. We recognize it as a perfect square. We can divide both sides of the equation by 3 and are left with two identical factors of (x + 2). According to the zero product rule, we know that x + 2 must be equal to 0, so we set it to zero and solve. 3x2 + 12x + 12 = 0 3(x2+ 4x + 4) = 0 3(x + 2)2 = 0 (x + 2)2 = 0 x + 2 = 0 x = -2
  • 9. Check Substitute the solution into the original equation for x = -2 3x2 + 12x + 12 = 0 3(-2)2 + 12(-2) + 12 = 0 3(4) + 12 (-2) + 12 = 0 12 – 24 + 12 = 0 0 = 0 The solution is valid
  • 10. Applications with Quadratic equations Consecutive Integer Problem We have three consecutive even integers. The sum of the first two integers is equal to one-fourth the product of the second and third. Find all possible solutions for the three integers. Using FFFSA method: FIND: We need to find three consecutive even integers. We can represent them as x, x +2 and x + 4 FACTS: The sum of the first two is represented by: x + (x + 2) The product of the second and the third is: (x + 2)(x + 4) One fourth of that value is: FORMULA: From the facts we can create an equation: x + x + 2 =
  • 11. Consecutive Integer Problem SOLVE: x + x + 2 = 2x + 2 = combine like terms 4(2x + 2) = (x + 2)(x + 4) multiply both sides by 4 8x + 8 = x2 + 6x + 8 left: distributive property / right: FOIL 8x + 8 – 8 = x2 + 6x + 8 – 8 subtract 8 from both sides 8x = x2 + 6x simplify 0 = x2 + 6x – 8x subtract 8x from both sides 0 = x2 – 2x combine like terms x2 – 2x = 0 switch sides (symmetry principle) x(x - 2)= 0 factor out common factor of x x = 0 OR x – 2 = 0 Set factors equal to zero (zero x = 2 product rule) , and solve ANSWER: If x is 0, the second integer is x+2 = 0+2 = 2, the third integer is x+4 = 0+4 = 4 If x is 2, the second integer is x+2 = 2+2 = 4, the third integer is x+4 = 2+4 = 6 So we express the solutions as 0, 2, 4 OR 2, 4, 6
  • 12. Check the SolutionConsecutive Integer Problem Let’s see if our answers fit into the original problem: We have three consecutive even integers. The sum of the first two integers is equal to one-fourth the product of the second and third. Find all possible solutions for the three integers. The solution 0, 2, 4: 0 + 2 = (2)(4) ÷ 4 2 = 8 ÷ 4 2 = 2 True The solution 2, 4, 6: 2 + 4 = (4)(6) ÷ 4 6 = 24 ÷ 4 6 = 6 True Both solutions are possible.
  • 13. Applications with Quadratic equationsRight Triangle Problem The Pythagorean Theorem states that the sum of the squares of the legs of a right triangle is equal to the square of the hypotenuse. It is represented by the formula: a2 + b2 = c2 Here is an example problem: The hypotenuse of a right triangle is 15 cm. and the larger leg is 12 cm. What is the length of the shorter leg? FIND: the length of the shorter leg. We will represent it as: a FACTS: b = 12, c = 15 FORMULA : a2 + b2 = c2 SUBSTITUTE: a2 + (12)2 = (15)2
  • 14. Right Triangle Problem SOLVE: a2 + (12)2 = (15)2 a2 + 144 = 225 simplify a2 – 81 = 0 subtract 225 from both sides of the equation (a + 9) (a – 9) = 0 Since a2 and 81 are perfect squares, we can factor this as the difference of two squares a + 9 = 0 OR a – 9 = 0 Set each factor equal to 0 (Zero product rule) a = -9 a = 9 Solve. ANSWER: The two solutions are 9 and -9. If you check the solutions in the orignal equation, both with result in a true statement, but do they both make sense in the original problem? Remember, we are looking for the length of a side of a triangle. That length cannot be a negative number, so we can throw out the solution -9. So our final answer is that side a is equal to 9 cm.