Art of Problem Solving

2025 AMC 10A Problems/Problem 9

Let $f(x) = 100x^3 - 300x^2 + 200x$. For how many real numbers $a$ does the graph of $y = f(x - a)$ pass through the point $(1, 25)$?

(A) $1$ (B) $2$ (C) $3$ (D) $4$ (E) more than $4$

Solution 1

Substitute $x - a$ for $x$ and let $x = 1.$ Now we set this expression equal to $25.$ The problem boils down to finding how many real roots \[100(1-a)^3 - 300(1-a)^2 + 200(1-a) = 25\] has. We further simplify this expression and create a function $f(x):$

\[f(x) = -100a^3 + 100a - 25\]

Using Descarte's Rule of Signs we get:

Sign changes for $f(x)$ (possible number of positive roots): 2

\[f(-x) = +100a^3 - 100a - 25\]

Sign changes for $f(-x)$ (possible number of negative roots): 1


Possibilities for roots:

1) $2$ positive roots, $1$ negative root

2) $0$ positive roots, $1$ negative root, $2$ imaginary roots


So which one is it? We know if the function changes sign between an interval, then a root exists in that interval. From $a = 0$ to $\frac{1}{2},$ the function changes sign because $f(0) = -25$ while $f(\frac{1}{2}) = +\frac{25}{2}$, so a positive root exists. This eliminates the second possibility, implying that there must be $2$ positive and $1$ negative roots. So the answer is $2 + 1 = \boxed{\textbf{(C) } 3}.$

Side note: I think this problem was pretty hard for a number 9. It should've been like problem 13 at least

~grogg007

Alternate solution: Since we are trying to find the number of roots of $-100a^3+100a-25$ (which is the same as the number of roots of $4a^3-4a+1$ because we divided by a constant, namely $-25$), we can sketch a graph of this function, which we will call $g(x)$. We find that the function is strictly decreasing when $a<-1$, $g(0)=g(1)=1$, and the function is strictly increasing when $a>1$. We immediately see that since $g(-1)$ is negative, there is a root between $-1$ and $0$ by the Intermediate Value Theorem. From here, we use the first derivative test as follows. Taking the derivative, we have $g'(x)=12a^2-4$. We solve for the roots of this equation, obtaining $\pm \frac{\sqrt{3}}{3}$. We know that at these two values, the function will either reach a local minimum or maximum if the second derivative isn't $0$. Proceeding by the second derivative rule, we have that $g''(x)=24a$ is positive at $a=\frac{\sqrt{3}}{3}$ and negative at $a=-\frac{\sqrt{3}}{3}$, making them local minimums and local maximums, respectively. We don't need to care about the latter case because the local maximum doesn't give any more roots besides the one we've already found. Considering the first case when $a=\frac{\sqrt{3}}{3}$, we must find the sign of $g(a)$. Using some approximations, we have that \[g(\frac{\sqrt{3}}{3})\] \[=\frac{4 \sqrt{3}}{9} - \frac{4 \sqrt{3}}{3} + 1\] \[\approx \frac{6.9}{9} - \frac{6.9}{3} +1\] \[= \frac{23}{30} - \frac{69}{30} + 1\] \[= -\frac{16}{30}\] \[<0.\] By the Intermediate Value Theorem again, we see that there is one root between $0$ and $\frac{\sqrt{3}}{3}$ and one root between $\frac{\sqrt{3}}{3}$ and $1$. Thus, we have a total of $1+2=3$ roots.

~scjh999999

Solution 2

This problem is essentially asking how many values of $x$ satisfy $f(x)=25,$ since the graph $f(x-a)$ is a shift $a$ units right from the original graph of $f(x).$ Now we just need to determine the amount of real solutions to $100x^3-300x^2+200x=25.$

Dividing all terms by 25, we get $4x^3-12x^2+8x-1=0.$ Using the rational root theorem and testing, we find no rational roots. Our next method to determine the amount of roots is graphing. Notice how when $x$ $\to$ $+\infty,$ $f(x)$ $\to$ $+\infty.$ When $x$ $\to$ $-\infty,$ $f(x)$ $\to$ $-\infty.$ Substituting $x=0$ gives us $f(x)=-1.$ Substituting $x=1$ gives us $f(x)=-1$ also. This makes us think to see if there was any sudden bump or curve in the graph, so we test the midpoint which is $1/2.$ Substituting $x=1/2,$ we get $1/2-3+4-1=1/2.$ Aha! Connecting the dots, we see there are two solutions from $0\leq x \leq 1.$ Also, $f(x)$ must continue increasing after $x>1,$ which tells us there is a third root when $x>1.$ Now we can conclude that the problem has 3 real roots, meaning that 3 values of a satisfy the problem. The answer is $\boxed {C}.$

~ eqb5000/Esteban Q.