Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Algebraic Manipulation (GRE/GMAT) – Complete Guide
Source: https://www.fatskills.com/gre/chapter/how-to-solve-algebraic-manipulation-gregmat-complete-guide

How to Solve: Algebraic Manipulation (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: Algebraic Manipulation (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 boost your score by 50-70 points—enough to move from the 60th to the 80th percentile.


WHAT THIS QUESTION TYPE IS ACTUALLY TESTING

The GRE/GMAT doesn’t test your ability to solve equations—it tests your ability to: 1. Simplify complex expressions efficiently (without unnecessary steps). 2. Recognize hidden relationships (e.g., factoring, substitution, or symmetry). 3. Avoid traps (e.g., extraneous solutions, sign errors, or misapplying rules).


ANATOMY OF THE QUESTION

Structure Breakdown

  1. Stem: A short prompt (1-2 sentences) introducing an equation or expression.
  2. Example: "If ( x + \frac{1}{x} = 5 ), what is the value of ( x^2 + \frac{1}{x^2} )?"
  3. Conditions (if any): Constraints (e.g., ( x \neq 0 ), ( x > 0 )).
  4. Answer Choices: 5 options (GRE) or 4 options (GMAT), often including:
  5. The correct simplified form.
  6. Distractors (e.g., partial simplifications, sign errors, or misapplied operations).
  7. What to Ignore:
  8. Overcomplicating the algebra (e.g., solving for ( x ) when unnecessary).
  9. Assuming all variables are positive (unless specified).

Representative Example Question

GRE: If ( \frac{a}{b} = \frac{3}{4} ) and ( a + b = 21 ), what is the value of ( b )? (A) 7 (B) 9 (C) 12 (D) 14 (E) 15

GMAT: If ( x^2 - 5x + 6 = 0 ), which of the following is equal to ( (x-2)(x-3) )? (A) 0 (B) 1 (C) ( x^2 - 5x + 6 ) (D) ( x^2 - 6x + 9 )


THE DECISION FRAMEWORK (Step-by-Step)

Run this process for every algebraic manipulation question:

  1. Read the stem and underline the target expression.
  2. What are you solving for? (e.g., ( x^2 + \frac{1}{x^2} ), ( b ), ( (x-2)(x-3) )).
  3. Are there constraints? (e.g., ( x \neq 0 ), ( a ) and ( b ) are positive).

  4. Scan the answer choices for patterns.

  5. Do any choices match a simplified form of the target?
  6. Are there numerical values (e.g., 0, 1) that suggest substitution?

  7. Decide: Solve for the variable or manipulate the expression?

  8. If the target is a simple variable (e.g., ( b )): Solve the system.
  9. If the target is a complex expression (e.g., ( x^2 + \frac{1}{x^2} )): Manipulate the given equation.

  10. Execute the simplest path.

  11. For substitution: Plug in values from the given equation.
  12. For factoring: Look for common patterns (e.g., ( (a+b)^2 ), difference of squares).
  13. For ratios: Cross-multiply or assign variables (e.g., ( a = 3k ), ( b = 4k )).

  14. Check for traps.

  15. Did you assume ( x ) is positive? (Only if specified.)
  16. Did you square both sides? (Introduces extraneous solutions.)
  17. Did you misapply exponents? (e.g., ( (x + \frac{1}{x})^2 \neq x^2 + \frac{1}{x^2} )).

  18. Eliminate wrong answers.

  19. GRE: Use process of elimination (POE) to narrow down to 2-3 choices.
  20. GMAT: If stuck, test numbers (e.g., plug in ( x = 2 ) for the quadratic example).

  21. Select the answer and move on.

  22. If time is tight: Flag and return only if you’ve eliminated 3+ choices.

Worked Examples

Example 1 – Straightforward (GRE)

Question: If ( x + \frac{1}{x} = 5 ), what is the value of ( x^2 + \frac{1}{x^2} )? (A) 23 (B) 24 (C) 25 (D) 26 (E) 27

Framework Application: 1. Target: ( x^2 + \frac{1}{x^2} ). 2. Pattern: The given equation has ( x + \frac{1}{x} ), which is a common "square both sides" setup. 3. Manipulate:
[
\left( x + \frac{1}{x} \right)^2 = 5^2 \
x^2 + 2 \cdot x \cdot \frac{1}{x} + \frac{1}{x^2} = 25 \
x^2 + 2 + \frac{1}{x^2} = 25 \
x^2 + \frac{1}{x^2} = 25 - 2 = 23
] 4. Check traps:
- Did you forget the middle term ( 2 \cdot x \cdot \frac{1}{x} = 2 )? (Common mistake.)
- Did you miscalculate ( 25 - 2 )? (Simple arithmetic error.) 5. Eliminate:
- (B) 24: Forgot the middle term.
- (C) 25: Squared ( x + \frac{1}{x} ) but didn’t subtract 2.
- (D), (E): Too large. 6. Answer: (A) 23.


Example 2 – Common Trap (GMAT)

Question: If ( \frac{x}{y} = \frac{3}{2} ) and ( x + y = 15 ), what is the value of ( y )? (A) 3 (B) 5 (C) 6 (D) 9 (E) 10

Framework Application: 1. Target: ( y ). 2. Pattern: Ratio ( \frac{x}{y} = \frac{3}{2} ) suggests ( x = 3k ), ( y = 2k ). 3. Substitute:
[
x + y = 3k + 2k = 5k = 15 \
k = 3 \
y = 2k = 6
] 4. Check traps:
- Did you solve ( \frac{x}{y} = \frac{3}{2} ) as ( x = 3 ), ( y = 2 )? (Ignores scaling factor ( k ).)
- Did you misadd ( 3 + 2 = 5 ) but forget to solve for ( k )? 5. Eliminate:
- (A) 3: ( y = 2k ), not ( k ).
- (B) 5: ( 5k = 15 ) → ( k = 3 ), but ( y = 2k ).
- (D) 9: ( y = 3k ) (misapplied ratio).
- (E) 10: ( 5k = 15 ) → ( k = 2 ), but ( 5 \times 2 = 10 \neq 15 ). 6. Answer: (C) 6.


Example 3 – Hard Variant (GRE)

Question: If ( a^2 - b^2 = 16 ) and ( a + b = 8 ), what is the value of ( a - b )? (A) 1 (B) 2 (C) 4 (D) 8 (E) 16

Framework Application: 1. Target: ( a - b ). 2. Pattern: ( a^2 - b^2 ) is a difference of squares: ( (a+b)(a-b) = 16 ). 3. Substitute:
[
(a + b)(a - b) = 16 \
8(a - b) = 16 \
a - b = 2
] 4. Check traps:
- Did you try to solve for ( a ) and ( b ) individually? (Unnecessary work.)
- Did you misapply the difference of squares? (e.g., ( a^2 - b^2 = (a-b)^2 )?) 5. Eliminate:
- (A) 1: ( 8 \times 1 = 8 \neq 16 ).
- (C) 4: ( 8 \times 4 = 32 \neq 16 ).
- (D), (E): Too large. 6. Answer: (B) 2.


WRONG ANSWER PATTERNS

Wrong Answer Type Why It Looks Right Why It’s Wrong
Partial Simplification Matches an intermediate step (e.g., ( x^2 + \frac{1}{x^2} + 2 )). Forgets to subtract the extra term.
Sign Error Ignores negative possibilities (e.g., ( \sqrt{x^2} = x )). Assumes ( x > 0 ) without justification.
Misapplied Formula Uses ( (a+b)^2 = a^2 + b^2 ) (forgets cross term). Incorrect expansion of binomials.
Overcomplication Solves for variables when manipulation suffices. Wastes time; introduces arithmetic errors.

Common Mistakes

Mistake Why It Happens Correct Approach
Solving for ( x ) unnecessarily Habit from high school algebra. Manipulate the given equation to match the target.
Forgetting constraints Ignores ( x \neq 0 ) or ( x > 0 ). Check the stem for conditions.
Squaring both sides blindly Introduces extraneous solutions. Only square if the target requires it.
Miscounting exponents ( (x + \frac{1}{x})^2 \neq x^2 + \frac{1}{x^2} ). Expand carefully: ( (a+b)^2 = a^2 + 2ab + b^2 ).
Misapplying ratios Assumes ( \frac{a}{b} = \frac{3}{2} ) means ( a = 3 ), ( b = 2 ). Use a scaling factor (e.g., ( a = 3k ), ( b = 2k )).

TIME STRATEGY

  • Target Time: 45–90 seconds per question.
  • When to Skip:
  • If you can’t simplify the expression in 30 seconds.
  • If the algebra is messy (e.g., cubic equations).
  • Minimum Work:
  • For substitution questions: Assign variables (e.g., ( a = 3k ), ( b = 2k )).
  • For manipulation questions: Square, factor, or cross-multiply once.

BACKSOLVING AND SHORTCUTS

  1. Substitute Numbers (GMAT):
  2. If the question gives ( x^2 - 5x + 6 = 0 ), test ( x = 2 ) and ( x = 3 ) to see which answer choice matches.
  3. Eliminate First (GRE):
  4. If two choices are opposites (e.g., 23 and -23), the answer is likely one of them.
  5. Look for Symmetry:
  6. If the equation is symmetric (e.g., ( x + \frac{1}{x} )), the answer is often an integer.
  7. Avoid Solving for Variables:
  8. If the target is ( x^2 + \frac{1}{x^2} ), don’t solve for ( x )—manipulate the given equation.

1-Minute Recap

"Here’s the deal: Algebraic manipulation questions aren’t about solving for ( x )—they’re about seeing the shortcut. Every time, ask yourself: ‘Can I square this? Factor this? Substitute a ratio?’ If the target is a complex expression, manipulate the given equation. If it’s a simple variable, assign a scaling factor. And always, always check for traps—like forgetting the middle term when squaring or misapplying exponents. On test day, if you’re stuck, eliminate the obvious wrong answers and move on. You’ve got 45 seconds—don’t overcomplicate it."


Final Tip: Practice 10 of these questions under timed conditions. Focus on the framework, not the math. Speed comes from pattern recognition, not brute force.



ADVERTISEMENT