SlideShare une entreprise Scribd logo
1  sur  2
Télécharger pour lire hors ligne
Factoring by the Trial-and-error method
TE Factorization Formula
Let

f = ax2+bx+c

be a quadratic trinomial with integer coefficients.
If there exist integers d, e, m and n satisfying the three conditions
de = a
mn = c
dn+me = b
then the trinomial f can be factored over the integers as
ax2+bx+c = (dx+m)(ex+n)

Algorithm TE
Given a quadratic trinomial with integer coefficients
f = ax2+bx+c
this algorithm will find a factorization of f over the integers if one exists, else it will determine
that f is not factorable over the integers.
Step 1. Find the prime factorization of |a|, the absolute value of the quadratic coefficient of f.
Then, taking into account the sign of a, list all factorizations
a = de

with

0 < d ≤ |e|

of a into the product of two integers d and e for which d is positive and is less than or
equal to the absolute value of e.
Step 2. Find the prime factorization of |c|, the absolute value of the constant term of f. Then, taking
into account the sign of c, list all factorizations
c = mn

with

m>0

of c into the product of two integers m and n for which m is positive.
Step 3. For each factorization a = de in Step 1 and each factorization c = mn in Step 2,
• Compute the cross-product sum s = dn+me.
•

If s = b, terminate with the factorization
ax2+bx+c = (dx+m)(ex+n)

•

If s = –b, terminate with the factorization
ax2+bx+c = (dx–m)(ex–n)

Step 4. If s ≠ b and s ≠ –b for all factorizations a = de (in Step 1) and all factorizations c = mn
(in Step 2), then the trinomial f is nonfactorable over the integers.

Quick Reference on Factoring Trinomials • © 2001 K-14 Publishing Company
2

f = 14x2+11x–15
with a = 14, b = 11, c = –15

Example

Step 1. Prime factorization of |a| = |14| = 14:

14 = 2(7)

Factorizations a = de of a = 14 for which 0 < d ≤ |e|:
14 = 1(14) = 2(7)
Step 2. Prime factorization of |c| = |–15| = 15:

15 = 3(5)

Factorizations c = mn of c = –15 for which m > 0:
–15 = 1(–15) = 15(–1) = 3(–5) = 5(–3)
Step 3. For each factorization a = de in Step 1 and each factorization c = mn in Step 2,
compute the cross-product sum s = dn+me.
(d,e)
(m,n)

(1,14)

(2,7)

(1,–15)

1(–15) + 1(14)

= –1

2(–15) + 1(7)

= –23

(15,–1)

1(–1) + 15(14)

= 209

2(–1) + 15(7)

= 103

(3,–5)

1(–5) + 3(14)

= 37

2(–5) + 3(7)

= 11

(5,–3)

1(–3) + 5(14)

= 67

2(–3) + 5(7)

= 29

Table 1. Cross-product sums s = dn+me for f = 14x2+11x–15
From Table 1, we find that the factorization a = 14 = 2(7) with d = 2 and e = 7, and
the factorization c = –15 = 3(–5) with m = 3 and n = –5, result in the cross-product sum
s = dn+me = 2(–5)+3(7) = –10+21 = 11 = b
Factorization for f:
14x2+11x–15 = (2x+3)(7x–5)

Quick Reference on Factoring Trinomials • © 2001 K-14 Publishing Company

Contenu connexe

Tendances

Midpoint circle algo
Midpoint circle algoMidpoint circle algo
Midpoint circle algo
Mohd Arif
 
2 3 Bzca5e
2 3 Bzca5e2 3 Bzca5e
2 3 Bzca5e
silvia
 
EJERCICIOS PARA EL EXAMEN
EJERCICIOS PARA EL EXAMENEJERCICIOS PARA EL EXAMEN
EJERCICIOS PARA EL EXAMEN
nenyta08
 
Higher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic FunctionsHigher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic Functions
timschmitz
 
2.2 Polynomial Function Notes
2.2 Polynomial Function Notes2.2 Polynomial Function Notes
2.2 Polynomial Function Notes
lgemgnani
 

Tendances (19)

Distance in the cartesian plane
Distance in the cartesian planeDistance in the cartesian plane
Distance in the cartesian plane
 
Linear equations
Linear equationsLinear equations
Linear equations
 
Mid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer GraphicsMid point line Algorithm - Computer Graphics
Mid point line Algorithm - Computer Graphics
 
The Quadratic Function Derived From Zeros of the Equation (SNSD Theme)
The Quadratic Function Derived From Zeros of the Equation (SNSD Theme)The Quadratic Function Derived From Zeros of the Equation (SNSD Theme)
The Quadratic Function Derived From Zeros of the Equation (SNSD Theme)
 
