Rewriting Rational Expressions

Help Questions

Algebra › Rewriting Rational Expressions

Questions 1 - 10
1

Rewrite the rational expression

$$\frac{x^3+2x^2-1}{x+1}$$

in the form $q(x)+\frac{r(x)}{x+1}$ using polynomial long division (or another valid method). Make sure $\deg(r)<\deg(x+1)$.

$x^2+2x-1+\frac{0}{x+1}$

$x^2+x-1+\frac{0}{x+1}$

$x^2+x-1+\frac{1}{x+1}$

$x^2+x+1+\frac{-2}{x+1}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. Polynomial long division works exactly like the long division you learned in elementary school, just with polynomials instead of numbers: divide the leading terms, multiply back, subtract, bring down the next term, repeat. Dividing (x³ + 2x² - 1) by (x + 1) using long division: (1) Divide leading terms: x³/x = x² (first term of quotient). (2) Multiply: x²(x + 1) = x³ + x². (3) Subtract: (x³ + 2x² - 1) - (x³ + x²) = x² - 1. (4) Divide: x²/x = x. (5) Multiply: x(x + 1) = x² + x. (6) Subtract: (x² - 1) - (x² + x) = -x - 1. (7) Divide: -x/x = -1. (8) Multiply: -1(x + 1) = -x - 1. (9) Subtract: (-x - 1) - (-x - 1) = 0. Result: quotient is x² + x - 1, remainder is 0. Choice A correctly shows x² + x - 1 + 0/(x + 1) where the quotient is quadratic and remainder is 0 (degree -∞, less than divisor degree 1), giving the proper rewritten form. Choice B incorrectly adds a remainder of 1 when our division came out evenly with remainder 0—when the division is exact, there's no fractional part! Verification is your friend: after dividing, multiply your quotient (x² + x - 1) by the divisor (x + 1) and add your remainder 0. You get (x² + x - 1)(x + 1) + 0 = x³ + x² + x² + x - x - 1 = x³ + 2x² - 1, which matches the original numerator perfectly! When remainder is 0, the rational expression simplifies to just the quotient polynomial.

2

Rewrite $$\frac{2x^2+7x+1}{x+3}$$ in the form $q(x)+\frac{r(x)}{x+3}$ (quotient plus remainder over divisor), where $\deg(r)<1$.​

$2x-1+\frac{4}{x+3}$

$2x+7+\frac{-20}{x+3}$

$2x+1+\frac{-2}{x+3}$

$2x+1+\frac{2}{x+3}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. For simple cases, inspection can work: if you need (2x² + 7x + 1)/(x + 3) and the numerator degree is just 1 more than denominator degree, the quotient will be linear. Try q(x) = 2x + a for some a, multiply (2x + a)(x + 3), match coefficients with 2x² + 7x + 1, and solve for a and the remainder. This 'educated guess and check' is faster than formal division when it works! For (2x² + 7x + 1)/(x + 3), we suspect quotient is linear: q(x) = 2x + a for some a. Multiplying: (2x + a)(x + 3) = 2x² + 6x + ax + 3a = 2x² + (6 + a)x + 3a. Matching with numerator 2x² + 7x + 1: coefficient of x gives 6 + a = 7, so a = 1. Constant term gives 3a = 3, but we have 1, so remainder is 1 - 3 = -2. Result: (2x + 1) + (-2)/(x + 3). Inspection works when you can guess the quotient form! Choice A correctly shows 2x + 1 + (-2)/(x + 3) where the quotient is linear and remainder -2 has degree 0 (less than divisor degree 1), giving the proper rewritten form. Choice B has the quotient wrong: when dividing 2x² by x, we get 2x, not something that would lead to 2x + 7. The leading term of the quotient comes from dividing the highest-degree terms of numerator and denominator. This is the first step of polynomial division! Verification is your friend: after dividing, multiply your quotient q(x) by the divisor b(x) and add your remainder r(x). You should get back the original numerator a(x). Let's check: (2x + 1)(x + 3) + (-2) = 2x² + 6x + x + 3 - 2 = 2x² + 7x + 1 ✓. If you don't get the original back, there's an error somewhere in your division. This check works every time and is much faster than redoing the whole division!

3

Rewrite

