GMAT Quantitative Quiz: Manipulate Algebraic Expressions
17 questions · exam conditions
0:00
Manipulate Algebraic ExpressionsQuestion 1 of 17

If 11+x+11x=k1x2\frac{1}{1+x} + \frac{1}{1-x} = \frac{k}{1-x^2} for all valid values of xx, then kk equals:

1
2
xx
1x21-x^2
← Back to quizzes

GMAT Quantitative Quiz

GMAT Quantitative Quiz: Manipulate Algebraic Expressions

Practice Manipulate Algebraic Expressions in GMAT Quantitative with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Manipulate Algebraic Expressions, giving you a quick way to practice the rules, question types, and explanations that matter most for GMAT Quantitative.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

If 11+x+11x=k1x2\frac{1}{1+x} + \frac{1}{1-x} = \frac{k}{1-x^2} for all valid values of xx, then kk equals:

  1. 1
  2. 2 (correct answer)
  3. xx
  4. 1x21-x^2

Explanation: To find kk, combine the fractions on the left side: 11+x+11x=(1x)+(1+x)(1+x)(1x)=21x2\frac{1}{1+x} + \frac{1}{1-x} = \frac{(1-x) + (1+x)}{(1+x)(1-x)} = \frac{2}{1-x^2}. Comparing with k1x2\frac{k}{1-x^2}, we see that k=2k = 2. Choice A results from incorrectly combining the numerators as (1x)+(1+x)=1(1-x) + (1+x) = 1. Choice C suggests kk depends on xx, which would mean the equation isn't an identity. Choice D confuses the numerator with the denominator.

Question 2

For x0,7x\neq 0,-7, simplify $$\dfrac{(x^{2}+3x)^{2}-16x^{2}}{x(x+3)+4x}.$

  1. x2+7xx^{2}+7x
  2. x2+xx^{2}+x
  3. x27xx^{2}-7x
  4. x2xx^{2}-x (correct answer)

Explanation: When you encounter complex rational expressions like this, your goal is to simplify by factoring and canceling common terms. The key is recognizing algebraic patterns, particularly difference of squares. Let's start with the numerator: (x2+3x)216x2(x^2+3x)^2-16x^2. Notice this follows the difference of squares pattern a2b2=(a+b)(ab)a^2-b^2 = (a+b)(a-b), where a=x2+3xa = x^2+3x and b=4xb = 4x. So: (x2+3x)216x2=(x2+3x+4x)(x2+3x4x)=(x2+7x)(x2x)(x^2+3x)^2-16x^2 = (x^2+3x+4x)(x^2+3x-4x) = (x^2+7x)(x^2-x) The denominator is: x(x+3)+4x=x2+3x+4x=x2+7xx(x+3)+4x = x^2+3x+4x = x^2+7x Now our expression becomes: (x2+7x)(x2x)x2+7x\frac{(x^2+7x)(x^2-x)}{x^2+7x} Since x2+7xx^2+7x appears in both numerator and denominator, we can cancel it (noting the restriction x0,7x \neq 0, -7 ensures this term isn't zero). This leaves us with x2xx^2-x. Answer choice A (x2+7xx^2+7x) represents what you'd get if you incorrectly canceled (x2x)(x^2-x) instead of (x2+7x)(x^2+7x). Choice B (x2+xx^2+x) comes from a sign error when factoring the difference of squares. Choice C (x27xx^2-7x) results from incorrectly distributing the negative sign in the factorization. The correct answer is D: x2xx^2-x. Strategy tip: Always look for difference of squares patterns (a2b2a^2-b^2) in GMAT algebra problems. Factor completely before attempting to cancel terms, and double-check your signs throughout the process.

Question 3

If x3,3x\neq 3,-3, the product x29x26x+9x3x+3\dfrac{x^{2}-9}{x^{2}-6x+9}\cdot\dfrac{x-3}{x+3} is equal to

  1. 0
  2. 1 (correct answer)
  3. x3x-3
  4. x3x+3\dfrac{x-3}{x+3}