Midpoint circle algo
Midpoint circle algoMidpoint circle algo
Midpoint circle algo
 
Edited Per4 Analytic Geometry
Edited Per4 Analytic GeometryEdited Per4 Analytic Geometry
Edited Per4 Analytic Geometry
 
Polynomial Function and Synthetic Division
Polynomial Function and Synthetic DivisionPolynomial Function and Synthetic Division
Polynomial Function and Synthetic Division
 
Quadratic function
Quadratic functionQuadratic function
Quadratic function
 
writing linear equation
writing linear equationwriting linear equation
writing linear equation
 
2 3 Bzca5e
2 3 Bzca5e2 3 Bzca5e
2 3 Bzca5e
 
EJERCICIOS PARA EL EXAMEN
EJERCICIOS PARA EL EXAMENEJERCICIOS PARA EL EXAMEN
EJERCICIOS PARA EL EXAMEN
 
Integration
IntegrationIntegration
Integration
 
1.0 factoring trinomials the ac method and making lists-t
1.0 factoring trinomials  the ac method and making lists-t1.0 factoring trinomials  the ac method and making lists-t
1.0 factoring trinomials the ac method and making lists-t
 
Higher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic FunctionsHigher Maths 2.1.2 - Quadratic Functions
Higher Maths 2.1.2 - Quadratic Functions
 
Bresenham circle
Bresenham circleBresenham circle
Bresenham circle
 
2.2 Polynomial Function Notes
2.2 Polynomial Function Notes2.2 Polynomial Function Notes
2.2 Polynomial Function Notes
 
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
 
Greatest integer function
Greatest integer functionGreatest integer function
Greatest integer function
 
Tangent and normal
Tangent and normalTangent and normal
Tangent and normal
 

En vedette (15)

Binary relations
Binary relationsBinary relations
Binary relations
 
Basics of set theory
Basics of set theoryBasics of set theory
Basics of set theory
 
Matlab commands
Matlab commandsMatlab commands
Matlab commands
 
Miscellneous functions
Miscellneous  functionsMiscellneous  functions
Miscellneous functions
 
Solving polynomial inequalities by graphing
Solving polynomial inequalities by graphingSolving polynomial inequalities by graphing
Solving polynomial inequalities by graphing
 
Propeties of-triangles
Propeties of-trianglesPropeties of-triangles
Propeties of-triangles
 
Continuity and end_behavior
Continuity and  end_behaviorContinuity and  end_behavior
Continuity and end_behavior
 
Fourier sine and cosine series
Fourier sine and cosine seriesFourier sine and cosine series
Fourier sine and cosine series
 
Linear approximations and_differentials
Linear approximations and_differentialsLinear approximations and_differentials
Linear approximations and_differentials
 
Continuity of functions by graph (exercises with detailed solutions)
Continuity of functions by graph   (exercises with detailed solutions)Continuity of functions by graph   (exercises with detailed solutions)
Continuity of functions by graph (exercises with detailed solutions)
 
Wave functions
Wave functionsWave functions
Wave functions
 
Intervals of validity
Intervals of validityIntervals of validity
Intervals of validity
 
Modelling with first order differential equations
Modelling with first order differential equationsModelling with first order differential equations
Modelling with first order differential equations
 
Review taylor series
Review taylor seriesReview taylor series
Review taylor series
 
Review power series
Review power seriesReview power series
Review power series
 

Similaire à Factoring by the trial and-error method

Bca3010 computer oreineted numerical methods
Bca3010   computer oreineted numerical methodsBca3010   computer oreineted numerical methods
Bca3010 computer oreineted numerical methods
smumbahelp
 
Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01
Asad Bukhari
 
Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01
Nur Kamila
 
Using Formulae Ppp Spm 2009 Ppsx
Using Formulae Ppp Spm 2009 PpsxUsing Formulae Ppp Spm 2009 Ppsx
Using Formulae Ppp Spm 2009 Ppsx
Saripah Ahmad Mozac
 

Similaire à Factoring by the trial and-error method (20)

Bca3010 computer oreineted numerical methods
Bca3010   computer oreineted numerical methodsBca3010   computer oreineted numerical methods
Bca3010 computer oreineted numerical methods
 
Indefinite Integration One shot Revision
Indefinite Integration One shot Revision Indefinite Integration One shot Revision
Indefinite Integration One shot Revision
 
Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01
 
Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01Spm add-maths-formula-list-form4-091022090639-phpapp01
Spm add-maths-formula-list-form4-091022090639-phpapp01
 
