Difference between revisions of "2024 AMC 8 Problems/Problem 22"

(Solution)
(Problem 22)
Line 1: Line 1:
 
==Problem 22==
 
==Problem 22==
What is the sum of the cubes of the solutions cubed of <math>x^5+2x^4+3x^3+3x^2+2x+1=0</math>?
 
 
(A) 1 (B) 8 (C) 27 (D) -1 (E) -27
 
  
 
==Solution==
 
==Solution==

Revision as of 16:32, 21 January 2024

Problem 22

Solution

Factoring $x^5+2x^4+3x^3+3x^2+2x+1$ yields $(x+1)(x^2+1)(x^2+x+1)$. Denote $a, b, c, d, e$ to be solutions of this polynomial. We can easily find one of the solutions is $a=-1$. Using the quadratic formula on the rest of the factors yields $b=-i, c=i, d=\frac{-1-i\sqrt{3}}{2},$ and finally $e=\frac{-1+i\sqrt{3}}{2}$. The sum $a^3+b^3+c^3+d^3+e^3$ is 1, so 1 to the third power is 1. So, the final answer is $\boxed{A}$.


Sidenote: You also could have used Newtonian sums to solve this problem.