$$\frac{x^3+4x^2+x-6}{x+2}$$

in the form $q(x)+\frac{r(x)}{x+2}$ using polynomial division, with $\deg(r)<\deg(x+2)$.

$x^2+2x-3+\frac{0}{x+2}$

$x^2+2x+3+\frac{0}{x+2}$

$x^2+2x+\frac{-3}{x+2}$

$x^2+2x-3+\frac{6}{x+2}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. Before dividing, check if numerator factors: attempting to factor x³ + 4x² + x - 6. Let's try grouping or synthetic division with x = -2: (-2)³ + 4(-2)² + (-2) - 6 = -8 + 16 - 2 - 6 = 0. So (x + 2) is a factor! Using synthetic division or factoring, we find x³ + 4x² + x - 6 = (x + 2)(x² + 2x - 3), so the expression simplifies to (x² + 2x - 3) with no remainder! Choice A correctly shows x² + 2x - 3 + 0/(x + 2), which we can write simply as x² + 2x - 3 since the remainder is 0. Choice C shows a remainder of 6, but that can't be right because we've shown the numerator is exactly divisible by (x + 2)—when a polynomial divides evenly, the remainder must be 0. Verification is your friend: after dividing, multiply your quotient x² + 2x - 3 by the divisor (x + 2) and add your remainder 0. You get (x² + 2x - 3)(x + 2) + 0 = x³ + 2x² + 2x² + 4x - 3x - 6 = x³ + 4x² + x - 6, which matches the original numerator perfectly! Before starting polynomial division, always check: (1) Can I factor the numerator and cancel with the denominator? If yes, simplify first—it might eliminate the division entirely! (2) Is the numerator degree less than denominator degree already? Then q(x) = 0 and r(x) = a(x). (3) If neither, proceed with division. In this case, checking for factors saved us from doing long division!

4

Use polynomial division to rewrite

$$\frac{x^3-x^2-4x+4}{x-2}$$

as $q(x)+\frac{r(x)}{x-2}$, with $\deg(r)<\deg(x-2)$.

$x^2+x+2+\frac{0}{x-2}$

$x^2-x-2+\frac{0}{x-2}$

$x^2+x-2+\frac{0}{x-2}$

$x^2+x-2+\frac{4}{x-2}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. Before dividing, check if numerator factors: let's test if x = 2 is a root of x³ - x² - 4x + 4. Substituting: 2³ - 2² - 4(2) + 4 = 8 - 4 - 8 + 4 = 0. Yes! So (x - 2) is a factor. We can use synthetic division or factor by grouping to find the other factor. Dividing (x³ - x² - 4x + 4) by (x - 2) using synthetic division with 2: Bring down 1, multiply by 2 to get 2, add to -1 to get 1. Multiply 1 by 2 to get 2, add to -4 to get -2. Multiply -2 by 2 to get -4, add to 4 to get 0. The quotient is x² + x - 2 with remainder 0. We can verify by factoring: x³ - x² - 4x + 4 = x²(x - 1) - 4(x - 1) = (x² - 4)(x - 1) = (x - 2)(x + 2)(x - 1). Wait, that gives three linear factors, not matching our division. Let me redo the division carefully: (1) x³/x = x², multiply x²(x - 2) = x³ - 2x², subtract to get x² - 4x + 4. (2) x²/x = x, multiply x(x - 2) = x² - 2x, subtract to get -2x + 4. (3) -2x/x = -2, multiply -2(x - 2) = -2x + 4, subtract to get 0. Quotient is x² + x - 2, remainder 0. Choice A correctly shows x² + x - 2 + 0/(x - 2) where the quotient is quadratic and remainder 0 indicates exact division. Choice B has a sign error in the quotient, showing x² - x - 2 instead of x² + x - 2. When we divided x² by x in step 2, we got +x, not -x, because we were dividing the positive x² term that remained after the first subtraction. Verification is your friend: (x² + x - 2)(x - 2) = x³ - 2x² + x² - 2x - 2x + 4 = x³ - x² - 4x + 4 ✓. The degree requirement (degree of remainder < degree of divisor) is what makes the division 'done': here our remainder is 0, which has no degree (or degree -∞), certainly less than the divisor's degree 1. A zero remainder means the division is exact—the divisor is a factor of the dividend!

