Quant Section Hour 2 of 24

Algebra & Equations

Master the algebraic foundations that appear in 30%+ of all GMAT Quant questions.

Course Progress 2 / 24 hours complete

8% complete โ€” keep going!

What You'll Learn This Hour

  • 1 Solve linear equations, simultaneous systems, and recognize when a system is inconsistent or has infinite solutions.
  • 2 Factor and apply the quadratic formula to solve any second-degree equation quickly.
  • 3 Handle inequalities and absolute value equations without introducing extraneous solutions.
  • 4 Apply all key exponent rules and simplify complex algebraic expressions under time pressure.

Core Concepts

Linear Equations & Systems

Isolate the variable by performing identical operations on both sides. For a 2ร—2 system, use substitution or elimination. A system has one solution (lines intersect), no solution (parallel lines), or infinite solutions (same line).

Quadratic Equations

Factor when possible: (x + a)(x + b) = 0 means x = -a or x = -b. Otherwise use the quadratic formula: x = (-b ยฑ โˆš(bยฒ-4ac)) / 2a. The discriminant bยฒ-4ac tells you: positive = 2 real roots, zero = 1 real root, negative = no real roots.

Inequalities

All arithmetic rules apply EXCEPT: multiplying or dividing both sides by a negative number reverses the inequality sign. When the sign of a variable is unknown, split into cases. Never cross-multiply in an inequality without knowing the sign.

Absolute Value

|x| = k means x = k or x = -k (valid only when k โ‰ฅ 0). |x| = -1 has no solution. For |x - a| < b, solve -b < x - a < b. For |x - a| > b, solve x - a > b OR x - a < -b. Always check solutions.

Exponent Rules

a^m ยท a^n = a^(m+n)

Multiply same base โ†’ add exponents

a^m / a^n = a^(m-n)

Divide same base โ†’ subtract exponents

(a^m)^n = a^(mn)

Power to a power โ†’ multiply exponents

a^0 = 1

Any nonzero base to the 0 equals 1

a^(-n) = 1/a^n

Negative exponent โ†’ reciprocal

a^(1/n) = โฟโˆša

Fractional exponent โ†’ nth root

Visualizing a Linear Equation

The line y = 2x โˆ’ 3 crosses the y-axis at (0, โˆ’3) and the x-axis at (1.5, 0). The slope triangle shows rise = 2, run = 1, confirming slope = 2.

x y -2 -1 1 2 3 4 3 2 1 -1 -2 -3 (1.5, 0) (0, -3) run=1 rise=2 y = 2x โˆ’ 3

Worked Examples

Example 1 System of Equations

Solve: 3x + 2y = 12 and x โˆ’ y = 1

Step 1 โ€” Express x in terms of y from equation 2:
x โˆ’ y = 1 โ†’ x = y + 1
Step 2 โ€” Substitute into equation 1:
3(y + 1) + 2y = 12 โ†’ 3y + 3 + 2y = 12 โ†’ 5y = 9 โ†’ y = 9/5
Step 3 โ€” Back-substitute:
x = (9/5) + 1 = 14/5
Answer: x = 14/5, y = 9/5. Verify: 3(14/5) + 2(9/5) = 42/5 + 18/5 = 60/5 = 12. โœ“
Example 2 Quadratic Equation

Find all values of x: 2xยฒ โˆ’ 5x โˆ’ 3 = 0

Step 1 โ€” Identify a, b, c:
a = 2, b = โˆ’5, c = โˆ’3
Step 2 โ€” Compute the discriminant:
bยฒ โˆ’ 4ac = (โˆ’5)ยฒ โˆ’ 4(2)(โˆ’3) = 25 + 24 = 49
Step 3 โ€” Apply quadratic formula:
x = (5 ยฑ โˆš49) / 4 = (5 ยฑ 7) / 4
Step 4 โ€” Both roots:
x = (5 + 7)/4 = 3   |   x = (5 โˆ’ 7)/4 = โˆ’1/2
Answer: x = 3 or x = โˆ’1/2
Example 3 Absolute Value Inequality

