Question 126·Hard·Equivalent Expressions
The polynomial satisfies the following conditions:
- When is divided by , the quotient is and the remainder is the constant .
- When is divided by , the remainder is .
What is the value of ?
For problems where a polynomial is divided by another polynomial and the quotient and remainder are given, avoid doing long division; instead, immediately write the identity , expand, and match coefficients of like powers of to get simple equations for the unknown constants. Then, use the Remainder Theorem for any linear divisors (like ) to get additional equations by evaluating at specific points. Solve this small system carefully, watching signs in the constant term, and finally compute any requested combination (like ), using a quick calculator or mental math check if needed.
Hints
Translate the division information into an equation
Use the idea that "polynomial = (divisor)(quotient) + remainder." Write in terms of , , and .
Compare coefficients after expanding
Expand and match coefficients with . Which coefficients give you directly, and how does relate to ?
Use the Remainder Theorem for
The remainder when dividing by equals . Plug into , use the value you already found, and set the result equal to 5 to solve for .
Finish by solving for all variables
Once you know (and therefore ), use your constant-term equation from the first step to find , then add .
Desmos Guide
Define constants and the polynomial
After you solve for the constants algebraically, define them in Desmos by typing (with your values) b = 5, c = 6, and k = 5. Then define the polynomial by typing P(x) = 2x^3 + b x^2 + c x + 8.
Check the remainder for division by
In a new line, type P(-1) and confirm that the value shown is 5, matching the given remainder when dividing by . If it is not 5, your values for and need to be rechecked.
Verify the quotient and remainder for
Create the expression corresponding to divisor times quotient by typing (x^2 + 3)(2x + k) (using your value of ). Then type P(x) - (x^2 + 3)(2x + k). The graph of this difference should be a horizontal line (a constant value), and that constant is your remainder .
Use Desmos to add the four numbers
In a final line, type b + c + k + r with your computed values. The displayed result is the number you should choose among the answer options.
Step-by-step Explanation
Use the division algorithm with
When is divided by with quotient and remainder (a constant), the division algorithm says
Expand the product:
So
Match coefficients of like powers of :
- term: already matches ( on both sides).
- term: .
- term: .
- Constant term: , so .
So far we know , , and in terms of . We still need (and thus ) and then .
Apply the Remainder Theorem with
The problem tells us that when is divided by , the remainder is . By the Remainder Theorem, that means
Now substitute into . From Step 1 we already know :
Compute carefully:
- Constant term is
So
Combine the constant terms:
so
Since the remainder is , we have . Therefore , and from Step 1, as well.
Find and compute the required sum
Use the constant-term equation from Step 1: . We now know , so
We now have
- .
Compute the sum:
So the value of is 9.