2022 AMC 12B Problem 20

Below is the professionally curated solution for Problem 20 of the 2022 AMC 12B, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2022 AMC 12B solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:polynomialChinese Remainder Theorem

Difficulty rating: 2020

20.

Let P(x)P(x) be a polynomial with rational coefficients such that when P(x)P(x) is divided by the polynomial x2+x+1,x^2 + x + 1, the remainder is x+2,x + 2, and when P(x)P(x) is divided by the polynomial x2+1,x^2 + 1, the remainder is 2x+1.2x + 1. There is a unique polynomial of least degree with these two properties. What is the sum of the squares of the coefficients of that polynomial?

1010

1313

1919

2020

2323

Solution:

The least-degree solution is a cubic. Write P(x)=(x+2)+(x2+x+1)(px+q),P(x) = (x + 2) + (x^2 + x + 1)(px + q), which has remainder x+2x + 2 upon division by x2+x+1.x^2 + x + 1.

Reducing modulo x2+1x^2 + 1 (so x21x^2 \equiv -1) gives remainder (q+1)x+(2p).(q + 1)x + (2 - p). Setting this equal to 2x+12x + 1 gives q=1q = 1 and p=1.p = 1.

Then P(x)=x3+2x2+3x+3,P(x) = x^3 + 2x^2 + 3x + 3, and the sum of the squares of the coefficients is 1+4+9+9=23.1 + 4 + 9 + 9 = 23.

Thus, the correct answer is E.

Problem 20 in Other Years