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
Multiply same base โ add exponents
Divide same base โ subtract exponents
Power to a power โ multiply exponents
Any nonzero base to the 0 equals 1
Negative exponent โ reciprocal
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.
Worked Examples
Solve: 3x + 2y = 12 and x โ y = 1
x โ y = 1 โ x = y + 1
3(y + 1) + 2y = 12 โ 3y + 3 + 2y = 12 โ 5y = 9 โ y = 9/5
x = (9/5) + 1 = 14/5
Find all values of x: 2xยฒ โ 5x โ 3 = 0
a = 2, b = โ5, c = โ3
bยฒ โ 4ac = (โ5)ยฒ โ 4(2)(โ3) = 25 + 24 = 49
x = (5 ยฑ โ49) / 4 = (5 ยฑ 7) / 4
x = (5 + 7)/4 = 3 | x = (5 โ 7)/4 = โ1/2
Solve: |2x โ 4| โค 6
โ6 โค 2x โ 4 โค 6
โ6 + 4 โค 2x โค 6 + 4 โ โ2 โค 2x โค 10
โ1 โค x โค 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?
Show Answer
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?
Show Answer
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?
Show Answer
Dividing by โ3 flips the sign: x < 12/(โ3) = โ4. The trap is choosing (A) by forgetting to flip.
Q4. Solve |x + 3| = 7.
Show Answer
Two cases: x + 3 = 7 โ x = 4; or x + 3 = โ7 โ x = โ10. Both satisfy the original equation.
Q5. Simplify: (2ยณ ร 2โต) / 2โด
Show Answer
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?
Show Answer
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?
Show Answer
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?
Show Answer
xยฒ = 25 โ x = ยฑโ25 = ยฑ5. Note: โ25 = 5 (principal root), but the equation has two solutions.
Q9. Simplify: (xยณ)ยฒ / xยฒ
Show Answer
(xยณ)ยฒ = xโถ. Then xโถ / xยฒ = x^(6โ2) = xโด.
Q10. The product of two consecutive integers is 56. What are the integers?
Show Answer
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?
Show Answer
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?
Show Answer
125 = 5ยณ, so 5^(2k) = 5ยณ โ 2k = 3 โ k = 3/2. Always convert the target number to the same base.