Estimated study time: 45 minutes
Content:
Algebra is the language of GRE Quantitative Reasoning. Questions often present word problems requiring translation into algebraic equations, and algebraic reasoning underpins quantitative comparison and data interpretation questions as well. GRE algebra covers: linear equations, systems of equations, inequalities, absolute value equations, quadratic equations, exponents and radicals, and functions.
Linear equations and systems are the most frequently tested algebraic topics. A linear equation in one variable has exactly one solution. Systems of two linear equations in two unknowns: if the equations are consistent and independent (not parallel, not identical), there is exactly one solution — solve by substitution or elimination. If the system is inconsistent (parallel lines), no solution exists. If the equations are dependent (same line), infinite solutions exist.
Inequalities follow most of the same rules as equations with one critical exception: multiplying or dividing both sides by a negative number reverses the inequality sign. Compound inequalities (a < x < b) are solved by performing the same operation on all three parts simultaneously. Absolute value inequalities: |x| < k means −k < x < k (between), while |x| > k means x < −k or x > k (outside). A common GRE trap is forgetting to consider the negative case when solving |expression| = constant.
Exponent rules are heavily tested: x^a × x^b = x^(a+b); x^a / x^b = x^(a−b); (x^a)^b = x^(ab); x^0 = 1 (for x ≠ 0); x^(−n) = 1/x^n; x^(1/n) = nth root of x. Fractional exponents combine roots and powers: x^(m/n) = (x^(1/n))^m = nth root of x^m. Radicals: √(ab) = √a × √b; √(a/b) = √a / √b; but √(a+b) ≠ √a + √b.
Quadratic equations: ax² + bx + c = 0, solved by factoring, completing the square, or the quadratic formula (x = [−b ± √(b²−4ac)] / 2a). The discriminant (b² − 4ac) determines the number of real roots: positive → two distinct real roots; zero → one repeated real root; negative → no real roots. Factoring patterns to memorize: (x+a)(x−a) = x² − a²; (x+a)² = x² + 2ax + a²; (x−a)² = x² − 2ax + a².
Functions: The GRE tests function notation, composition, and basic properties. f(g(x)) means apply g first, then f. Domain is the set of valid inputs; range is the set of possible outputs. GRE function questions sometimes define unusual functions with symbols (e.g., "x★y = x² − y") — simply substitute into the definition. Word problems with direct and inverse variation: direct variation f(x) = kx (proportional); inverse variation f(x) = k/x (inversely proportional, as x doubles, f(x) halves).
Key Terms:
Quiz Questions:
Q1. If 3x − 7 = 2(x + 4), what is the value of x?
A) 1 B) 15 C) 3 D) −1
Answer: B — 3x − 7 = 2x + 8 → 3x − 2x = 8 + 7 → x = 15.
---
Q2. If |2x − 3| = 7, what are all possible values of x?
A) x = 5 only B) x = −2 only C) x = 5 or x = −2 D) x = 5 or x = 2
Answer: C — |2x − 3| = 7 means 2x − 3 = 7 (positive case) → 2x = 10 → x = 5; OR 2x − 3 = −7 (negative case) → 2x = −4 → x = −2. Both solutions must be checked.
---
Q3. What is the value of (2³)² × 2^(−4)?
A) 4 B) 16 C) 2 D) 8
Answer: A — (2³)² = 2^6 = 64. 64 × 2^(−4) = 2^6 × 2^(−4) = 2^(6−4) = 2² = 4.
---
Q4. A quadratic equation x² − 5x + 6 = 0 has solutions:
A) x = 2 and x = 3 B) x = −2 and x = −3 C) x = 1 and x = 6 D) x = 2 and x = −3
Answer: A — Factor: (x − 2)(x − 3) = 0 → x = 2 or x = 3. Check: 2² − 5(2) + 6 = 4 − 10 + 6 = 0 ✓; 3² − 5(3) + 6 = 9 − 15 + 6 = 0 ✓.
---
Q5. If f(x) = x² + 1 and g(x) = 2x − 3, what is f(g(2))?
A) 2 B) 5 C) 17 D) 6
Answer: A — g(2) = 2(2) − 3 = 4 − 3 = 1. f(g(2)) = f(1) = 1² + 1 = 2.
---