Question 93·Hard·Equivalent Expressions
Which of the following expressions is equivalent to
For rational expressions where a higher-degree polynomial is divided by a linear binomial like , quickly apply synthetic division: list the coefficients, use to generate the quotient and remainder, then rewrite the expression as the quotient plus remainder over the divisor. Finally, scan the answer choices for the one whose polynomial part matches your quotient and whose fractional part matches your remainder, instead of trying to manipulate or expand each option directly.
Hints
Think about the type of operation needed
You are dividing one polynomial by another. What standard algebra method lets you rewrite a division like this as a polynomial plus a smaller fraction?
Use the form dividend = divisor × quotient + remainder
Try to express in the form , where the remainder is a constant.
Try synthetic division for speed
Because the divisor is , you can use synthetic division with and the coefficients to quickly find the quotient and remainder.
Connect quotient and remainder to the answer choices
Once you know the quotient polynomial and the remainder, rewrite the original fraction as that quotient plus the remainder over , and look for the matching choice.
Desmos Guide
Enter the original rational expression
In Desmos, type f(x) = (x^3 - 4x^2 + 3x + 6) / (x - 2) to define the function given in the problem.
Compare each answer choice using differences
For each choice, define a new function equal to f(x) minus that choice, for example h_A(x) = f(x) - (x^2 - 2x - 1 - 4/(x-2)), h_B(x) = f(x) - ( ... ), and so on for all options.
Use the graphs to test equivalence
Look at each h_* graph. If a choice is equivalent to the original expression, its difference function will lie exactly on the x-axis (i.e., be ) for all in the domain (excluding where there is a discontinuity). The option whose difference graph is identically zero is the correct one.
Step-by-step Explanation
Recognize the structure: a polynomial divided by a binomial
You are given
This is a polynomial divided by a linear binomial. In general, when you divide a polynomial (the dividend) by another polynomial (the divisor), you can rewrite it as
Then
So the goal is to find the quotient and remainder when dividing by .
Use synthetic division with 2
Because the divisor is , you can use synthetic division with the number .
-
Write the coefficients of the numerator in order: (for ), (for ), (for ), and (constant).
-
Set up synthetic division with on the left:
- Bring down the .
- Multiply by to get , and add to to get .
- Multiply by to get , and add to to get .
- Multiply by to get , and add to to get .
So the synthetic division row becomes: .
Interpret the synthetic division result
In synthetic division, the numbers after you finish correspond to the coefficients of the quotient and then the remainder.
- The first three numbers are the coefficients of the quotient polynomial.
- Since the original numerator was degree 3, the quotient will be degree 2:
- is the coefficient of ,
- is the coefficient of ,
- is the constant term.
- The last number, , is the remainder.
So the quotient is a quadratic polynomial with coefficients , and the remainder is .
Rewrite the fraction and match it to a choice
Using the division relationship
we plug in the specific quotient and remainder we found:
- Quotient:
- Remainder:
- Divisor:
So
Comparing this with the answer choices, this matches , which is the correct option.