Skip to main content

Reverse FOIL Calculator

Free Reverse foilcalculator Calculator for arithmetic. Enter values to get step-by-step solutions with formulas and graphs.

Share this calculator

Formula

ax^2 + bx + c = (px + r)(qx + s)

Reverse FOIL factors a quadratic trinomial ax^2 + bx + c into two binomials (px + r)(qx + s) where pq = a, rs = c, and ps + qr = b. The roots are found using x = (-b +/- sqrt(b^2 - 4ac)) / (2a). Factoring is possible over the reals when the discriminant b^2 - 4ac >= 0.

Worked Examples

Example 1: Factor x^2 + 5x + 6

Problem: Use reverse FOIL to factor the trinomial x^2 + 5x + 6.

Solution: a = 1, b = 5, c = 6\nFind two numbers that multiply to 6 and add to 5.\nFactor pairs of 6: (1,6), (2,3)\n2 + 3 = 5, so the pair is (2, 3)\nFactored form: (x + 2)(x + 3)\nVerification: x*x + x*3 + 2*x + 2*3 = x^2 + 3x + 2x + 6 = x^2 + 5x + 6

Result: x^2 + 5x + 6 = (x + 2)(x + 3), roots: x = -2, x = -3

Example 2: Factor 2x^2 + 7x + 3

Problem: Factor the trinomial 2x^2 + 7x + 3 using reverse FOIL.

Solution: a = 2, b = 7, c = 3\nAC method: a*c = 6, find two numbers that multiply to 6 and add to 7: (1, 6)\nRewrite: 2x^2 + x + 6x + 3\nGroup: x(2x + 1) + 3(2x + 1)\nFactor: (x + 3)(2x + 1)\nRoots: x = -3, x = -0.5

Result: 2x^2 + 7x + 3 = (x + 3)(2x + 1), roots: x = -3, x = -0.5

Frequently Asked Questions

What is the connection between FOIL and the distributive property?

FOIL is actually a specific application of the distributive property applied twice. When multiplying (a + b)(c + d), you first distribute (a + b) over (c + d) to get a(c + d) + b(c + d), then distribute again to get ac + ad + bc + bd. The FOIL acronym labels these four terms: First (ac), Outer (ad), Inner (bc), Last (bd). While FOIL only works for multiplying two binomials, the distributive property works for any polynomial multiplication. Understanding this connection helps students generalize beyond FOIL to multiply trinomials, polynomials of any degree, and even non-algebraic expressions. Reverse FOIL similarly relies on pattern recognition of this distributive structure.

How is reverse FOIL used in real-world applications?

Reverse FOIL and quadratic factoring appear in many practical contexts beyond mathematics classrooms. In physics, projectile motion equations are quadratic and factoring helps find when an object reaches a certain height or returns to ground level. Engineers factor quadratics when designing parabolic structures like bridges and satellite dishes. Financial analysts use quadratic equations when modeling break-even points where revenue equals cost. In optimization problems, factoring a quadratic helps find maximum profit or minimum cost. Computer graphics use quadratic equations for ray-sphere intersection calculations in 3D rendering. Even area optimization problems in architecture and landscaping lead to quadratics that benefit from factoring.

What formula does Reverse FOIL Calculator use?

The formula used is described in the Formula section on this page. It is based on widely accepted standards in the relevant field. If you need a specific reference or citation, the References section provides links to authoritative sources.

Is my data stored or sent to a server?

No. All calculations run entirely in your browser using JavaScript. No data you enter is ever transmitted to any server or stored anywhere. Your inputs remain completely private.

How do I interpret the result?

Results are displayed with a label and unit to help you understand the output. Many calculators include a short explanation or classification below the result (for example, a BMI category or risk level). Refer to the worked examples section on this page for real-world context.

Can I share or bookmark my calculation?

You can bookmark the calculator page in your browser. Many calculators also display a shareable result summary you can copy. The page URL stays the same so returning to it will bring you back to the same tool.

References