Art of Problem Solving

2025 AMC 10A Problems/Problem 9: Difference between revisions

Grogg007 (talk | contribs)
Eqb5000 (talk | contribs)
No edit summary
Line 2: Line 2:


(A) <imath>1</imath> (B) <imath>2</imath> (C) <imath>3</imath> (D) <imath>4</imath> (E) more than <imath>4</imath>
(A) <imath>1</imath> (B) <imath>2</imath> (C) <imath>3</imath> (D) <imath>4</imath> (E) more than <imath>4</imath>
Solution 1:
This problem is essentially asking how many values of <imath>x</imath> satisfy <imath>f(x)=25,</imath> since the graph <imath>f(x-a)</imath> is a shift <imath>a</imath> units right from the original graph of <imath>f(x).</imath> Now we just need to determine the amount of real solutions to <imath>100x^3-300x^2+200x=25.</imath>
Dividing all terms by 25, we get <imath>4x^3-12x^2+8x-1=0.</imath> 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 <imath>x</imath> approaches infinity, <imath>f(x)</imath> also approaches infinity. When <imath>x</imath> approaches negative infinity, <imath>f(x)</imath> also approaches negative infinity. Substituting <imath>x=0</imath> gives us <imath>f(x)=-1.</imath> Substituting <imath>x=1</imath> gives us <imath>f(x)=-1</imath> 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 <imath>1/2.</imath> Substituting <imath>x=1/2,</imath> we get <imath>1/2-3+4-1=1/2.</imath> Aha! So connecting the dots, we see there is two solutions from <imath>0\geq x \geq 1.</imath> Looking at when <imath>x<0,</imath> we see that if <imath>x</imath> is negative, the whole expression of <imath>f(x)</imath> will be negative also, since <imath>4x^3<0</imath> when <imath>x<0,</imath> <imath>-12x^2<0</imath> when <imath>x<0,</imath> <imath>8x<0</imath> when <imath>x<0,</imath> and <imath>-1<0.</imath> Adding all inequalities gives <imath>f(x)<0</imath> when <imath>x<0.</imath> Since there are only two roots satisfy the equation <imath>f(x)=25,</imath> we conclude that there only are two values of <imath>a</imath> that satisfy <imath>f(x-a) = 25.</imath> This means that the answer is <imath>\boxed {B}.</imath>
~ eqb5000


==Solution==  
==Solution==  

Revision as of 13:49, 6 November 2025

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: 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$ approaches infinity, $f(x)$ also approaches infinity. When $x$ approaches negative infinity, $f(x)$ also approaches negative infinity. 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! So connecting the dots, we see there is two solutions from $0\geq x \geq 1.$ Looking at when $x<0,$ we see that if $x$ is negative, the whole expression of $f(x)$ will be negative also, since $4x^3<0$ when $x<0,$ $-12x^2<0$ when $x<0,$ $8x<0$ when $x<0,$ and $-1<0.$ Adding all inequalities gives $f(x)<0$ when $x<0.$ Since there are only two roots satisfy the equation $f(x)=25,$ we conclude that there only are two values of $a$ that satisfy $f(x-a) = 25.$ This means that the answer is $\boxed {B}.$ ~ eqb5000

Solution

The problem boils down to how many real roots does the equation \[100(1-a)^3 - 300(1-a)^2 + 200(1-a) = 25\] have? Using Descarte's Rule of Signs we find there shouldn't be any imaginary roots, so the answer is $\boxed{3}$ real roots.

~grogg007