5

Use polynomial division to rewrite $$\frac{2x^3+3x^2-5x+1}{x-2}$$ in the form $q(x)+\frac{r(x)}{x-2}$, where $\deg(r)<\deg(x-2)$.​

$2x^2+7x+9+\frac{19}{x-2}$

$2x^2+7x-9+\frac{19}{x-2}$

$2x^2+3x+1+\frac{0}{x-2}$

$2x^2+7x+9+\frac{17}{x-2}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. Polynomial long division works exactly like the long division you learned in elementary school, just with polynomials instead of numbers: divide the leading terms, multiply back, subtract, bring down the next term, repeat. When you can't divide anymore (when what's left has smaller degree than the divisor), that leftover is your remainder, and what you've built up is your quotient. Dividing (2x³ + 3x² - 5x + 1) by (x - 2) using long division: (1) Divide leading terms: 2x³/x = 2x² (first term of quotient). (2) Multiply: 2x²(x - 2) = 2x³ - 4x². (3) Subtract from dividend: (2x³ + 3x² - 5x + 1) - (2x³ - 4x²) = 7x² - 5x + 1. (4) Divide again: 7x²/x = 7x (second term of quotient). (5) Multiply: 7x(x - 2) = 7x² - 14x. (6) Subtract: (7x² - 5x + 1) - (7x² - 14x) = 9x + 1. (7) Divide once more: 9x/x = 9 (third term of quotient). (8) Multiply: 9(x - 2) = 9x - 18. (9) Subtract: (9x + 1) - (9x - 18) = 19. Result: quotient is 2x² + 7x + 9, remainder is 19, giving 2x² + 7x + 9 + 19/(x - 2). Choice A correctly shows 2x² + 7x + 9 + 19/(x - 2) where the quotient is a degree 2 polynomial and remainder 19 has degree 0 (less than divisor degree 1), giving the proper rewritten form. Choice B has the wrong remainder: the final subtraction gives (9x + 1) - (9x - 18) = 19, not 17. This is an arithmetic error in the last step of the division process. Polynomial division has multiple steps where arithmetic errors can creep in—subtraction of polynomials is especially tricky. Double-check each subtraction step carefully! Verification is your friend: after dividing, multiply your quotient q(x) by the divisor b(x) and add your remainder r(x). You should get back the original numerator a(x). Let's check: (2x² + 7x + 9)(x - 2) + 19 = 2x³ - 4x² + 7x² - 14x + 9x - 18 + 19 = 2x³ + 3x² - 5x + 1 ✓. If you don't get the original back, there's an error somewhere in your division. This check works every time and is much faster than redoing the whole division!

6

Simplify and rewrite $$\frac{x^2-4}{x-2}$$ in the form $q(x)+\frac{r(x)}{x-2}$, with $\deg(r)<1$.

$x+2+\frac{4}{x-2}$

$x+2+\frac{x}{x-2}$

$x-2+\frac{0}{x-2}$

$x+2+\frac{0}{x-2}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression in the form quotient + remainder/divisor, just like how $17/5 = 3 + 2/5$ in arithmetic. The division algorithm for polynomials says that any rational expression $a(x)/b(x)$ can be rewritten as $q(x) + r(x)/b(x)$, where $q(x)$ is the quotient (the polynomial part), and $r(x)$ is the remainder (what's left over in the numerator). The crucial requirement: the degree of the remainder $r(x)$ must be less than the degree of the divisor $b(x)$—just like in numerical division where the remainder must be less than the divisor! Before dividing, check if numerator factors: $x^2 - 4 = (x - 2)(x + 2)$, so $(x - 2)(x + 2)/(x - 2)$ simplifies to $x + 2$ with remainder 0 (for $x ≠ 2$). Choice A correctly shows $x + 2 + 0/(x - 2)$ where the quotient is linear and remainder has degree less than 1 (it's 0), giving the proper rewritten form. Choice C has remainder 4, but since it factors and cancels, no remainder is needed—always check if factoring first makes the division unnecessary! Verification is your friend: after dividing, multiply your quotient $q(x)$ by the divisor $b(x)$ and add your remainder $r(x)$. You should get back the original numerator $a(x)$. If you don't, there's an error somewhere in your division.

