2025 AMC 12A Problems/Problem 25
Polynomials
and
each have degree
and leading coefficient
, and their roots are all elements of
. The function
has the property that there exist real numbers
such that the set of all real numbers
such that
consists of the closed interval
together with the open interval
. How many functions
are possible?
Solution 1
Step 1: Sign Chart Analysis
From the given
on
and
elsewhere, we deduce:
and
are zeros of
since we transition from
to
at
and from
to
at
.
and
are poles (vertical asymptotes or holes) of
since on
we have
, at
and
the sign is negative, and immediately outside the interval
.
Thus the sign pattern is:
Step 2: Structure of
According to the given conditions, \( f(x) \) can be expressed as:
\[
f(x) = \frac{(x-p_1)(x-p_2)(x-p_3)}{(x-q_1)(x-q_2)(x-q_3)}.
\]
Combining the sign analysis from Step 1, we can rewrite this expression as: \[ f(x) = \frac{(x-a)(x-b)(x-p_3)}{(x-c)(x-d)(x-q_3)}. \]
Furthermore, we can break down the expression into two parts: \[ f(x) = \frac{(x-a)(x-b)}{(x-c)(x-d)} \cdot \frac{x-p_3}{x-q_3}. \]
Defining \( f(x) = f_1(x) \cdot f_2(x) \), we have: \[ f_1(x) = \frac{(x-a)(x-b)}{(x-c)(x-d)}, \quad f_2(x) = \frac{x-p_3}{x-q_3}. \]
Step 3: \( p_3 \) and \( q_3 \)
- \( f_1(x) \) completely satisfies the sign chart for \( f(x) \). We can conclude that \( f_2(x) \) must be positive on every interval; otherwise, it would introduce an extra sign change. This forces the condition \( p_3 = q_3 \), otherwise it would be negative on certain intervals. Let \( p_3 = q_3 = t \).
- Furthermore, this means
is undefined, forcing a hole at
. Thus, it would contradict the given condition that the set \( \{x : f(x) \le 0\} \) consists of the closed interval \( [a, b] \) and the open interval \( (c, d) \).
Thus, we have cannot have
or
, but we can have
or
or any number outside \( [a,b] \cup (c,d) \).
Step 4:
,
,
,
, and
Given
and the condition that
, the number of ways to choose
from
is:
The five cases are:
;
;
;
;
- Case 1:
,
can be 3, 4, or 5 - Case 2:
,
can be 3 or 5 - Case 3:
,
can be 3, 4, or 5. - Case 4:
,
can be 4 or 5. - Case 5:
,
can be 1, 4, or 5.
Summing up all possible cases from Step 4 gives us
possible functions
.
Thus the answer is
.
- Victor Zhang