Question 93·Hard·Nonlinear Functions
The polynomial function is defined by
What is the sum of the positive real zeros of ?
(Express the answer as an integer)
For quartic polynomials with integer coefficients, a fast SAT approach is to look for rational roots using small integer tests (like ). Once you find one root, factor out the corresponding linear factor using synthetic or long division, then repeat the process on the reduced polynomial until it’s fully factored. Finally, carefully read the question: if it asks for only positive real zeros or a sum/product subset, filter your solutions accordingly before doing the final arithmetic.
Hints
Connect zeros to the equation
A zero of is a value of that makes . Rewrite the problem as solving and then focusing only on positive real solutions.
Start by searching for easy roots
For integer-coefficient polynomials, it is often helpful to test small integer values like in the polynomial to see if any give .
Use factoring step by step
Once you find one value of that makes the polynomial , factor out the corresponding linear factor (like ) using division, then factor the remaining polynomial further.
Finish by selecting and adding
After you factor completely and list all zeros, make sure you pick only those that are both real and positive, and then add those selected values.
Desmos Guide
Enter the polynomial
Type y = x^4 - 2x^3 - 7x^2 + 8x + 12 into Desmos so you can see the graph of .
Identify the x-intercepts
Zoom and pan until you can clearly see where the graph crosses the x-axis. Click on each x-intercept to see its -coordinate; these -coordinates are the real zeros of .
Select positive intercepts and compute their sum
From the list of x-intercepts, note only the ones with positive -values. Add those positive -values together (outside Desmos or using the calculator line) to get the required sum.
Step-by-step Explanation
Clarify what the question is asking
A zero (or root) of is a value of that makes . The problem asks for the sum of the positive real zeros, so we need to:
- Solve .
- Identify which solutions are real and positive.
- Add those positive solutions together.
Look for rational roots using simple integer tests
We are given
A common way to start factoring a polynomial like this is to test small integer values (possible rational roots): .
Try :
Compute step by step:
- , so
- , so
- , so
- Finally,
Since , is a root, and is a factor of .
Factor the polynomial completely using division and more root tests
Divide by (using synthetic or long division) to get the quotient:
Now factor the cubic by testing small integer roots again.
Test :
so is a root, and is a factor. Divide by :
Now factor the quadratic:
Putting all the factors together,
so the zeros are .
Select the positive real zeros and find their sum
From the factored form, the real zeros are , and .
- The positive real zeros are and .
- Their sum is
So, the sum of the positive real zeros of is .