7

Use polynomial division to express $\frac{x^3-2x^2+4x-8}{x-2}$ as $q(x)+\frac{r}{x-2}$, where $\deg(r)<1$.

$x^2+4+\frac{-8}{x-2}$

$x^2+4+\frac{8}{x-2}$

$x^2-2x+4+\frac{-8}{x-2}$

$x^2+4+\frac{0}{x-2}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how $17/5 = 3 + 2/5$ in arithmetic. Before dividing, check if numerator factors: attempting to factor $x^3 - 2x^2 + 4x - 8$. We can factor by grouping: $x^2(x - 2) + 4(x - 2) = (x^2 + 4)(x - 2)$. Since the denominator is $(x - 2)$, we can cancel: $\frac{x^3 - 2x^2 + 4x - 8}{x - 2} = \frac{(x^2 + 4)(x - 2)}{x - 2} = x^2 + 4$. The expression simplifies to $x^2 + 4$ with no remainder! Choice A correctly shows $x^2 + 4 + \frac{0}{x-2}$, which we can write simply as $x^2 + 4$ since the remainder is 0. Choice B would give a different quotient $x^2 - 2x + 4$, but that can't be right because multiplying back: $(x^2 - 2x + 4)(x - 2) + (-8) = x^3 - 2x^2 - 2x^2 + 4x + 4x - 8 - 8 = x^3 - 4x^2 + 8x - 16 \neq x^3 - 2x^2 + 4x - 8$. Always check if factoring first makes the division unnecessary! When the numerator factors with the denominator as one of its factors, the division becomes a simple cancellation, leaving you with just the other factor as your quotient and remainder 0.

8

Use polynomial division to rewrite the rational expression

$$\frac{x^2+5x+7}{x+2}$$

in the form $q(x)+\frac{r(x)}{x+2}$, where $\deg(r)<\deg(x+2)$.

$x+3+\frac{1}{x+2}$

$x+3+\frac{7}{x+2}$

$x+4+\frac{-1}{x+2}$

$x+2+\frac{3}{x+2}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. Polynomial long division works exactly like the long division you learned in elementary school, just with polynomials instead of numbers: divide the leading terms, multiply back, subtract, bring down the next term, repeat. Dividing (x² + 5x + 7) by (x + 2) using long division: (1) Divide leading terms: x²/x = x (first term of quotient). (2) Multiply: x(x + 2) = x² + 2x. (3) Subtract from dividend: (x² + 5x + 7) - (x² + 2x) = 3x + 7. (4) Divide again: 3x/x = 3 (second term of quotient). (5) Multiply: 3(x + 2) = 3x + 6. (6) Subtract: (3x + 7) - (3x + 6) = 1. Result: quotient is x + 3, remainder is 1, giving (x + 3) + 1/(x + 2). Choice A correctly shows (x + 3) + 1/(x + 2) where the quotient is linear and remainder has degree 0 (less than divisor degree 1), giving the proper rewritten form. Choice B has the wrong quotient coefficient: when we divide 3x by x in step 4, we get 3, not 2, so the quotient should be x + 3, not x + 2. Verification is your friend: after dividing, multiply your quotient (x + 3) by the divisor (x + 2) and add your remainder 1. You get (x + 3)(x + 2) + 1 = x² + 2x + 3x + 6 + 1 = x² + 5x + 7, which matches the original numerator perfectly!

9

What are the quotient $q(x)$ and remainder $r(x)$ when dividing $x^3-4x^2+2x-5$ by $x-3$? (So that $\frac{x^3-4x^2+2x-5}{x-3}=q(x)+\frac{r(x)}{x-3}$ with $\deg(r)<1$.)

$q(x)=x^2-x-1, r(x)=-8$

$q(x)=x^2-x-1, r(x)=8$

$q(x)=x^2-7x+2, r(x)=-11$

