Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Time-Saving Shortcuts (GRE/GMAT) – Complete Guide
Source: https://www.fatskills.com/gre/chapter/how-to-solve-time-saving-shortcuts-gregmat-complete-guide

How to Solve: Time-Saving Shortcuts (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: Time-Saving Shortcuts (GRE/GMAT) – Complete Guide

Score Impact: This question type appears 4-6 times per GRE Quant section and 3-5 times per GMAT Quant section. Mastering it can save 30+ seconds per question, allowing you to attempt 1-2 extra questions—directly boosting your score by 20-30 points.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The GRE/GMAT doesn’t test advanced math—it tests decision-making under pressure. For time-saving shortcuts, the exam is probing:

Pattern Recognition – Can you spot the fastest path without brute-force calculation? ✅ Elimination Discipline – Can you discard wrong answers before solving? ✅ Trade-off Judgment – Do you know when to skip, estimate, or backsolve instead of solving algebraically?

Trap: The exam rewards speed + accuracy, not thoroughness. Over-solving = time wasted.


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem – A word problem or equation with multiple variables/conditions.
  2. Conditions – Constraints (e.g., "x is an integer," "y > 0") that limit possible answers.
  3. Answer Choices – Usually 5 options (GMAT) or 4-5 (GRE), with 1 correct, 4 traps.
  4. What to IgnoreIrrelevant details (e.g., "a train leaves at 3 PM" when only speed matters).

Representative Example (GMAT-Style)

If 3x + 2y = 12 and x and y are positive integers, what is the value of x? (A) 1 (B) 2 (C) 3 (D) 4 (E) 5

Key Parts: - Stem: Equation + integer constraint. - Conditions: x, y > 0, integers. - Answer Choices: Possible x-values. - Ignore: No need to find y unless necessary.


THE DECISION FRAMEWORK (Step-by-Step)

Run this process for every shortcut question. No exceptions.

  1. Read the Stem + Conditions → Identify what’s given and what’s asked.
  2. Scan Answer Choices → Look for patterns, ranges, or easy eliminations.
  3. Apply Constraints → Use conditions to narrow options (e.g., "x is positive integer").
  4. Choose a Strategy → Pick one of:
  5. Backsolving (plug in answers)
  6. Elimination (discard impossible options)
  7. Algebraic Shortcut (solve for one variable)
  8. Execute FastNo over-solving. Stop when one answer fits.
  9. Verify → Check if the answer satisfies all conditions.

Worked Examples

Example 1 – Straightforward (GMAT)

If 5x – 2y = 18 and x and y are positive integers, what is the smallest possible value of x? (A) 2 (B) 3 (C) 4 (D) 5 (E) 6

Step-by-Step: 1. Read: Equation + x, y > 0, integers. Asks for smallest x. 2. Scan Answers: x = 2, 3, 4, 5, 6. 3. Apply Constraints: x must be smallest possible → test A (x=2) first.
- 5(2) – 2y = 18 → 10 – 2y = 18 → -2y = 8 → y = -4 (invalid, y must be positive) 4. Next Option (B, x=3):
- 5(3) – 2y = 18 → 15 – 2y = 18 → -2y = 3 → y = -1.5 (invalid) 5. Next Option (C, x=4):
- 5(4) – 2y = 18 → 20 – 2y = 18 → -2y = -2 → y = 1 (valid) 6. Stop. x=4 is the smallest valid option.

Answer: (C) 4


Example 2 – Common Trap (GRE)

If (x + 3)(x – 2) = 0 and x > 0, what is the value of x? (A) -3 (B) -2 (C) 0 (D) 2 (E) 3

Trap: Students forget the condition x > 0 and pick (A) or (B).

Step-by-Step: 1. Read: Equation + x > 0. 2. Solve Equation: (x + 3)(x – 2) = 0 → x = -3 or x = 2. 3. Apply Constraint: x > 0 → only x=2 is valid. 4. Eliminate: (A), (B), (C) are invalid. (E) is a distractor.

Answer: (D) 2


Example 3 – Hard Variant (GMAT 700+)

If 2x + 3y = 17 and x and y are positive integers, how many possible ordered pairs (x, y) satisfy the equation? (A) 1 (B) 2 (C) 3 (D) 4 (E) 5

Step-by-Step: 1. Read: Equation + x, y > 0, integers. Asks for number of (x,y) pairs. 2. Strategy: Express y in terms of x → y = (17 – 2x)/3. 3. Apply Constraints:
- y must be positive integer → (17 – 2x) must be divisible by 3 and > 0. 4. Test x-values:
- x=1 → y=(17-2)/3=5 → (1,5) valid
- x=2 → y=(17-4)/3=13/3 invalid (not integer)
- x=4 → y=(17-8)/3=3 → (4,3) valid
- x=7 → y=(17-14)/3=1 → (7,1) valid
- x=5 → y=(17-10)/3=7/3 invalid
- x=8 → y=(17-16)/3=1/3 invalid 5. Count Valid Pairs: (1,5), (4,3), (7,1) → 3 pairs.

Answer: (C) 3


WRONG ANSWER PATTERNS

1. The "Opposite Sign" Trap

  • Why It Looks Right: Students solve the equation but ignore the sign constraint (e.g., x > 0).
  • Why It’s Wrong: The answer violates the given condition.
  • Example: In Example 2, picking (A) -3 because it solves the equation.

2. The "Partial Solution" Trap

  • Why It Looks Right: Students find one valid pair and stop.
  • Why It’s Wrong: The question asks for all possible pairs (e.g., Example 3).
  • Example: Picking (B) 2 after finding (1,5) and (4,3), missing (7,1).

3. The "Overcomplication" Trap

  • Why It Looks Right: Students solve for both variables when only one is needed.
  • Why It’s Wrong: Wastes time. Backsolving is faster.
  • Example: Solving for y in Example 1 when only x is asked.

4. The "Range Ignorance" Trap

  • Why It Looks Right: Students test all answer choices instead of using constraints to narrow.
  • Why It’s Wrong: Inefficient—wastes 10+ seconds.
  • Example: Testing x=2,3,4,5,6 in Example 1 instead of starting with the smallest.

Common Mistakes

1. Skipping Constraints

  • Why It Happens: Students rush and forget conditions (e.g., "x is positive").
  • Correct Approach: Circle constraints before solving.

2. Over-Solving

  • Why It Happens: Students solve for all variables when only one is needed.
  • Correct Approach: Ask: "What is the question asking?" (e.g., only x, not y).

3. Not Backsolving First

  • Why It Happens: Students default to algebra even when answers are numbers.
  • Correct Approach: If answers are simple numbers, backsolve first.

4. Misapplying Divisibility

  • Why It Happens: Students forget to check if y is integer in equations like y = (17-2x)/3.
  • Correct Approach: Test divisibility before assuming validity.

5. Ignoring Order of Operations

  • Why It Happens: Students miscalculate when plugging in answers.
  • Correct Approach: Use parentheses when substituting (e.g., 5(2) – 2y = 18).

TIME STRATEGY

Question Difficulty Target Time When to Skip Minimum Work Needed
Easy (Example 1) 45-60 sec If stuck > 90 sec Backsolve 2-3 options
Medium (Example 2) 60-75 sec If stuck > 2 min Apply constraints first
Hard (Example 3) 90-120 sec If stuck > 3 min Test x-values systematically

Pro Tip: - If a question takes >2 min, flag it and move on. - For hard questions, spend 30 sec deciding strategy (backsolve vs. algebra) before diving in.


BACKSOLVING AND SHORTCUTS

1. Backsolving (Plugging in Answers)

  • When to Use: When answer choices are numbers (not variables).
  • How to Do It:
  • Start with B or D (middle option) to maximize elimination.
  • If too high/low, adjust accordingly.
  • Example: In Example 1, start with C (x=4) instead of A.

2. Elimination via Constraints

  • When to Use: When conditions limit possible answers (e.g., "x is positive integer").
  • How to Do It:
  • Cross out answers that violate conditions before solving.
  • Example: In Example 2, eliminate (A), (B), (C) immediately because x > 0.

3. Express One Variable in Terms of Another

  • When to Use: When the question asks for relationships (e.g., "how many pairs?").
  • How to Do It:
  • Solve for y in terms of x (or vice versa).
  • Example: In Example 3, y = (17 – 2x)/3 → test x-values.

4. Estimation

  • When to Use: When answers are far apart (e.g., 10 vs. 100).
  • How to Do It:
  • Round numbers to simplify.
  • Example: If 3.1x + 4.9y = 20, estimate as 3x + 5y ≈ 20.

1-Minute Recap

"Here’s the deal: The GRE and GMAT don’t care if you can solve equations the long way. They care if you can spot the fastest path in 60 seconds or less.

Every time you see a question like this, run the framework: 1. Read the stem + conditions – What’s given? What’s asked? 2. Scan the answers – Can you eliminate any right away? 3. Apply constraints – Cross out anything that violates the rules. 4. Pick a strategy – Backsolve, eliminate, or shortcut? No algebra unless necessary. 5. Execute fast – Stop when one answer fits. Don’t over-solve. 6. Verify – Does it satisfy all conditions?

Remember: The wrong answers are designed to look right if you skip a step. Stay disciplined, and you’ll save 30+ seconds per question—that’s the difference between a 150 and a 160 on the GRE, or a 650 and a 700 on the GMAT.

Now go practice—timed."


FINAL CHECKLIST (Before Moving to Next Question)

Did I read the conditions? (e.g., "x is positive integer") ✅ Did I eliminate impossible answers first?Did I pick the fastest strategy? (Backsolve vs. algebra) ✅ Did I stop when I found the answer? (No over-solving) ✅ Does my answer satisfy ALL conditions?

Master this, and you’ll gain 5-10 extra minutes per section—time you can use to crush the hardest questions. ?



ADVERTISEMENT