Additional Mathematics form 4 (formula)
Additional Mathematics form 4 (formula)Additional Mathematics form 4 (formula)
Additional Mathematics form 4 (formula)
 
Ch01
Ch01Ch01
Ch01
 
Antwoorden fourier and laplace transforms, manual solutions
Antwoorden   fourier and laplace transforms, manual solutionsAntwoorden   fourier and laplace transforms, manual solutions
Antwoorden fourier and laplace transforms, manual solutions
 
Arithmetic mean
Arithmetic meanArithmetic mean
Arithmetic mean
 
1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf1.5 Quadratic Equations.pdf
1.5 Quadratic Equations.pdf
 
MATHS SYMBOLS - OTHER OPERATIONS (1)
MATHS SYMBOLS - OTHER OPERATIONS (1)MATHS SYMBOLS - OTHER OPERATIONS (1)
MATHS SYMBOLS - OTHER OPERATIONS (1)
 
2014 st josephs geelong spec maths
2014 st josephs geelong spec maths2014 st josephs geelong spec maths
2014 st josephs geelong spec maths
 
05_AJMS_332_21.pdf
05_AJMS_332_21.pdf05_AJMS_332_21.pdf
05_AJMS_332_21.pdf
 
Using Formulae Ppp Spm 2009 Ppsx
Using Formulae Ppp Spm 2009 PpsxUsing Formulae Ppp Spm 2009 Ppsx
Using Formulae Ppp Spm 2009 Ppsx
 
Chap05alg
Chap05algChap05alg
Chap05alg
 
Chap05alg
Chap05algChap05alg
Chap05alg
 
Calculus Homework Help
Calculus Homework HelpCalculus Homework Help
Calculus Homework Help
 
Prerna Jee Advanced 2013 maths - Paper 1
Prerna Jee Advanced 2013 maths - Paper 1Prerna Jee Advanced 2013 maths - Paper 1
Prerna Jee Advanced 2013 maths - Paper 1
 
Pythagorean theorem
Pythagorean theoremPythagorean theorem
Pythagorean theorem
 
Pythagorean theorem
Pythagorean theoremPythagorean theorem
Pythagorean theorem
 
MATHS SYMBOLS - PROPORTIONS - FIRST PROPERTIES - MANY OTHER PROPERTIES
MATHS SYMBOLS - PROPORTIONS - FIRST PROPERTIES - MANY OTHER PROPERTIESMATHS SYMBOLS - PROPORTIONS - FIRST PROPERTIES - MANY OTHER PROPERTIES
MATHS SYMBOLS - PROPORTIONS - FIRST PROPERTIES - MANY OTHER PROPERTIES
 

Plus de Tarun Gehlot

Plus de Tarun Gehlot (17)

Materials 11-01228
Materials 11-01228Materials 11-01228
Materials 11-01228
 
Introduction to finite element analysis
Introduction to finite element analysisIntroduction to finite element analysis
Introduction to finite element analysis
 
Finite elements for 2‐d problems
Finite elements  for 2‐d problemsFinite elements  for 2‐d problems
Finite elements for 2‐d problems
 
Error analysis statistics
Error analysis   statisticsError analysis   statistics
Error analysis statistics
 
Introduction to matlab
Introduction to matlabIntroduction to matlab
Introduction to matlab
 
Local linear approximation
Local linear approximationLocal linear approximation
Local linear approximation
 
Interpolation functions
Interpolation functionsInterpolation functions
Interpolation functions
 
Gaussian quadratures
Gaussian quadraturesGaussian quadratures
Gaussian quadratures
 
Numerical integration
Numerical integrationNumerical integration
Numerical integration
 
Applications of set theory
Applications of  set theoryApplications of  set theory
Applications of set theory
 
Dependent v. independent variables
Dependent v. independent variablesDependent v. independent variables
Dependent v. independent variables
 
Modeling Transformations
Modeling TransformationsModeling Transformations
Modeling Transformations
 
Graphing inverse functions
Graphing inverse functionsGraphing inverse functions
Graphing inverse functions
 
Convergence Criteria
Convergence CriteriaConvergence Criteria
Convergence Criteria
 
Applications of numerical methods
Applications of numerical methodsApplications of numerical methods
Applications of numerical methods
 
Numerical differentiation integration
Numerical differentiation integrationNumerical differentiation integration
Numerical differentiation integration
 
basic concepts of Functions
basic concepts of Functionsbasic concepts of Functions
basic concepts of Functions
 

Dernier

Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
ZurliaSoop
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
AnaAcapella
 
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
heathfieldcps1
 

