Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Quadratic Equations (GRE/GMAT) – Complete Guide
Source: https://www.fatskills.com/gre/chapter/how-to-solve-quadratic-equations-gregmat-complete-guide

How to Solve: Quadratic Equations (GRE/GMAT) – Complete Guide

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Quadratic Equations (GRE/GMAT) – Complete Guide

Score Impact: Quadratic equations appear 4-6 times per GRE Quant section and 3-5 times per GMAT Quant section—mastering them can boost your score by 30-50 points by eliminating careless errors and saving time.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The exam isn’t testing your ability to factor or use the quadratic formula—it’s testing: 1. Pattern recognition – Can you spot when a quadratic is hidden (e.g., in word problems, exponents, or geometry)? 2. Decision-making under pressure – Do you waste time expanding when factoring is faster, or vice versa? 3. Trap avoidance – Can you resist the urge to pick the first "nice" number you see without checking all conditions?


ANATOMY OF THE QUESTION

Structure Breakdown

Part What It Is What to Do
Stem The equation or scenario (e.g., "If ( x^2 - 5x + 6 = 0 ), what is ( x )?" or "A rectangle’s area is…"). Identify if it’s a pure quadratic or a disguised one (e.g., ( (x+3)^2 = 16 )).
Conditions Extra constraints (e.g., "( x > 0 )", "( x ) is an integer"). Circle these—they eliminate wrong answers.
Answer Choices Usually 5 options (GMAT) or 4-5 (GRE). Often include: - Two correct roots (if no conditions).
- One correct root (if conditions apply). - Distractors (e.g., sum/product of roots, wrong signs).
What to Ignore - Overly complex answer choices (e.g., fractions when integers are expected). - "Nice" numbers that don’t satisfy the equation.

Representative Example (GMAT/GRE)

Question: If ( x^2 - 7x + 12 = 0 ) and ( x > 0 ), what is the value of ( x )? (A) 2 (B) 3 (C) 4 (D) 5 (E) 6

Anatomy: - Stem: ( x^2 - 7x + 12 = 0 ) (standard quadratic). - Condition: ( x > 0 ) (eliminates one root). - Answer Choices: Only one correct root (since ( x > 0 )).


THE DECISION FRAMEWORK (Step-by-Step)

Run this process every time—no exceptions.

  1. Identify the form.
  2. Is it a standard quadratic (( ax^2 + bx + c = 0 ))?
  3. Is it disguised (e.g., ( (x+2)^2 = 9 ), ( x^4 - 5x^2 + 4 = 0 ))?
  4. Is it a word problem (e.g., "The product of two consecutive integers is…")?

  5. Choose the fastest method.

  6. Factoring: If the equation looks simple (e.g., ( x^2 - 5x + 6 = 0 )), factor first.
  7. Quadratic formula: If factoring is messy (e.g., ( 2x^2 - 5x - 3 = 0 )), use ( x = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} ).
  8. Square roots: If it’s ( (x + a)^2 = b ), take square roots immediately.
  9. Substitution: If it’s a quartic in disguise (e.g., ( x^4 - 5x^2 + 4 = 0 )), let ( y = x^2 ).

  10. Solve for roots.

  11. Write both roots (even if one seems "ugly").
  12. Check conditions (e.g., ( x > 0 ), ( x ) is an integer).

  13. Match to answer choices.

  14. Eliminate answers that don’t match your roots.
  15. If two roots are possible, pick the one that fits conditions.

  16. Verify.

  17. Plug your answer back into the original equation.
  18. If it’s a word problem, ensure the answer makes sense (e.g., no negative lengths).

Worked Examples

Example 1 – Straightforward (Factoring)

Question: If ( x^2 - 5x + 6 = 0 ), what are the possible values of ( x )? (A) 1 and 6 (B) 2 and 3 (C) -2 and -3 (D) 1 and 4 (E) -1 and -6

Step-by-Step: 1. Identify form: Standard quadratic (( ax^2 + bx + c = 0 )). 2. Choose method: Factoring (looks simple).
- Find two numbers that multiply to ( +6 ) and add to ( -5 ).
- ( -2 ) and ( -3 ) work: ( (x - 2)(x - 3) = 0 ). 3. Solve for roots: ( x = 2 ) or ( x = 3 ). 4. Match to choices: Only (B) matches. 5. Verify: ( 2^2 - 5(2) + 6 = 0 ) ✔️, ( 3^2 - 5(3) + 6 = 0 ) ✔️.

Answer: (B)


Example 2 – Common Trap (Disguised Quadratic)

Question: If ( (x + 3)^2 = 16 ), what is the value of ( x )? (A) -7 (B) -1 (C) 1 (D) 4 (E) 7

Step-by-Step: 1. Identify form: Disguised quadratic (perfect square). 2. Choose method: Take square roots.
- ( x + 3 = \pm 4 ). 3. Solve for roots:
- ( x + 3 = 4 ) → ( x = 1 ).
- ( x + 3 = -4 ) → ( x = -7 ). 4. Match to choices: (A) and (C) are both possible.
- Trap: The question asks for "the value of ( x )" (singular), implying one answer.
- Reality: Both are correct, but if only one answer is expected, the question is flawed. On the GMAT/GRE, this would include a condition (e.g., ( x > 0 )). 5. Assume condition: If ( x > 0 ), pick (C).

