SlideShare a Scribd company logo
1 of 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

More Related Content

What's hot

Factoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two CubesFactoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two CubesFree Math Powerpoints
ย 
Nature of the roots of a quadratic equation
Nature of  the roots of a quadratic equationNature of  the roots of a quadratic equation
Nature of the roots of a quadratic equationMartinGeraldine
ย 
Slope of a Line
Slope of a LineSlope of a Line
Slope of a Linekaren wagoner
ย 
Direct Variation
Direct VariationDirect Variation
Direct Variationswartzje
ย 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomialsitutor
ย 
Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)BevBeverlyGelbolingo
ย 
Nature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationNature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationCipriano De Leon
ย 
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
ย 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring PolynomialsVer Louie Gautani
ย 
Factoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factorFactoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factorLorie Jane Letada
ย 
Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variablessheisirenebkm
ย 
Multiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressionsMultiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressionsmyla gambalan
ย 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two SquaresNara Cocarelli
ย 
Laws Of Exponents
Laws Of ExponentsLaws Of Exponents
Laws Of ExponentsPhil Saraspe
ย 
7.2 simplifying radicals
7.2 simplifying radicals7.2 simplifying radicals
7.2 simplifying radicalshisema01
ย 
Completing the square
Completing the squareCompleting the square
Completing the squareRon Eick
ย 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulamaricel mas
ย 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringFree Math Powerpoints
ย 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsFree Math Powerpoints
ย 

What's hot (20)

Factoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two CubesFactoring Sum and Difference of Two Cubes
Factoring Sum and Difference of Two Cubes
ย 
Nature of the roots of a quadratic equation
Nature of  the roots of a quadratic equationNature of  the roots of a quadratic equation
Nature of the roots of a quadratic equation
ย 
Slope of a Line
Slope of a LineSlope of a Line
Slope of a Line
ย 
Direct Variation
Direct VariationDirect Variation
Direct Variation
ย 
Remainder theorem
Remainder theoremRemainder theorem
Remainder theorem
ย 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
ย 
Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)Inverse Variation (Mathematics 9)
Inverse Variation (Mathematics 9)
ย 
Nature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equationNature of the roots and sum and product of the roots of a quadratic equation
Nature of the roots and sum and product of the roots of a quadratic equation
ย 
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
ย 
Factoring Polynomials
Factoring PolynomialsFactoring Polynomials
Factoring Polynomials
ย 
Factoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factorFactoring Polynomials with common monomial factor
Factoring Polynomials with common monomial factor
ย 
Linear Equations in Two Variables
Linear Equations in Two VariablesLinear Equations in Two Variables
Linear Equations in Two Variables
ย 
Multiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressionsMultiplying & dividing rational algebraic expressions
Multiplying & dividing rational algebraic expressions
ย 
Factoring the Difference of Two Squares
Factoring the Difference of Two SquaresFactoring the Difference of Two Squares
Factoring the Difference of Two Squares
ย 
Laws Of Exponents
Laws Of ExponentsLaws Of Exponents
Laws Of Exponents
ย 
7.2 simplifying radicals
7.2 simplifying radicals7.2 simplifying radicals
7.2 simplifying radicals
ย 
Completing the square
Completing the squareCompleting the square
Completing the square
ย 
solving quadratic equations using quadratic formula
solving quadratic equations using quadratic formulasolving quadratic equations using quadratic formula
solving quadratic equations using quadratic formula
ย 
Solving Quadratic Equations by Factoring
Solving Quadratic Equations by FactoringSolving Quadratic Equations by Factoring
Solving Quadratic Equations by Factoring
ย 
Simplifying Rational Algebraic Expressions
Simplifying Rational Algebraic ExpressionsSimplifying Rational Algebraic Expressions
Simplifying Rational Algebraic Expressions
ย 

Viewers also liked

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
ย 
Quadratic functions my maths presentation
Quadratic functions my maths presentationQuadratic functions my maths presentation
Quadratic functions my maths presentationUniversity of Johannesburg
ย 
Triangles
TrianglesTriangles
TrianglesAdamya Shyam
ย 
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
ย 
Jeopardy
JeopardyJeopardy
Jeopardyleahc830
ย 
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
ย 
Figures of speech
Figures of speechFigures of speech
Figures of speechKarina Fernandes
ย 

Viewers also liked (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
ย 

Similar to Solving Quadratic Equations by Factoring

Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsNandiniNandus
ย 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsRajeevRajeev
ย 
Advance algebra
Advance algebraAdvance algebra
Advance algebralyra matalubos
ย 
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
ย 
Ecuaciones lineales 1
Ecuaciones lineales 1Ecuaciones lineales 1
Ecuaciones lineales 1AngieDamianMojica
ย 
Quadratic equations
Quadratic equationsQuadratic equations
Quadratic equationsMervin Dayrit
ย 
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
ย 
Quadratic Equations
Quadratic EquationsQuadratic Equations
Quadratic EquationsWenslette Rosique
ย 
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
ย 

Similar to 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
ย 

More from Mid Michigan Community College

More from 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
ย 

Recently uploaded

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
ย 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
ย 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
ย 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
ย 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
ย 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Association for Project Management
ย 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
ย 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and ModificationsMJDuyan
ย 
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
ย 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
ย 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docxPoojaSen20
ย 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxRamakrishna Reddy Bijjam
ย 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibitjbellavia9
ย 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxheathfieldcps1
ย 
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
ย 
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
ย 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxAmita Gupta
ย 
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
ย 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...pradhanghanshyam7136
ย 

Recently uploaded (20)

1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
ย 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
ย 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
ย 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
ย 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
ย 
Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...Making communications land - Are they received and understood as intended? we...
Making communications land - Are they received and understood as intended? we...
ย 
Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024Mehran University Newsletter Vol-X, Issue-I, 2024
Mehran University Newsletter Vol-X, Issue-I, 2024
ย 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
ย 
Understanding Accommodations and Modifications
Understanding  Accommodations and ModificationsUnderstanding  Accommodations and Modifications
Understanding Accommodations and Modifications
ย 
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
ย 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
ย 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
ย 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
ย 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
ย 
The basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptxThe basics of sentences session 3pptx.pptx
The basics of sentences session 3pptx.pptx
ย 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
ย 
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
ย 
Third Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.pptxThird Battle of Panipat detailed notes.pptx
Third Battle of Panipat detailed notes.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
ย 
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...Kodo Millet  PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
Kodo Millet PPT made by Ghanshyam bairwa college of Agriculture kumher bhara...
ย 

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.