SlideShare a Scribd company logo
2
Most read
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

More Related Content

PPT
Factoring 15.3 and 15.4 Grouping and Trial and Error
PDF
Finite elements : basis functions
PPTX
Transforming Quadratic functions from General Form to Standard Form
PPTX
Transforming Quadratic Functions from General Form to Standard Form
PPT
15.2 factoring x2+bx+c
DOCX
Sim (Linear Function)
PPT
Quadratic functions
PDF
Lecture 10
Factoring 15.3 and 15.4 Grouping and Trial and Error
Finite elements : basis functions
Transforming Quadratic functions from General Form to Standard Form
Transforming Quadratic Functions from General Form to Standard Form
15.2 factoring x2+bx+c
Sim (Linear Function)
Quadratic functions
Lecture 10

What's hot (19)

PPT
Distance in the cartesian plane
PPT
Linear equations
PPTX
Mid point line Algorithm - Computer Graphics
PPTX
The Quadratic Function Derived From Zeros of the Equation (SNSD Theme)
PPT
Midpoint circle algo
PPT
Edited Per4 Analytic Geometry
PPTX
Polynomial Function and Synthetic Division
PPTX
Quadratic function
PPTX
writing linear equation
PPT
2 3 Bzca5e
PDF
EJERCICIOS PARA EL EXAMEN
PPT
Integration
PPTX
1.0 factoring trinomials the ac method and making lists-t
PPT
Higher Maths 2.1.2 - Quadratic Functions
PPTX
Bresenham circle
PPT
2.2 Polynomial Function Notes
PPTX
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
PPT
Greatest integer function
PPTX
Tangent and normal
Distance in the cartesian plane
Linear equations
Mid point line Algorithm - Computer Graphics
The Quadratic Function Derived From Zeros of the Equation (SNSD Theme)
Midpoint circle algo
Edited Per4 Analytic Geometry
Polynomial Function and Synthetic Division
Quadratic function
writing linear equation
2 3 Bzca5e
EJERCICIOS PARA EL EXAMEN
Integration
1.0 factoring trinomials the ac method and making lists-t
Higher Maths 2.1.2 - Quadratic Functions
Bresenham circle
2.2 Polynomial Function Notes
Computer Graphics - Bresenham's line drawing algorithm & Mid Point Circle alg...
Greatest integer function
Tangent and normal
Ad

Viewers also liked (15)

PDF
Binary relations
PDF
Basics of set theory
PDF
Matlab commands
PDF
Miscellneous functions
PDF
Solving polynomial inequalities by graphing
PDF
Propeties of-triangles
PDF
Continuity and end_behavior
PDF
Fourier sine and cosine series
PDF
Linear approximations and_differentials
PDF
Continuity of functions by graph (exercises with detailed solutions)
PDF
Wave functions
PDF
Intervals of validity
PDF
Modelling with first order differential equations
PDF
Review taylor series
PDF
Review power series
Binary relations
Basics of set theory
Matlab commands
Miscellneous functions
Solving polynomial inequalities by graphing
Propeties of-triangles
Continuity and end_behavior
Fourier sine and cosine series
Linear approximations and_differentials
Continuity of functions by graph (exercises with detailed solutions)
Wave functions
Intervals of validity
Modelling with first order differential equations
Review taylor series
Review power series
Ad

Similar to Factoring by the trial and-error method (20)

