Reverse FOIL Calculator

Factor any quadratic trinomial ax² + bx + c into its binomial factors.

Enter the coefficients of your trinomial to find its factored form and see the step-by-step solution.

Examples

Click on an example to see how the calculator works.

Simple Trinomial (a=1)

default

A standard trinomial where the leading coefficient is 1.

a = 1

b = 5

c = 6

Trinomial with a > 1

default

A trinomial with a leading coefficient greater than 1.

a = 2

b = -3

c = -2

Difference of Squares (b=0)

default

A special case where the 'bx' term is zero.

a = 1

b = 0

c = -9

Trinomial with a Negative Term

default

Factoring a trinomial that includes negative coefficients.

a = 3

b = -2

c = -5

Other Titles
Understanding Reverse FOIL: A Guide to Factoring Trinomials
Learn the art of factoring quadratic expressions, a cornerstone of algebra, from basic principles to advanced applications.

What is Reverse FOIL (Factoring Trinomials)?

  • Deconstructing the FOIL method to understand its reverse.
  • Identifying the components of a quadratic trinomial: ax² + bx + c.
  • The goal: finding two binomials that multiply to the original trinomial.
Factoring trinomials, often called 'Reverse FOIL' or 'unfoiling', is a fundamental process in algebra. The FOIL method (First, Outer, Inner, Last) is used to multiply two binomials. For example, (x + 2)(x + 3) becomes x² + 3x + 2x + 6, which simplifies to x² + 5x + 6. Reverse FOIL is the process of starting with the trinomial (x² + 5x + 6) and working backward to find its original binomial factors ((x + 2)(x + 3)).
The Anatomy of a Trinomial
A standard quadratic trinomial has the form ax² + bx + c, where 'a', 'b', and 'c' are numerical coefficients and 'x' is the variable. 'a' is the leading coefficient, 'b' is the linear coefficient, and 'c' is the constant term. Understanding these components is the first step to factoring.

Core Concepts

  • From (x+1)(x+1) to x²+2x+1
  • From (x-4)(x+2) to x²-2x-8

Step-by-Step Guide to Using the Reverse FOIL Calculator

  • Inputting your coefficients 'a', 'b', and 'c'.
  • Running the calculation and interpreting the results.
  • Understanding the step-by-step factoring process provided.
Our calculator simplifies the factoring process into a few easy steps. It is designed to handle a wide range of quadratic trinomials efficiently.
How to Input Values
1. Coefficient 'a': Enter the number in front of the x² term into the first field. If there's no number, the coefficient is 1.
2. Coefficient 'b': Enter the number in front of the x term into the second field. If the term is missing, the coefficient is 0.
3. Constant 'c': Enter the constant term (the number without a variable) into the third field.
Analyzing the Output
After clicking 'Calculate Factors', the tool will display the factored form, such as (px + q)(rx + s). It also provides a detailed breakdown of the steps taken to find the factors, including finding number pairs and grouping, making it an excellent learning tool.

Practical Usage

  • Input: a=1, b=7, c=12 -> Result: (x+3)(x+4)
  • Input: a=2, b=5, c=-3 -> Result: (2x-1)(x+3)

Real-World Applications of Factoring Quadratics

  • Physics: Modeling projectile motion and object trajectories.
  • Engineering: Designing structures like bridges and antennas.
  • Finance: Calculating profit, loss, and break-even points.
Factoring quadratic equations is not just an academic exercise; it's a critical tool for solving real-world problems.
Applications in Science and Engineering
In physics, the path of a thrown object follows a parabolic curve, which is described by a quadratic equation. Factoring can help determine when the object will hit the ground. In engineering, quadratics are used to design parabolic reflectors, such as satellite dishes and solar collectors, to focus signals or energy.
Business and Finance
Businesses often use quadratic functions to model revenue and profit. The equation can help find the optimal price point to maximize revenue or the break-even points where profit is zero. Factoring the equation reveals these critical values.

Real-World Scenarios

  • A rocket's height over time h(t) = -16t² + 80t + 96. Factoring helps find when it lands.
  • A company's profit P(x) = -5x² + 200x - 1000. Factoring finds the production levels for zero profit.

Common Factoring Methods and When to Use Them

  • Greatest Common Factor (GCF): The first step in any factoring problem.
  • The 'a=1' Case: Finding two numbers that multiply to 'c' and add to 'b'.
  • The 'a>1' Case (AC Method): A systematic approach for more complex trinomials.
Several methods exist for factoring trinomials. Choosing the right one depends on the structure of the polynomial.
Method 1: Greatest Common Factor (GCF)
Always start by checking if the terms have a GCF. For example, in 2x² + 4x - 6, the GCF is 2. Factoring it out simplifies the problem to 2(x² + 2x - 3).
Method 2: Simple Trinomials (a=1)
For x² + bx + c, you need to find two integers that multiply to 'c' and add up to 'b'. For x² + 5x + 6, the numbers are 2 and 3 because 2*3=6 and 2+3=5.
Method 3: The AC Method (a>1)
For ax² + bx + c, multiply 'a' and 'c'. Find two numbers that multiply to 'a*c' and add to 'b'. Rewrite the 'bx' term using these two numbers, then factor by grouping. This is the method our calculator uses for robust results.

Factoring Techniques

  • GCF: 5x² + 10x = 5x(x+2)
  • a=1: x² - 7x + 10 = (x-2)(x-5)
  • AC Method: 3x² + 10x + 8 -> a*c=24. Factors are 4,6. -> 3x²+4x+6x+8 -> (3x+4)(x+2).

Mathematical Derivations and Further Insights

  • The relationship between factoring and the quadratic formula.
  • Understanding 'prime' trinomials that cannot be factored.
  • Visualizing factoring as finding the x-intercepts of a parabola.
Factoring is intrinsically linked to other key concepts in algebra, providing a deeper understanding of polynomial behavior.
Factoring and the Quadratic Formula
The roots found by the quadratic formula, x = [-b ± sqrt(b² - 4ac)] / 2a, are the values of x for which the trinomial equals zero. If a trinomial ax² + bx + c has roots r1 and r2, it can be factored as a(x - r1)(x - r2). Factoring over integers is a specific case of finding rational roots.
Prime Trinomials
Not all trinomials can be factored using integers. These are called prime polynomials. This occurs when the discriminant (b² - 4ac) is not a perfect square, resulting in irrational or complex roots. Our calculator will indicate when a trinomial is prime over the integers.
Graphically, the factors of a quadratic correspond to the x-intercepts of the parabola it represents. If a parabola y = ax² + bx + c has factors (x-r1) and (x-r2), it will cross the x-axis at x=r1 and x=r2.

Deeper Connections

  • For x²-4, the roots from the quadratic formula are 2 and -2, leading to factors (x-2)(x+2).
  • x²+2x+3 is prime because b²-4ac = 4-12 = -8, which is negative.