Achievable logoAchievable logo
GRE
Sign in
Sign up
Purchase
Textbook
Practice exams
Feedback
Community
How it works
Resources
Exam catalog
Mountain with a flag at the peak
Textbook
1. Welcome
2. Vocabulary approach
3. Quantitative reasoning
3.1 Quant intro
3.2 Arithmetic & algebra
3.2.1 Positive negative problems
3.2.2 Defined & undefined
3.2.3 GRE vocabulary list 01 (alacrity)
3.2.4 Odd even problems
3.2.5 GRE vocabulary list 02 (adulterate)
3.2.6 Algebra
3.2.7 Fraction math
3.2.8 GRE vocabulary list 03 (abstain)
3.2.9 Percent change
3.2.10 GRE vocabulary list 04 (anachronism)
3.2.11 Function problems
3.2.12 GRE vocabulary list 05 (ameliorate)
3.2.13 Divisors, prime factors, multiples
3.2.14 Greatest common factor (GCF) & Least common multiple (LCM)
3.2.15 GRE vocabulary list 06 (acumen)
3.2.16 Permutations and combinations
3.2.17 GRE vocabulary list 07 (aesthetic)
3.2.18 Decimals
3.2.19 GRE vocabulary list 08 (aggrandize)
3.2.20 FOIL and quadratic equations
3.2.21 GRE vocabulary list 09 (anodyne)
3.2.22 Exponent rules
3.2.23 GRE vocabulary list 10 (aberrant)
3.2.24 Square roots and radicals
3.2.25 Sequences
3.2.26 Venn diagrams & tables
3.2.27 Ratios
3.2.28 Mixtures
3.2.29 Probability
3.2.30 Algebra word problems
3.2.31 Number line, absolute value, inequalities
3.2.32 Simple and compound interest
3.2.33 System of linear equations (SOLE)
3.3 Statistics and data interpretation
3.4 Geometry
3.5 Strategies
4. Verbal reasoning
5. Analytical writing
6. Wrapping up
Achievable logoAchievable logo
3.2.20 FOIL and quadratic equations
Achievable GRE
3. Quantitative reasoning
3.2. Arithmetic & algebra

FOIL and quadratic equations

6 min read
Font
Discuss
Share
Feedback

FOILing

FOILing is a tactic you can use to rewrite quadratics. Sometimes a problem will have two parts in parentheses multiplied by each other:

(x+3)(x−2)

You can simplify this expression with the FOIL method:

  1. First
  2. Outside
  3. Inside
  4. Last

To start, the first part of the left parenthesis must be multiplied by the first part of the right parenthesis. In our example, this is (x)(x)=x2. Next, we’ll multiply the outside parts: (x)(−2)=−2x. Then, the inside and last parts. Once we have all the solutions, add them together to get the simplified version of the quadratic.

Here’s the full FOIL process step by step:

  1. First

(x)(x)=x2

  1. Outside

(x)(−2)=−2x

  1. Inside

(3)(x)=3x

  1. Last

(3)(−2)=−6

  1. Add everything together to get the result

x2−2x+3x−6=x2+x−6

So, the equation (x+3)(x−2) could be represented as x2+x−6.

Reverse FOILing (factoring quadratic equations)

FOILing is done to expand binomial terms into a full-blown quadratic equation, and reverse FOILing can be done if we need to go in the opposite direction. For example, x2+5x−6=0 can be reverse FOILed (a.k.a. factored) into (x+6)(x−1)=0.

This technique is most commonly used when the quadratic is equal to 0. If two parenthetic binomials equal 0 when multiplied together, one or both of them must equal zero. By setting both equal to 0, you can determine the two possible values of the variable.

(x+6)=0OR(x−1)=0

These are also called the “roots of the equation”: x is either −6 or 1.

Now that we know the purpose of reverse FOILing, let’s walk through the simplest way to do it. We’ll use the same example quadratic equation as before:

x2+5x−6=0

To reverse FOIL a polynomial that does not have a coefficient in front of the squared variable, always start by asking yourself what two numbers have a product of the last part of the sequence, i.e. the part is just a simple constant number without an x. The pair of numbers that have a product of −6 are (−1,6), (6,−1), (3,−2), and (−3,2). Which of these pairs sum up to the middle number, 5? Since −1+6=5, we can select this pair of numbers and insert −1 and 6 into the two binomials.

(x+6)(x−1)=0

Pretty straightforward, right? Just start by finding the pairs that have a product of the last number, then determine which pair has a sum of the middle number.

If there is a coefficient in front of the first part of the polynomial, it becomes a little more complicated, but we can use the same core strategy. Let’s try factoring this more complex equation:

2x2−7x−15=0

The final non-x term is −15, so we’ll start by listing out all the pairs of integers that have a product of −15: (5,−3), (−5,3), (15,−1), and (−15,1).

Because our polynomial starts with 2x2 and the middle term is −7x, we need to ask ourselves which pair of numbers will have a sum of −7 if one of the numbers in the pair is multiplied by 2.

The correct choice is (−5,3), since 2(−5)+3=−7.

Now that we’ve figured out the terms, we just need to be careful to put them in the right place. When we FOIL we want it to end up that we’re multiplying 2∗−5, so that means that we need to have our 2x First term separate from our −5 Last term:

(2x+3)(x−5)=2x2−7x−15=0

If it’s tricky to think through, you can always just try it both ways. There are only two possible ways to arrange it, so even using brute force you’ll figure out the right order quickly.

Sidenote
Factoring BIG quadratic equations

Sometimes a problem requires you to reverse FOIL an equation that has numbers that would seem too large to use the strategies described above. If each number in the polynomial shares a common multiple, try dividing the whole equation by that number.

For example:

4x2+8x−124∗(x2+2x−3​=0=0)​

And now this is manageable to factor: x2+2x−3=0.

Dividing out a constant number from the entire equation before reverse FOILing works because the right side of the equation stays the same. After all, 0 divided by anything is still 0!

The quadratic formula

Reverse FOILing is usually the fastest way to solve a quadratic equation, but if you’re stuck, you can use the quadratic formula. This tends to be less relevant for the GRE, but it’s good to know just in case.

x=2a−b±b2−4ac​​

Let’s use this formula to solve the previous quadratic equation, 2x2−7x−15=0.

The first step is to match the variables to their values in the equation. Here’s the template for it:

ax2+bx+c=0

Our equation is 2x2−7x−15=0, which means we get the following values:

  • a=2
  • b=−7
  • c=−15

Now we can plug this into the quadratic equation and solve for x. Remember how quadratic equations have two roots? This corresponds with the plus/minus ± sign in the formula. It means that you need to solve twice, once adding the following part, and once subtracting the following part, and both answers are roots to the equation.

xxxxx​=2a−b±b2−4ac​​=2(2)−(−7)±(−7)2−4(2)(−15)​​=47±49+120​​=47±169​​=47±13​​

We’ll change the plus/minus ± to a plus + to solve for the first root:

xxx​=47+13​=420​=5​

And we’ll change the plus/minus ± to a minus − to solve for the second root:

xxx​=47−13​=4−6​=2−3​​

Note that this is the same solution you would find with the reverse FOIL method!

In summary, the quadratic formula isn’t commonly used in the GRE. However, it might be relevant if the quadratic involves larger/complex numbers or you can’t easily reverse FOIL.

Bringing it all together: question walkthrough video

Here’s a video going through one of our practice questions to demonstrate these ideas in action:

Sign up for free to take 9 quiz questions on this topic

All rights reserved ©2016 - 2025 Achievable, Inc.