Explanation: When you encounter algebraic fractions like this, your first instinct should be to factor everything completely before attempting to multiply. This allows you to identify and cancel common factors. Let's factor each expression systematically. The numerator x29x^2-9 is a difference of squares: (x3)(x+3)(x-3)(x+3). The denominator x26x+9x^2-6x+9 is a perfect square trinomial: (x3)2(x-3)^2. The second fraction is already factored. Now substitute the factored forms: (x3)(x+3)(x3)2x3x+3\frac{(x-3)(x+3)}{(x-3)^2} \cdot \frac{x-3}{x+3} Multiply the fractions by combining numerators and denominators: (x3)(x+3)(x3)(x3)2(x+3)\frac{(x-3)(x+3)(x-3)}{(x-3)^2(x+3)} This simplifies to: (x3)2(x+3)(x3)2(x+3)\frac{(x-3)^2(x+3)}{(x-3)^2(x+3)} Since x3x \neq 3 and x3x \neq -3, we can cancel the common factors (x3)2(x-3)^2 and (x+3)(x+3), leaving us with 11=1\frac{1}{1} = 1. The answer is B. Looking at the wrong choices: A) suggests the product equals zero, which would only happen if a numerator factor couldn't be canceled. C) x3x-3 would result from incomplete cancellation. D) x3x+3\frac{x-3}{x+3} represents what you'd get if you only canceled one factor of (x3)(x-3) instead of recognizing the complete cancellation. Strategy tip: Always factor completely before multiplying algebraic fractions. The GMAT often tests whether you can spot perfect squares and differences of squares, then cancel appropriately while respecting domain restrictions.

Question 4

For x3x\neq 3, the expression x327x2+3x+9\dfrac{x^{3}-27}{x^{2}+3x+9} simplifies to

  1. x3x2+3x+9\dfrac{x-3}{x^{2}+3x+9}
  2. x+3x+3
  3. x29x^{2}-9
  4. x3x-3 (correct answer)

Explanation: When you encounter a rational expression that needs simplification, look for opportunities to factor and cancel common terms. This question tests your ability to recognize and apply the difference of cubes formula. The key insight is recognizing that x327x^3 - 27 is a difference of cubes, since 27=3327 = 3^3. The difference of cubes formula states that a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2). Applying this with a=xa = x and b=3b = 3: x327=x333=(x3)(x2+3x+9)x^3 - 27 = x^3 - 3^3 = (x-3)(x^2 + 3x + 9) Now you can substitute this factorization into the original expression: x327x2+3x+9=(x3)(x2+3x+9)x2+3x+9\frac{x^3-27}{x^2+3x+9} = \frac{(x-3)(x^2+3x+9)}{x^2+3x+9} Since x3x \neq 3, the factor (x2+3x+9)(x^2+3x+9) is never zero and can be canceled from numerator and denominator, leaving x3x-3. Choice A, x3x2+3x+9\frac{x-3}{x^2+3x+9}, represents the expression before canceling the common factor. Choice B, x+3x+3, might result from incorrectly applying the difference of squares formula instead of difference of cubes. Choice C, x29x^2-9, could come from confusing this with factoring x29=(x3)(x+3)x^2-9 = (x-3)(x+3) and forgetting about the cubic terms. Remember that difference of cubes problems appear frequently on the GMAT. Memorize the formula a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a-b)(a^2 + ab + b^2) and always check whether rational expressions can be simplified by factoring and canceling common terms.

Question 5

For x2x\neq -2, simplify x3+8x22x+4.\dfrac{x^{3}+8}{x^{2}-2x+4}.

  1. x+2x22x+4\dfrac{x+2}{x^{2}-2x+4}
  2. x2x-2
  3. x24x^{2}-4
  4. x+2x+2 (correct answer)

