Reverse FOIL Calculator
Free Reverse foilcalculator Calculator for arithmetic. Enter values to get step-by-step solutions with formulas and graphs.
Reviewed by Manoj Kumar, Mathematics Educator
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.
References
Reviewed by Manoj Kumar, Mathematics Educator ยท Editorial policy