2025 AMC 12A Problems/Problem 25: Difference between revisions
Tiankaizhang (talk | contribs) |
Tiankaizhang (talk | contribs) |
||
| Line 1: | Line 1: | ||
Polynomials <imath>P(x)</imath> and <imath>Q(x)</imath> each have degree <imath>3</imath> and leading coefficient <imath>1</imath>, and their roots are all elements of <imath>\{1,2,3,4,5\}</imath>. The function <imath>f(x) = \tfrac{P(x)}{Q(x)}</imath> has the property that there exist real numbers <imath>a < b < c < d</imath> such that the set of all real numbers <imath>x</imath> such that <imath>f(x) \leq 0</imath> consists of the closed interval <imath>[a,b]</imath> together with the open interval <imath>(c,d)</imath>. How many functions <imath>f(x)</imath> are possible? | Polynomials <imath>P(x)</imath> and <imath>Q(x)</imath> each have degree <imath>3</imath> and leading coefficient <imath>1</imath>, and their roots are all elements of <imath>\{1,2,3,4,5\}</imath>. The function <imath>f(x) = \tfrac{P(x)}{Q(x)}</imath> has the property that there exist real numbers <imath>a < b < c < d</imath> such that the set of all real numbers <imath>x</imath> such that <imath>f(x) \leq 0</imath> consists of the closed interval <imath>[a,b]</imath> together with the open interval <imath>(c,d)</imath>. How many functions <imath>f(x)</imath> are possible? | ||
We are told that <imath>f(x) = \frac{P(x)}{Q(x)}</imath>, where <imath>P</imath> and <imath>Q</imath> are monic cubics with roots among <imath>\{1,2,3,4,5\}</imath>, and that | |||
We | |||
<cmath> | <cmath> | ||
\ | \{x : f(x) \le 0\} = [a,b] \cup (c,d) | ||
</cmath> | </cmath> | ||
for some <imath>a < b < c < d</imath>. | |||
--- | --- | ||
### Step 1. Sign analysis | |||
Since <imath>f(x)</imath> changes sign only at <imath>a,b,c,d</imath>, we must have | |||
- zeros at <imath>a</imath> and <imath>b</imath>, | |||
- vertical asymptotes (poles) at <imath>c</imath> and <imath>d</imath>. | |||
Thus the sign chart is: | |||
<cmath> | <cmath> | ||
(+)\ a\ (−)\ b\ (+)\ c\ (−)\ d\ (+) | |||
</cmath> | </cmath> | ||
so <imath>f(x)</imath> is positive outside <imath>[a,b]\cup(c,d)</imath> and nonpositive on those intervals. | |||
--- | --- | ||
### Step 2. General form | |||
Because both <imath>P</imath> and <imath>Q</imath> are monic cubics, | |||
<cmath> | <cmath> | ||
\ | f(x) = \frac{(x-a)(x-b)(x-t)}{(x-c)(x-d)(x-t)} | ||
</cmath> | </cmath> | ||
for some <imath>t</imath> (possibly equal to one of the existing roots or poles). | |||
This ensures that <imath>\deg P = \deg Q = 3</imath> and the sign pattern is controlled by <imath>a,b,c,d</imath>. | |||
To avoid adding extra sign changes, the extra factor <imath>\frac{x-t}{x-t}</imath> must not change sign, so <imath>t</imath> must either be one of the poles (<imath>c</imath> or <imath>d</imath>) or lie outside the intervals <imath>[a,b]\cup(c,d)</imath>. | |||
--- | --- | ||
### Step 3. Counting possibilities | |||
< | We must choose four distinct numbers <imath>a<b<c<d</imath> from <imath>\{1,2,3,4,5\}</imath>: | ||
<cmath> | <cmath> | ||
\binom{5}{4} = 5 | |||
</cmath> | </cmath> | ||
giving these possible intervals: | |||
<cmath> | <cmath> | ||
[1,2]\cup(3,4),\ [1,2]\cup(3,5),\ [1,2]\cup(4,5),\ [1,3]\cup(4,5),\ [2,3]\cup(4,5). | |||
</cmath> | </cmath> | ||
Now count possible <imath>t</imath> for each: | |||
<imath>t</imath> | |||
| Case | <imath>[a,b]\cup(c,d)</imath> | Possible <imath>t</imath> | Count | | |||
<imath>t</imath> | |------|-------------------|---------------|--------| | ||
< | | 1 | <imath>[1,2]\cup(3,4)</imath> | <imath>3,4,5</imath> | 3 | | ||
| 2 | <imath>[1,2]\cup(3,5)</imath> | <imath>3,5</imath> | 2 | | |||
| 3 | <imath>[1,2]\cup(4,5)</imath> | <imath>3,4,5</imath> | 3 | | |||
</ | | 4 | <imath>[1,3]\cup(4,5)</imath> | <imath>4,5</imath> | 2 | | ||
| 5 | <imath>[2,3]\cup(4,5)</imath> | <imath>1,4,5</imath> | 3 | | |||
Total possibilities: | |||
<cmath> | <cmath> | ||
3 + 2 + 3 + 2 + 3 = 13. | |||
</cmath> | </cmath> | ||
--- | --- | ||
<imath>\boxed{13}</imath> possible functions <imath>f(x)</imath>, corresponding to answer choice <imath>\boxed{E}</imath>. | |||
==Video Solution 1 by OmegaLearn== | ==Video Solution 1 by OmegaLearn== | ||
https://youtu.be/SPbTyq3Dz_0 | https://youtu.be/SPbTyq3Dz_0 | ||
Revision as of 02:27, 7 November 2025
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?
We are told that
, where
and
are monic cubics with roots among
, and that
for some
.
---
- Step 1. Sign analysis
Since
changes sign only at
, we must have
- zeros at
and
,
- vertical asymptotes (poles) at
and
.
Thus the sign chart is:
\[(+)\ a\ (−)\ b\ (+)\ c\ (−)\ d\ (+)\] (Error compiling LaTeX. Unknown error_msg)
so
is positive outside
and nonpositive on those intervals.
---
- Step 2. General form
Because both
and
are monic cubics,
for some
(possibly equal to one of the existing roots or poles).
This ensures that
and the sign pattern is controlled by
.
To avoid adding extra sign changes, the extra factor
must not change sign, so
must either be one of the poles (
or
) or lie outside the intervals
.
---
- Step 3. Counting possibilities
We must choose four distinct numbers
from
:
giving these possible intervals:
Now count possible
for each:
| Case |
| Possible
| Count |
|------|-------------------|---------------|--------|
| 1 |
|
| 3 |
| 2 |
|
| 2 |
| 3 |
|
| 3 |
| 4 |
|
| 2 |
| 5 |
|
| 3 |
Total possibilities:
---
possible functions
, corresponding to answer choice
.