Explanation: When you encounter a rational expression like this, look for opportunities to factor and simplify. The key insight is recognizing that the numerator x3+8x^3 + 8 is a sum of cubes, which follows the pattern a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2). Since x3+8=x3+23x^3 + 8 = x^3 + 2^3, we can factor this as: x3+8=(x+2)(x22x+4)x^3 + 8 = (x + 2)(x^2 - 2x + 4) Now our expression becomes: x3+8x22x+4=(x+2)(x22x+4)x22x+4\frac{x^3 + 8}{x^2 - 2x + 4} = \frac{(x + 2)(x^2 - 2x + 4)}{x^2 - 2x + 4} Since the factor (x22x+4)(x^2 - 2x + 4) appears in both numerator and denominator, we can cancel it out, leaving us with x+2x + 2. This confirms answer choice D. Choice A x+2x22x+4\frac{x+2}{x^2-2x+4} represents what you'd get if you factored the numerator correctly but forgot to simplify by canceling the common factor. Choice B x2x-2 likely comes from incorrectly factoring x3+8x^3 + 8 as (x2)(x - 2) times something, confusing the sum of cubes with a difference. Choice C x24x^2 - 4 might result from misremembering factoring formulas or incorrectly applying difference of squares patterns. Strategy tip: Memorize the sum and difference of cubes formulas: a3+b3=(a+b)(a2ab+b2)a^3 + b^3 = (a + b)(a^2 - ab + b^2) and a3b3=(ab)(a2+ab+b2)a^3 - b^3 = (a - b)(a^2 + ab + b^2). These appear frequently on the GMAT, especially in rational expression problems.

Question 6

Let k=(x+1)2(x1)2xk=\dfrac{(x+1)^{2}-(x-1)^{2}}{x} for all nonzero xx. What is the value of kk?

  1. 2
  2. 4 (correct answer)
  3. 2x2x
  4. 4x4x

Explanation: When you encounter algebraic expressions with squared binomials like (x+1)2(x+1)^2 and (x1)2(x-1)^2, look for opportunities to use the difference of squares pattern or expand strategically to simplify. Let's work through this step-by-step by expanding the numerator. First, expand each squared term:

  • (x+1)2=x2+2x+1(x+1)^2 = x^2 + 2x + 1
  • (x1)2=x22x+1(x-1)^2 = x^2 - 2x + 1
Now substitute these into the original expression: k=(x2+2x+1)(x22x+1)xk = \frac{(x^2 + 2x + 1) - (x^2 - 2x + 1)}{x} Simplify the numerator by distributing the negative sign and combining like terms: k=x2+2x+1x2+2x1x=4xxk = \frac{x^2 + 2x + 1 - x^2 + 2x - 1}{x} = \frac{4x}{x} Since x0x \neq 0, we can cancel the xx terms: k=4k = 4 The answer is (B) 4. Now let's examine why the other choices are wrong:
  • (A) 2: This would result from incorrectly calculating the coefficient when the binomials are expanded, possibly forgetting to account for both +2x+2x terms.
  • (C) 2x2x: This error occurs if you correctly find 4x4x in the numerator but forget to divide by xx.
  • (D) 4x4x: This is the numerator before simplification—you must complete the division by xx.
Study tip: When you see expressions involving (a+b)2(ab)2(a+b)^2 - (a-b)^2, remember this always simplifies to 4ab4ab. This pattern can save time on similar problems.

Question 7

When (2x3)3+(3x2)3(2x-3)^{3}+(3x-2)^{3} is expanded and like terms are combined, what is the coefficient of x2?x^{2}?

  1. −36
  2. −54
  3. −90 (correct answer)
  4. 90