PPTX
Factoring PPT.pptx FOR ALL TYPE OF STUDENT
PPTX
Factoring Polynomials
PDF
Math-9-Lehakdddddddoahajaiahaoajsson-2.pdf
PPT
P6 factoring
PPT
P6 factoring
PPT
Factoring and Box Method
PPTX
Vargas chris
PDF
factoting quadratic trinomials.pdf
PDF
Module of vary important topic that can not be deleted
PPTX
Math 9hghfyftftyftydytdtrd-Lesson 2.pptx
PPTX
Section 13.2 factoring trinomials
PPTX
NCERT Class 9 Maths Polynomials
PPTX
March 23, 2015
PPTX
General-Trinomials for public schoolpptx
PPT
PPTX
Feb28
PDF
Algebra factoring
PPTX
1.0 factoring trinomials the ac method and making lists-t
PPTX
Lesson 6: Factoring Polynomials
PPTX
Factoring Polynomials 2025 Mathematical Material
Factoring PPT.pptx FOR ALL TYPE OF STUDENT
Factoring Polynomials
Math-9-Lehakdddddddoahajaiahaoajsson-2.pdf
P6 factoring
P6 factoring
Factoring and Box Method
Vargas chris
factoting quadratic trinomials.pdf
Module of vary important topic that can not be deleted
Math 9hghfyftftyftydytdtrd-Lesson 2.pptx
Section 13.2 factoring trinomials
NCERT Class 9 Maths Polynomials
March 23, 2015
General-Trinomials for public schoolpptx
Feb28
Algebra factoring
1.0 factoring trinomials the ac method and making lists-t
Lesson 6: Factoring Polynomials
Factoring Polynomials 2025 Mathematical Material

More from Tarun Gehlot (17)

PDF
Materials 11-01228
PDF
Introduction to finite element analysis
PDF
Finite elements for 2‐d problems
PDF
Error analysis statistics
PPT
Introduction to matlab
PDF
Local linear approximation
PPT
Interpolation functions
PDF
Gaussian quadratures
PPT
Numerical integration
PPT
Applications of set theory
PPTX
Dependent v. independent variables
PPT
Modeling Transformations
PPTX
Graphing inverse functions
PPT
Convergence Criteria
PPT
Applications of numerical methods
PPT
Numerical differentiation integration
PPT
basic concepts of Functions
Materials 11-01228
Introduction to finite element analysis
Finite elements for 2‐d problems
Error analysis statistics
Introduction to matlab
Local linear approximation
Interpolation functions
Gaussian quadratures
Numerical integration
Applications of set theory
Dependent v. independent variables
Modeling Transformations
Graphing inverse functions
Convergence Criteria
Applications of numerical methods
Numerical differentiation integration
basic concepts of Functions

Recently uploaded (20)

PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
Computing-Curriculum for Schools in Ghana
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PPTX
A powerpoint presentation on the Revised K-10 Science Shaping Paper
PPTX
Cell Types and Its function , kingdom of life
PPTX
Introduction to Building Materials
PPTX
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
PPTX
Orientation - ARALprogram of Deped to the Parents.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
1_English_Language_Set_2.pdf probationary
PDF
Trump Administration's workforce development strategy
PPTX
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
PPTX
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
PDF
Weekly quiz Compilation Jan -July 25.pdf
PDF
Empowerment Technology for Senior High School Guide
PPTX
Chinmaya Tiranga Azadi Quiz (Class 7-8 )
What if we spent less time fighting change, and more time building what’s rig...
UNIT III MENTAL HEALTH NURSING ASSESSMENT
Computing-Curriculum for Schools in Ghana
202450812 BayCHI UCSC-SV 20250812 v17.pptx
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
A powerpoint presentation on the Revised K-10 Science Shaping Paper
Cell Types and Its function , kingdom of life
Introduction to Building Materials
1st Inaugural Professorial Lecture held on 19th February 2020 (Governance and...
Orientation - ARALprogram of Deped to the Parents.pptx
Final Presentation General Medicine 03-08-2024.pptx
Tissue processing ( HISTOPATHOLOGICAL TECHNIQUE
Final Presentation General Medicine 03-08-2024.pptx
1_English_Language_Set_2.pdf probationary
Trump Administration's workforce development strategy
CHAPTER IV. MAN AND BIOSPHERE AND ITS TOTALITY.pptx
Radiologic_Anatomy_of_the_Brachial_plexus [final].pptx
Weekly quiz Compilation Jan -July 25.pdf
Empowerment Technology for Senior High School Guide
Chinmaya Tiranga Azadi Quiz (Class 7-8 )

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