2019 AMC 10 A

Complete problem set with solutions and individual problem pages

Problem 19 Hard

What is the least possible value of (x+1)(x+2)(x+3)(x+4)+2019 where x is a real number? (2019 AMC 10A Problem, Question#19)

  • A.

    2017

  • B.

    2018

  • C.

    2019

  • D.

    2020

  • E.

    2021

Answer:B

Grouping the first and last terms and two middle terms gives (x^2+5x+4)(x^2+5x+6)+2019, which can be simplified to (x^2+5x+5)^2-1+2019. Noting that squares are nonnegative, and verifying that x^2+5x+5=0 for some real x, the answer is 2018.

Let a=x+\frac{5}{2}. Then the expression (x+1)(x+2)(x+3)(x+4) becomes \left(a-\frac{3}{2}\right)\left(a-\frac{1}{2}\right)\left(a+\frac{1}{2}\right)\left(a+\frac{3}{2}\right).

We can now use the difference of two squares to get \left(a^2-\frac{9}{4}\right)\left(a^2-\frac{1}{4}\right), and expand this to get a^4-\frac{5}{2}a^2+\frac{9}{16}. Refactor this by completing the square to get (a^2-\frac{5}{4})^2-1, which has a minimum value of -1. The answer is thus 2019-1=2018.

Similar to Solution 1, grouping the first and last terms and the middle terms, we get (x^2+5x+4)(x^2+5x+6)+2019 .

Letting y=x^2+5x, we get the expression (y+4)(y+6)+2019. Now, we can find the critical points of (y+4)(y+6) to minimize the function:

\frac{d}{dx}(y^2+10y+24)=0

2y+10=0

2y(y+5)=0

y=-5,0

To minimize the result, we use y=-5. Hence, the minimum is (-5+4)(-5+6)=-1, so -1+2019=2018.

Note: We could also have used the result that minimum/maximum point of a parabola y=ax^2+bx+c occurs at x=-\frac{b}{2a}.

The expression is negative when an odd number of the factors are negative. This happens when -2<x<-1 or -4<x<-3. Plugging in x=-\frac{3}{2} or x=-\frac{7}{2} yields -\frac{15}{16}, which is very close to -1. Thus the answer is -1+2019=2018.

Using the answer choices, we see that choices C, D, and E are impossible,since (x+1)(x+2)(x+3)(x+4) can actually be negative (as seen when e.g.x=-\frac{3}{2}). Plug in x=-\frac{3}{2} to see that it becomes 2019-\frac{15}{16}, so round this to 2018.