Explanation: When you encounter polynomial expansion problems involving cubes, the key is recognizing that you don't need to fully expand everything—focus only on the terms that will contribute to the coefficient you're seeking. To find the coefficient of x2x^2 in (2x3)3+(3x2)3(2x-3)^3+(3x-2)^3, use the binomial theorem. For (a+b)3=a3+3a2b+3ab2+b3(a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3, you only need the terms containing x2x^2. For (2x3)3(2x-3)^3: The x2x^2 term comes from 3(2x)2(3)=34x2(3)=36x23(2x)^2(-3) = 3 \cdot 4x^2 \cdot (-3) = -36x^2 For (3x2)3(3x-2)^3: The x2x^2 term comes from 3(3x)2(2)=39x2(2)=54x23(3x)^2(-2) = 3 \cdot 9x^2 \cdot (-2) = -54x^2 Adding these: 36x2+(54x2)=90x2-36x^2 + (-54x^2) = -90x^2 The coefficient of x2x^2 is 90-90. Answer choice (A) 36-36 represents only the x2x^2 coefficient from the first cubic term, ignoring the second entirely. Answer choice (B) 54-54 captures only the x2x^2 coefficient from the second cubic term, missing the first. Answer choice (D) 9090 gets the magnitude correct but has the wrong sign—a common error when handling multiple negative terms. Strategy tip: When expanding polynomials for specific coefficients, use the binomial theorem selectively. Calculate only the terms you need rather than expanding everything, which saves time and reduces arithmetic errors. Always double-check your signs when combining terms with negatives.

Question 8

Combine and simplify: 3x+2x+1\dfrac{3}{x}+\dfrac{2}{x+1} for $$x\neq 0,-1.$

  1. 5x3x(x+1)\dfrac{5x-3}{x(x+1)}
  2. 5x+5x(x+1)\dfrac{5x+5}{x(x+1)}
  3. 5x+3x(x+1)\dfrac{5x+3}{x(x+1)} (correct answer)
  4. 6x+3x(x+1)\dfrac{6x+3}{x(x+1)}

Explanation: When you see rational expressions that need to be combined, you're working with fraction addition. The key principle is that you can only add fractions when they have a common denominator. To combine 3x+2x+1\frac{3}{x}+\frac{2}{x+1}, you need to find a common denominator. Since the denominators xx and (x+1)(x+1) share no common factors, the least common denominator is their product: x(x+1)x(x+1). Now rewrite each fraction with this common denominator:

  • 3x=3(x+1)x(x+1)=3x+3x(x+1)\frac{3}{x} = \frac{3(x+1)}{x(x+1)} = \frac{3x+3}{x(x+1)}
  • 2x+1=2xx(x+1)\frac{2}{x+1} = \frac{2x}{x(x+1)}
Adding these fractions: 3x+3x(x+1)+2xx(x+1)=3x+3+2xx(x+1)=5x+3x(x+1)\frac{3x+3}{x(x+1)} + \frac{2x}{x(x+1)} = \frac{3x+3+2x}{x(x+1)} = \frac{5x+3}{x(x+1)} This confirms answer choice C is correct. Looking at the wrong answers: Choice A gives 5x3x(x+1)\frac{5x-3}{x(x+1)}, which suggests incorrectly subtracting 3 instead of adding it. Choice B gives 5x+5x(x+1)\frac{5x+5}{x(x+1)}, which likely comes from the error 2(x+1)=2x+22 \cdot (x+1) = 2x+2 instead of 2x=2x2 \cdot x = 2x. Choice D gives 6x+3x(x+1)\frac{6x+3}{x(x+1)}, which results from incorrectly combining the xx-terms as 3x+2x+x=6x3x+2x+x = 6x. Strategy tip: When adding rational expressions, always multiply each fraction by the "missing factors" to create the common denominator, then carefully distribute and combine like terms in the numerator.

Question 9

For all x±2x \neq \pm 2, which of the following is equivalent to the expression 2x28x24\dfrac{2x^{2}-8}{x^{2}-4}?

  1. 2x22x-2
  2. 2x2x
  3. 2 (correct answer)
  4. 2x+22x+2

Explanation: When you encounter a rational expression like this, your first instinct should be to factor both the numerator and denominator to look for common factors that can be canceled. Let's factor each part systematically. The numerator 2x282x^2 - 8 has a common factor of 2, so we can write it as 2(x24)2(x^2 - 4). The denominator x24x^2 - 4 is already in its simplest form, but notice it's a difference of squares: x24=(x+2)(x2)x^2 - 4 = (x+2)(x-2). So our expression becomes: 2(x24)x24\dfrac{2(x^2-4)}{x^2-4} Since x24x^2 - 4 appears in both numerator and denominator, and we're told x±2x \neq \pm 2 (which ensures x240x^2 - 4 \neq 0), we can cancel these terms: 2(x24)x24=2\dfrac{2(x^2-4)}{x^2-4} = 2 Choice A (2x22x-2) represents what you might get if you incorrectly tried to distribute or factor incorrectly. Choice B (2x2x) could result from mistakenly canceling just the constant terms. Choice D (2x+22x+2) might come from confusing the signs during factoring or attempting polynomial long division incorrectly. The key insight is recognizing that after proper factoring, the variable terms completely cancel out, leaving only the constant 2. Strategy tip: When simplifying rational expressions, always factor completely before attempting to cancel. Look especially for difference of squares patterns like a2b2=(a+b)(ab)a^2 - b^2 = (a+b)(a-b), and remember that domain restrictions (like x±2x \neq \pm 2) are given precisely because those values would make denominators zero.

Question 10

Which of the following is equivalent to (x+2)(x5)(x3)(x+4)?(x+2)(x-5)-(x-3)(x+4)?

  1. 4x+24x+2
  2. 4x24x-2
  3. 2+4x2+4x
  4. 24x2-4x (correct answer)

Explanation: When you encounter algebraic expressions with multiple binomial products, your goal is to expand each product using FOIL (First, Outer, Inner, Last), then combine like terms carefully. Let's expand each product systematically. For (x+2)(x5)(x+2)(x-5): multiply xx=x2x \cdot x = x^2, then x(5)=5xx \cdot (-5) = -5x, then 2x=2x2 \cdot x = 2x, and finally 2(5)=102 \cdot (-5) = -10. This gives us x25x+2x10=x23x10x^2 - 5x + 2x - 10 = x^2 - 3x - 10. For (x3)(x+4)(x-3)(x+4): multiply xx=x2x \cdot x = x^2, then x4=4xx \cdot 4 = 4x, then (3)x=3x(-3) \cdot x = -3x, and finally (3)4=12(-3) \cdot 4 = -12. This gives us x2+4x3x12=x2+x12x^2 + 4x - 3x - 12 = x^2 + x - 12. Now substitute back into the original expression: (x23x10)(x2+x12)(x^2 - 3x - 10) - (x^2 + x - 12). Distribute the negative sign: x23x10x2x+12x^2 - 3x - 10 - x^2 - x + 12. Combining like terms: the x2x^2 terms cancel, 3xx=4x-3x - x = -4x, and 10+12=2-10 + 12 = 2. The result is 24x2 - 4x. Choice A gives 4x+24x + 2 (wrong sign on the xx term), choice B gives 4x24x - 2 (wrong signs on both terms), and choice C gives 2+4x2 + 4x (correct constant but wrong sign on xx). These errors typically occur from sign mistakes during distribution or combining like terms. Remember: when subtracting polynomials, distribute the negative sign to every term in the second polynomial, then combine like terms methodically to avoid sign errors.

Question 11

Suppose (px+4)(x2)+(2x)(x+2)(p x+4)(x-2)+(2-x)(x+2) is written as ax^{2}+bx+c.$ If a=7,whatisthevalueofwhat is the value ofp?$$

  1. 5
  2. 6
  3. 7
  4. 8 (correct answer)

Explanation: When you encounter polynomial expansion problems where you need to find an unknown coefficient, your approach should be to expand the given expression and match coefficients with the target form. Let's expand (px+4)(x2)+(2x)(x+2)(px+4)(x-2)+(2-x)(x+2) step by step. First, expand (px+4)(x2)(px+4)(x-2): (px+4)(x2)=px22px+4x8(px+4)(x-2) = px^2 - 2px + 4x - 8 Next, expand (2x)(x+2)(2-x)(x+2): (2x)(x+2)=2x+4x22x=4x2(2-x)(x+2) = 2x + 4 - x^2 - 2x = 4 - x^2 Combining both parts: px22px+4x8+4x2px^2 - 2px + 4x - 8 + 4 - x^2 =(p1)x2+(2p+4)x+(4)= (p-1)x^2 + (-2p+4)x + (-4) Since this equals ax2+bx+cax^2 + bx + c and we're told a=7a = 7, we need the coefficient of x2x^2 to equal 7: p1=7p - 1 = 7 p=8p = 8 Choice (A) 5 would give us a=51=4a = 5 - 1 = 4, not 7. Choice (B) 6 would give us a=61=5a = 6 - 1 = 5. Choice (C) 7 would give us a=71=6a = 7 - 1 = 6. Only choice (D) 8 gives us the required a=81=7a = 8 - 1 = 7. Study tip: In coefficient-matching problems, expand systematically and collect like terms carefully. Always double-check your algebra by substituting your answer back into the original constraint—here, verify that p=8p = 8 indeed produces a=7a = 7.

Question 12

Simplify x21x1x21x+1\dfrac{x^{2}-1}{x-1}-\dfrac{x^{2}-1}{x+1} for all x±1.x\neq\pm1.

  1. 0
  2. 1
  3. 2 (correct answer)
  4. 2x2x

Explanation: When you encounter rational expressions with factorizable polynomials, always look for opportunities to factor and simplify before performing operations. This problem tests your ability to factor differences of squares and find common denominators. Start by factoring the numerator x21x^2-1, which is a difference of squares: x21=(x1)(x+1)x^2-1 = (x-1)(x+1). Now rewrite the expression: (x1)(x+1)x1(x1)(x+1)x+1\frac{(x-1)(x+1)}{x-1} - \frac{(x-1)(x+1)}{x+1} Since x±1x \neq \pm 1, you can cancel common factors in each fraction:

  • First fraction: (x1)(x+1)x1=x+1\frac{(x-1)(x+1)}{x-1} = x+1
  • Second fraction: (x1)(x+1)x+1=x1\frac{(x-1)(x+1)}{x+1} = x-1
The expression becomes: (x+1)(x1)=x+1x+1=2(x+1) - (x-1) = x + 1 - x + 1 = 2 Choice A (0) is incorrect because the two simplified fractions don't cancel each other out completely—they differ by 2. Choice B (1) represents a common computational error where students might think the constant terms cancel instead of adding. Choice D (2x2x) occurs when students mistakenly combine the variable terms instead of recognizing they cancel out, leaving only the constants. The correct answer is C. Study tip: When working with rational expressions containing factorable polynomials, always factor first, then simplify each fraction separately before combining. Watch for difference of squares patterns like x21x^2-1, and remember that subtraction affects all terms in parentheses, not just the first one.

Question 13

For all nonzero xx, the expression 11111x\dfrac{1}{1-\dfrac{1}{1-\dfrac{1}{x}}} is equivalent to

  1. x1x-1
  2. 1x1-x (correct answer)
  3. 1x1\dfrac{1}{x}-1
  4. 11x1-\dfrac{1}{x}

Explanation: When you encounter complex fractions with multiple layers, the key is to simplify from the inside out, working systematically through each nested fraction. Let's start with the innermost fraction and build outward. First, simplify 11x1-\frac{1}{x}: 11x=xx1x=x1x1-\frac{1}{x} = \frac{x}{x} - \frac{1}{x} = \frac{x-1}{x} Now we can rewrite the middle fraction: 1111x=11x1x1-\frac{1}{1-\frac{1}{x}} = 1-\frac{1}{\frac{x-1}{x}} When dividing by a fraction, multiply by its reciprocal: 11x1x=1xx11-\frac{1}{\frac{x-1}{x}} = 1-\frac{x}{x-1} Converting to a common denominator: 1xx1=x1x1xx1=x1xx1=1x11-\frac{x}{x-1} = \frac{x-1}{x-1} - \frac{x}{x-1} = \frac{x-1-x}{x-1} = \frac{-1}{x-1} Finally, the entire expression becomes: 11111x=11x1=1(x1)1=(x1)=1x\frac{1}{1-\frac{1}{1-\frac{1}{x}}} = \frac{1}{\frac{-1}{x-1}} = \frac{1 \cdot (x-1)}{-1} = -(x-1) = 1-x The answer is (B) 1x1-x. Looking at the wrong choices: (A) x1x-1 is the negative of our answer, likely resulting from a sign error. (C) 1x1\frac{1}{x}-1 might come from incorrectly simplifying the innermost fraction. (D) 11x1-\frac{1}{x} is just the value of the innermost expression, not the full simplification. Strategy tip: With nested fractions, always work inside-out and double-check your algebra at each step. Sign errors are particularly common in these problems.

Question 14

If P=x21x+1P = \frac{x^2 - 1}{x + 1} and Q=x2+2x+1x+1Q = \frac{x^2 + 2x + 1}{x + 1}, then PQP - Q equals:

  1. 2(x+1)-2(x + 1)
  2. 2x2x+1\frac{-2x - 2}{x + 1}
  3. 2-2 (correct answer)
  4. 22

Explanation: When you encounter rational expressions that need to be subtracted, the key is to work methodically with common denominators and algebraic simplification. To find PQP - Q, you need to subtract the fractions: x21x+1x2+2x+1x+1\frac{x^2 - 1}{x + 1} - \frac{x^2 + 2x + 1}{x + 1}. Since both fractions already have the same denominator (x+1)(x + 1), you can subtract the numerators directly: PQ=(x21)(x2+2x+1)x+1P - Q = \frac{(x^2 - 1) - (x^2 + 2x + 1)}{x + 1}. Expanding the numerator: (x21)(x2+2x+1)=x21x22x1=2x2(x^2 - 1) - (x^2 + 2x + 1) = x^2 - 1 - x^2 - 2x - 1 = -2x - 2. This gives you 2x2x+1\frac{-2x - 2}{x + 1}. Now factor the numerator: 2x2=2(x+1)-2x - 2 = -2(x + 1). So PQ=2(x+1)x+1=2P - Q = \frac{-2(x + 1)}{x + 1} = -2 (assuming x1x \neq -1). Choice A gives 2(x+1)-2(x + 1), which represents the numerator before canceling the common factor. This suggests you stopped one step short of full simplification. Choice B gives 2x2x+1\frac{-2x - 2}{x + 1}, which is correct before factoring and canceling. This is the intermediate step, not the final simplified form. Choice D gives 22, indicating a sign error when distributing the negative through the second numerator. The correct answer is C: 2-2. Strategy tip: Always check if you can factor and cancel common terms when working with rational expressions. The GMAT often tests whether you'll recognize when expressions can be simplified beyond their initial form.

Question 15

If a=2xx1a = \frac{2x}{x-1} and b=x+1x1b = \frac{x+1}{x-1}, then aba+b\frac{a-b}{a+b} equals:

  1. x13x+1\frac{x-1}{3x+1} (correct answer)
  2. x+13x1\frac{x+1}{3x-1}
  3. x13x1\frac{x-1}{3x-1}
  4. x+13x+1\frac{x+1}{3x+1}

Explanation: First find ab=2xx1x+1x1=2x(x+1)x1=x1x1=1a-b = \frac{2x}{x-1} - \frac{x+1}{x-1} = \frac{2x-(x+1)}{x-1} = \frac{x-1}{x-1} = 1. Next find a+b=2xx1+x+1x1=2x+(x+1)x1=3x+1x1a+b = \frac{2x}{x-1} + \frac{x+1}{x-1} = \frac{2x+(x+1)}{x-1} = \frac{3x+1}{x-1}. Therefore aba+b=13x+1x1=x13x+1\frac{a-b}{a+b} = \frac{1}{\frac{3x+1}{x-1}} = \frac{x-1}{3x+1}. Choice B results from sign errors in computing a+ba+b. Choice C results from incorrectly computing a+b=3x1a+b = 3x-1 instead of 3x+13x+1. Choice D combines errors from both the numerator and denominator calculations.

Question 16

If xy+yx=5\frac{x}{y} + \frac{y}{x} = 5 and xy0xy \neq 0, then x2+y2xy\frac{x^2 + y^2}{xy} equals:

  1. 3
  2. 25
  3. 10
  4. 5 (correct answer)

Explanation: When you encounter algebraic expressions involving fractions with variables in both numerator and denominator, look for opportunities to manipulate the given equation to match the target expression's structure. Given xy+yx=5\frac{x}{y} + \frac{y}{x} = 5, you want to find x2+y2xy\frac{x^2 + y^2}{xy}. The key insight is recognizing that these expressions are closely related. To connect them, multiply both sides of the given equation by xyxy: xy(xy+yx)=5xyxy \cdot \left(\frac{x}{y} + \frac{y}{x}\right) = 5xy Distributing on the left side: xyxy+xyyx=5xyxy \cdot \frac{x}{y} + xy \cdot \frac{y}{x} = 5xy This simplifies to: x2+y2=5xyx^2 + y^2 = 5xy Now divide both sides by xyxy: x2+y2xy=5\frac{x^2 + y^2}{xy} = 5 The answer is (D) 5. Let's examine why the other choices are incorrect. Choice (A) 3 might tempt students who mistakenly subtract terms instead of properly manipulating the equation. Choice (B) 25 could result from incorrectly squaring the entire given equation rather than multiplying by xyxy. Choice (C) 10 might come from doubling the given value of 5, perhaps from confusion about the relationship between the expressions. Strategy tip: When dealing with rational expressions involving sums or differences of fractions, try multiplying through by a common denominator (in this case xyxy) to eliminate fractions and reveal the underlying algebraic relationship. This technique frequently appears on GMAT quantitative questions.

Question 17

If 1x2+1x+2=2xx24\frac{1}{x-2} + \frac{1}{x+2} = \frac{2x}{x^2-4}, then which statement about xx is correct?

  1. The equation is true for all real xx except x=±2x = \pm 2 (correct answer)
  2. The equation has exactly one solution: x=0x = 0
  3. The equation is an identity and holds for x=±2x = \pm 2
  4. The equation has no solutions because it leads to 0=2x0 = 2x

Explanation: Start with the left side: 1x2+1x+2=(x+2)+(x2)(x2)(x+2)=2xx24\frac{1}{x-2} + \frac{1}{x+2} = \frac{(x+2) + (x-2)}{(x-2)(x+2)} = \frac{2x}{x^2-4}. This matches the right side exactly, making it an identity. However, both sides are undefined when x=±2x = \pm 2 (since x24=0x^2-4 = 0), so the equation holds for all real xx except x=±2x = \pm 2. Choice B incorrectly thinks we need to solve 2x=2x2x = 2x, which would give 0=00 = 0 (true for all xx), not x=0x = 0. Choice C incorrectly claims the equation holds at x=±2x = \pm 2 where it's undefined. Choice D incorrectly suggests we get 0=2x0 = 2x, which would come from a calculation error.