Dernier (20)

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
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
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
 
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptxHMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
HMCS Max Bernays Pre-Deployment Brief (May 2024).pptx
 
Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)Accessible Digital Futures project (20/03/2024)
Accessible Digital Futures project (20/03/2024)
 
Towards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.pptxTowards a code of practice for AI in AT.pptx
Towards a code of practice for AI in AT.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
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
How to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POSHow to Manage Global Discount in Odoo 17 POS
How to Manage Global Discount in Odoo 17 POS
 
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
Sensory_Experience_and_Emotional_Resonance_in_Gabriel_Okaras_The_Piano_and_Th...
 
Google Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptxGoogle Gemini An AI Revolution in Education.pptx
Google Gemini An AI Revolution in Education.pptx
 
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
 
Introduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The BasicsIntroduction to Nonprofit Accounting: The Basics
Introduction to Nonprofit Accounting: The Basics
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
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
 
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
 
Spellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please PractiseSpellings Wk 3 English CAPS CARES Please Practise
Spellings Wk 3 English CAPS CARES Please Practise
 
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptxHMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
HMCS Vancouver Pre-Deployment Brief - May 2024 (Web Version).pptx
 
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
 
Fostering Friendships - Enhancing Social Bonds in the Classroom
Fostering Friendships - Enhancing Social Bonds  in the ClassroomFostering Friendships - Enhancing Social Bonds  in the Classroom
Fostering Friendships - Enhancing Social Bonds in the Classroom
 

Factoring by the trial and-error method

  • 1. Factoring by the Trial-and-error method TE Factorization Formula Let f = ax2+bx+c be a quadratic trinomial with integer coefficients. If there exist integers d, e, m and n satisfying the three conditions de = a mn = c dn+me = b then the trinomial f can be factored over the integers as ax2+bx+c = (dx+m)(ex+n) Algorithm TE Given a quadratic trinomial with integer coefficients f = ax2+bx+c this algorithm will find a factorization of f over the integers if one exists, else it will determine that f is not factorable over the integers. Step 1. Find the prime factorization of |a|, the absolute value of the quadratic coefficient of f. Then, taking into account the sign of a, list all factorizations a = de with 0 < d ≤ |e| of a into the product of two integers d and e for which d is positive and is less than or equal to the absolute value of e. Step 2. Find the prime factorization of |c|, the absolute value of the constant term of f. Then, taking into account the sign of c, list all factorizations c = mn with m>0 of c into the product of two integers m and n for which m is positive. Step 3. For each factorization a = de in Step 1 and each factorization c = mn in Step 2, • Compute the cross-product sum s = dn+me. • If s = b, terminate with the factorization ax2+bx+c = (dx+m)(ex+n) • If s = –b, terminate with the factorization ax2+bx+c = (dx–m)(ex–n) Step 4. If s ≠ b and s ≠ –b for all factorizations a = de (in Step 1) and all factorizations c = mn (in Step 2), then the trinomial f is nonfactorable over the integers. Quick Reference on Factoring Trinomials • © 2001 K-14 Publishing Company
  • 2. 2 f = 14x2+11x–15 with a = 14, b = 11, c = –15 Example Step 1. Prime factorization of |a| = |14| = 14: 14 = 2(7) Factorizations a = de of a = 14 for which 0 < d ≤ |e|: 14 = 1(14) = 2(7) Step 2. Prime factorization of |c| = |–15| = 15: 15 = 3(5) Factorizations c = mn of c = –15 for which m > 0: –15 = 1(–15) = 15(–1) = 3(–5) = 5(–3) Step 3. For each factorization a = de in Step 1 and each factorization c = mn in Step 2, compute the cross-product sum s = dn+me. (d,e) (m,n) (1,14) (2,7) (1,–15) 1(–15) + 1(14) = –1 2(–15) + 1(7) = –23 (15,–1) 1(–1) + 15(14) = 209 2(–1) + 15(7) = 103 (3,–5) 1(–5) + 3(14) = 37 2(–5) + 3(7) = 11 (5,–3) 1(–3) + 5(14) = 67 2(–3) + 5(7) = 29 Table 1. Cross-product sums s = dn+me for f = 14x2+11x–15 From Table 1, we find that the factorization a = 14 = 2(7) with d = 2 and e = 7, and the factorization c = –15 = 3(–5) with m = 3 and n = –5, result in the cross-product sum s = dn+me = 2(–5)+3(7) = –10+21 = 11 = b Factorization for f: 14x2+11x–15 = (2x+3)(7x–5) Quick Reference on Factoring Trinomials • © 2001 K-14 Publishing Company