Solve: |2x โˆ’ 4| โ‰ค 6

Step 1 โ€” Set up compound inequality:
โˆ’6 โ‰ค 2x โˆ’ 4 โ‰ค 6
Step 2 โ€” Add 4 to all parts:
โˆ’6 + 4 โ‰ค 2x โ‰ค 6 + 4 โ†’ โˆ’2 โ‰ค 2x โ‰ค 10
Step 3 โ€” Divide by 2 (positive, no flip):
โˆ’1 โ‰ค x โ‰ค 5
Answer: โˆ’1 โ‰ค x โ‰ค 5 (closed interval [โˆ’1, 5])

GMAT Traps to Avoid

!

Dividing or multiplying by a negative flips the inequality

If โˆ’2x > 6, dividing by โˆ’2 gives x < โˆ’3, NOT x > โˆ’3. This is the #1 algebraic trap on the GMAT.

!

Squaring both sides can introduce extraneous solutions

If โˆšx = x โˆ’ 2, squaring gives x = xยฒ โˆ’ 4x + 4. Both solutions of the quadratic must be checked back in the original equation โ€” one may be extraneous.

!

|x| = โˆ’1 has NO solution

Absolute value is always non-negative. An equation like |3x + 2| = โˆ’5 has zero solutions โ€” but the GMAT may list "0" or "no solution" as a trap answer.

!

Don't confuse "no solution" with "infinite solutions" for systems

2x + y = 4 and 4x + 2y = 9 โ†’ parallel lines (no solution). But 2x + y = 4 and 4x + 2y = 8 โ†’ same line (infinite solutions). Check the ratio of constants carefully.

Practice Questions

12 GMAT-style questions. Try each before revealing the answer.

Q1. If 3x โˆ’ 7 = 2x + 5, what is x?

(A) 2(B) 5(C) 10(D) 12(E) 14
Show Answer
Answer: (D) 12
3x โˆ’ 2x = 5 + 7 โ†’ x = 12. Straightforward linear equation โ€” collect like terms.

Q2. Solve xยฒ โˆ’ 9x + 20 = 0. Which of the following are the solutions?

(A) 2, 10(B) 4, 5(C) โˆ’4, โˆ’5(D) 3, 7(E) 1, 20
Show Answer
Answer: (B) 4, 5
Factor: (x โˆ’ 4)(x โˆ’ 5) = 0. So x = 4 or x = 5. Check: 4 + 5 = 9 โœ“, 4 ร— 5 = 20 โœ“.

Q3. If โˆ’3x > 12, which of the following must be true?

(A) x > โˆ’4(B) x > 4(C) x < โˆ’4(D) x < 4(E) x = โˆ’4
Show Answer
Answer: (C) x < โˆ’4
Dividing by โˆ’3 flips the sign: x < 12/(โˆ’3) = โˆ’4. The trap is choosing (A) by forgetting to flip.

Q4. Solve |x + 3| = 7.

(A) 4 only(B) โˆ’10 only(C) 4 and โˆ’10(D) 10 and โˆ’4(E) No solution
Show Answer
Answer: (C) 4 and โˆ’10
Two cases: x + 3 = 7 โ†’ x = 4; or x + 3 = โˆ’7 โ†’ x = โˆ’10. Both satisfy the original equation.

Q5. Simplify: (2ยณ ร— 2โต) / 2โด

(A) 2ยฒ(B) 2โด(C) 2โถ(D) 2ยนยฒ(E) 2โปยฒ
Show Answer
Answer: (B) 2โด
Numerator: 2ยณ ร— 2โต = 2โธ. Then 2โธ / 2โด = 2^(8โˆ’4) = 2โด = 16.