Answer: (C) [if ( x > 0 ), else (A) and (C) are both correct]


Example 3 – Hard Variant (Quartic in Disguise)

Question: If ( x^4 - 5x^2 + 4 = 0 ), what is the sum of all possible values of ( x )? (A) 0 (B) 2 (C) 3 (D) 4 (E) 5

Step-by-Step: 1. Identify form: Quartic in disguise (let ( y = x^2 )). 2. Choose method: Substitution.
- Let ( y = x^2 ). Equation becomes ( y^2 - 5y + 4 = 0 ). 3. Solve for ( y ):
- Factor: ( (y - 1)(y - 4) = 0 ) → ( y = 1 ) or ( y = 4 ). 4. Back-substitute for ( x ):
- ( x^2 = 1 ) → ( x = \pm 1 ).
- ( x^2 = 4 ) → ( x = \pm 2 ). 5. Sum all roots: ( 1 + (-1) + 2 + (-2) = 0 ). 6. Match to choices: (A).

Answer: (A)


WRONG ANSWER PATTERNS

Wrong Answer Type Why It Looks Right Why It’s Wrong
Sum/Product of roots Students confuse roots with sum/product (e.g., ( -b/a ) or ( c/a )). The question asks for roots, not sum/product.
Only one root (ignoring conditions) Students forget to check constraints (e.g., ( x > 0 )). The other root may be valid but excluded by conditions.
Sign errors Students misapply ( \pm ) when taking square roots. Forgetting the negative root (e.g., ( \sqrt{16} = \pm 4 )).
Overcomplicating Students use the quadratic formula when factoring is faster. Wastes time and increases error risk.

Common Mistakes

Mistake Why It Happens Correct Approach
Expanding unnecessarily Students expand ( (x+3)^2 = 16 ) instead of taking square roots. Always look for shortcuts (e.g., square roots, factoring).
Ignoring conditions Forgetting to check ( x > 0 ) or integer constraints. Circle conditions before solving.
Miscounting roots Forgetting that quadratics have two roots (unless a perfect square). Always write both roots, then eliminate based on conditions.
Arithmetic errors Messing up signs in the quadratic formula. Double-check ( -b \pm \sqrt{b^2 - 4ac} ).
Picking the first "nice" number Stopping at ( x = 2 ) without checking ( x = 3 ). Test all roots against answer choices.

TIME STRATEGY

  • Target time: 45-60 seconds per question.
  • When to skip:
  • If factoring isn’t obvious in 10 seconds, use the quadratic formula.
  • If the equation is a quartic in disguise, skip and return if time permits.
  • Minimum work:
  • For factorable quadratics: Factor → Solve → Match.
  • For non-factorable: Quadratic formula → Check conditions → Match.

BACKSOLVING AND SHORTCUTS

  1. Plug in answer choices (backsolving):
  2. If the equation is ( x^2 - 5x + 6 = 0 ), test (B) 2 and 3:
    • ( 2^2 - 5(2) + 6 = 0 ) ✔️
    • ( 3^2 - 5(3) + 6 = 0 ) ✔️
  3. Best for: Word problems or when answer choices are simple numbers.

  4. Eliminate impossible answers:

  5. If ( x > 0 ), eliminate negative roots.
  6. If ( x ) is an integer, eliminate fractions/decimals.

  7. Use Vieta’s formulas (sum/product of roots):

  8. For ( ax^2 + bx + c = 0 ), sum of roots = ( -b/a ), product = ( c/a ).
  9. Example: If ( x^2 - 5x + 6 = 0 ), sum = 5, product = 6. Roots must add to 5 and multiply to 6 → 2 and 3.

1-Minute Recap

"Here’s the exact process to solve any quadratic equation on the GRE or GMAT—fast and error-free:

  1. Spot the form: Is it standard, disguised, or a word problem? If it’s ( (x+3)^2 = 16 ), take square roots. If it’s ( x^4 - 5x^2 + 4 = 0 ), substitute ( y = x^2 ).
  2. Pick the fastest method: Factoring > square roots > quadratic formula. Don’t expand unless you have to.
  3. Solve for both roots: Always write both, then eliminate based on conditions (e.g., ( x > 0 )).
  4. Match to answers: Cross off anything that doesn’t fit. If two answers work, check the question—did you miss a condition?
  5. Verify: Plug your answer back in. If it’s a word problem, does it make sense?

Most mistakes happen when you skip steps. Slow down for 5 seconds to circle conditions, and you’ll save 30 seconds of backtracking. Now go crush those quadratics!


Final Notes

  • Drill factoring: The more you practice, the faster you’ll spot factorable quadratics.
  • Memorize the quadratic formula: Even if you factor most, it’s your backup.
  • Watch for traps: Conditions, disguised quadratics, and sign errors are the biggest killers.

Next step: Do 10 timed practice problems using this framework. Track how many you get right in under 60 seconds. Adjust based on where you’re losing time or making errors.



ADVERTISEMENT