The roots of the polynomial are the height, length, and width of a rectangular box (right rectangular prism). A new rectangular box is formed by lengthening each edge of the original box by units. What is the volume of the new box?
- A)
- B)
- C)
- D)
- E)
Answer
D
Key insight
The new volume is (r+2)(s+2)(t+2): expand it as rst + 2(rs+st+tr) + 4(r+s+t) + 8 and read every symmetric sum from Vieta.
Solution
Let the roots be . Dividing the polynomial by its leading coefficient, , Vieta's formulas give
The new box has edges , so its volume is
Substituting:
The answer is .
Why this works
Any symmetric expression in the roots, such as a product of shifted roots, can be written in terms of the elementary symmetric sums, and Vieta hands those over directly from the coefficients. There is never a need to find the roots themselves.
Alternative approach
Since , plugging in gives . Compute , so the volume is . (The roots happen to be , and checks.)
The trap
Dropping the leading coefficient 10 when reading Vieta's formulas, or getting the sign of rst wrong (it is +6/10, since the constant term is -6).
Common mistakes
- Dropping the leading coefficient 10 when reading Vieta's formulas, or getting the sign of rst wrong (it is +6/10, since the constant term is -6).
- Factoring the cubic by hand to find the roots, which works but costs several minutes compared with a direct Vieta or evaluation.
Techniques
Apply an identity: SFFT, sum of squares, difference of cubes, Vieta · Substitute to simplify (u = x+1/x, shifting, scaling)