Q6. If 2x + y = 10 and x + 2y = 8, what is x + y?

(A) 4(B) 5(C) 6(D) 7(E) 8
Show Answer
Answer: (C) 6
Add the two equations: 3x + 3y = 18 โ†’ x + y = 6. No need to find x and y separately โ€” a key GMAT time-saver.

Q7. How many solutions does |2x โˆ’ 6| = โˆ’4 have?

(A) 0(B) 1(C) 2(D) 3(E) Infinite
Show Answer
Answer: (A) 0
The absolute value of any real expression is always โ‰ฅ 0. It can never equal โˆ’4. Zero solutions.

Q8. If xยฒ = 25, what are all possible values of x?

(A) 5 only(B) โˆ’5 only(C) 5 and โˆ’5(D) 25 and โˆ’25(E) โˆš5 only
Show Answer
Answer: (C) 5 and โˆ’5
xยฒ = 25 โ†’ x = ยฑโˆš25 = ยฑ5. Note: โˆš25 = 5 (principal root), but the equation has two solutions.

Q9. Simplify: (xยณ)ยฒ / xยฒ

(A) xยฒ(B) xยณ(C) xโด(D) xโต(E) xโถ
Show Answer
Answer: (C) xโด
(xยณ)ยฒ = xโถ. Then xโถ / xยฒ = x^(6โˆ’2) = xโด.

Q10. The product of two consecutive integers is 56. What are the integers?

(A) 6, 7(B) 7, 8(C) 8, 9(D) โˆ’7, โˆ’8(E) Both (B) and (D)
Show Answer
Answer: (E) Both (B) and (D)
Let the integers be n and n+1. Then n(n+1) = 56 โ†’ nยฒ + n โˆ’ 56 = 0 โ†’ (nโˆ’7)(n+8) = 0 โ†’ n = 7 or n = โˆ’8. So the pairs are (7, 8) or (โˆ’8, โˆ’7).

Q11. For what values of x is 2x + 3 > 5x โˆ’ 9?

(A) x > 4(B) x < 4(C) x > โˆ’4(D) x < โˆ’4(E) x = 4
Show Answer
Answer: (B) x < 4
2x + 3 > 5x โˆ’ 9 โ†’ 3 + 9 > 5x โˆ’ 2x โ†’ 12 > 3x โ†’ 4 > x. We divided by +3, no flip needed.

Q12. If 5^(2k) = 125, what is k?

(A) 1/2(B) 3/2(C) 2(D) 3(E) 5
Show Answer
Answer: (B) 3/2
125 = 5ยณ, so 5^(2k) = 5ยณ โ†’ 2k = 3 โ†’ k = 3/2. Always convert the target number to the same base.

Quick Reference Card

# ALGEBRA & EQUATIONS โ€” KEY RULES
## Linear Equations
ax + b = c โ†’ x = (c โˆ’ b) / a
## Systems (2 equations)
Add/subtract equations to eliminate one variable
OR substitute one equation into the other
## Quadratic Formula
x = (โˆ’b ยฑ โˆš(bยฒโˆ’4ac)) / 2a
disc > 0 โ†’ 2 real roots
disc = 0 โ†’ 1 real root (double)
disc < 0 โ†’ no real roots
## Inequalities
FLIP sign when ร— or รท by NEGATIVE
## Absolute Value
|x| = k โ†’ x = k OR x = โˆ’k (k โ‰ฅ 0)
|x| = negative โ†’ NO SOLUTION
|x| < k โ†’ โˆ’k < x < k
|x| > k โ†’ x > k OR x < โˆ’k
## Exponent Rules
a^m ยท a^n = a^(m+n)
a^m / a^n = a^(mโˆ’n)
(a^m)^n = a^(mn)
(ab)^n = a^n ยท b^n
a^0 = 1 (a โ‰  0)
a^(โˆ’n) = 1/a^n
a^(p/q) = q-th root of a^p