$q(x)=x^2-x, r(x)=-8$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how $17/5 = 3 + 2/5$ in arithmetic. The division algorithm for polynomials says that any rational expression $a(x)/b(x)$ can be rewritten as $q(x) + r(x)/b(x)$, where $q(x)$ is the quotient (the polynomial part), and $r(x)$ is the remainder (what's left over in the numerator). The crucial requirement: the degree of the remainder $r(x)$ must be less than the degree of the divisor $b(x)$—just like in numerical division where the remainder must be less than the divisor! Dividing $(x^3 - 4x^2 + 2x - 5)$ by $(x - 3)$ using long division: (1) Divide leading terms: $x^3/x = x^2$ (first term of quotient). (2) Multiply: $x^2(x - 3) = x^3 - 3x^2$. (3) Subtract: $(x^3 - 4x^2 + 2x - 5) - (x^3 - 3x^2) = -x^2 + 2x - 5$. (4) Divide again: $-x^2/x = -x$. (5) Multiply: $-x(x - 3) = -x^2 + 3x$. (6) Subtract: $(-x^2 + 2x - 5) - (-x^2 + 3x) = -x - 5$. (7) Divide once more: $-x/x = -1$. (8) Multiply: $-1(x - 3) = -x + 3$. (9) Subtract: $(-x - 5) - (-x + 3) = -8$. Result: quotient is $x^2 - x - 1$, remainder is $-8$. Choice A correctly shows $q(x) = x^2 - x - 1$ and $r(x) = -8$, where the quotient is degree 2 and remainder $-8$ has degree 0 (less than divisor degree 1), giving the proper division result. Choice B has the wrong sign on the remainder: $+8$ instead of $-8$, which is a common error in the final subtraction step—remember that $(-x - 5) - (-x + 3) = -8$, not $+8$! Verification is your friend: after dividing, multiply your quotient $x^2 - x - 1$ by the divisor $(x - 3)$ and add your remainder $-8$. You get $(x^2 - x - 1)(x - 3) + (-8) = x^3 - 3x^2 - x^2 + 3x - x + 3 - 8 = x^3 - 4x^2 + 2x - 5$, which matches the original numerator perfectly!

10

Use polynomial division to write

$$\frac{x^4-3x^2+2}{x^2-1}$$

as $q(x)+\frac{r(x)}{x^2-1}$, where $\deg(r)<\deg(x^2-1)$.

$x^2-2+\frac{1}{x^2-1}$

$x^2-2+\frac{0}{x^2-1}$

$x^2-1+\frac{-1}{x^2-1}$

$x^2-2+\frac{2x}{x^2-1}$

Explanation

This question tests your understanding of polynomial division—rewriting a rational expression (fraction of polynomials) in the form quotient + remainder/divisor, just like how 17/5 = 3 + 2/5 in arithmetic. Polynomial long division works exactly like the long division you learned in elementary school, just with polynomials instead of numbers: divide the leading terms, multiply back, subtract, bring down the next term, repeat. When dividing by a degree-2 polynomial like x² - 1, we're looking for how many times x² - 1 goes into our numerator. Dividing (x⁴ - 3x² + 2) by (x² - 1) using long division: (1) Divide leading terms: x⁴/x² = x² (first term of quotient). (2) Multiply: x²(x² - 1) = x⁴ - x². (3) Subtract from dividend: (x⁴ - 3x² + 2) - (x⁴ - x²) = -2x² + 2. (4) Divide again: -2x²/x² = -2 (second term of quotient). (5) Multiply: -2(x² - 1) = -2x² + 2. (6) Subtract: (-2x² + 2) - (-2x² + 2) = 0. Result: quotient is x² - 2, remainder is 0, giving (x² - 2) + 0/(x² - 1). Choice A correctly shows x² - 2 + 0/(x² - 1) where the quotient is degree 2 and remainder 0 has degree less than the divisor's degree 2, giving the proper rewritten form. Choice B shows a remainder of 2x, but that has degree 1, and we need the remainder to have degree less than 2 (the degree of x² - 1). If the remainder has degree ≥ divisor degree, we can divide further! Keep dividing until the remainder's degree is strictly less than the divisor's. The degree requirement (degree of remainder < degree of divisor) is what makes the division 'done': in our case, the remainder 0 has degree -∞ (or we say it has no degree), which is certainly less than the divisor's degree 2, so we're done. This zero remainder also tells us that x⁴ - 3x² + 2 is exactly divisible by x² - 1, which we could verify by factoring: x⁴ - 3x² + 2 = (x² - 1)(x² - 2).

Page 1 of 4