Difference between revisions of "2025 AIME I Problems/Problem 4"
Yeetdayeet (talk | contribs) (Created page with "-yeetdayeet") |
Andrew2019 (talk | contribs) (→Solution 3) |
||
(20 intermediate revisions by 8 users not shown) | |||
Line 1: | Line 1: | ||
− | - | + | ==Problem== |
+ | Find the number of ordered pairs <math>(x,y)</math>, where both <math>x</math> and <math>y</math> are integers between <math>-100</math> and <math>100</math> inclusive, such that <math>12x^2-xy-6y^2=0</math>. | ||
+ | ==Solution 1== | ||
+ | We begin by factoring, <math>12x^2-xy-6y^2=(3x+2y)(4x-3y)=0.</math> Since the RHS is <math>0</math> we have two options, | ||
+ | |||
+ | <math>\underline{\text{Case 1:}}\text{ } 3x+2y = 0</math> | ||
+ | |||
+ | In this case we have, <math>y=\frac{-3x}{2}.</math> Using the bounding on <math>y</math> we have, | ||
+ | <cmath>-100\le\frac{-3x}{2}\le 100.</cmath> | ||
+ | <cmath>\frac{200}{3}\ge x \ge \frac{-200}{3}.</cmath> | ||
+ | In addition in order for <math>y</math> to be integer <math>2 | x,</math> so we substitute <math>x=2k.</math> <cmath>\frac{200}{3}\ge 2k \ge \frac{-200}{3}.</cmath> <cmath>\frac{100}{3}\ge k \ge \frac{-100}{3}.</cmath> From this we have solutions starting from <math>-33</math> to <math>33</math> which is <math>67</math> solutions. | ||
+ | |||
+ | <math>\underline{\text{Case 2: }}\text{ } 4x-3y = 0</math> | ||
+ | |||
+ | On the other hand, we have, <math>y=\frac{4x}{3}.</math> From bounds we have, | ||
+ | <cmath>-100\le\frac{4x}{3}\le 100.</cmath> | ||
+ | <cmath>-75 \le x \le 75.</cmath> | ||
+ | In this case, for <math>y</math> to be integer <math>3 | x,</math> so we substitute <math>x=3t.</math> <cmath>-75 \le 3t \le 75.</cmath> <cmath>-25 \le t \le 25.</cmath> This gives us <math>51</math> solutions. | ||
+ | |||
+ | Finally we overcount one case which is the intersection of the <math>2</math> lines or the point <math>(0,0).</math> Therefore our answer is <math>67+51-1=\boxed{117}</math> | ||
+ | |||
+ | ~[[User:Mathkiddus|mathkiddus]] | ||
+ | |||
+ | ==Solution 2== | ||
+ | First, notice that (0,0) is a solution. | ||
+ | |||
+ | Divide the equation by <math>y^2</math>, getting <math>12(\frac{x}{y})^2-\frac{x}{y}-6 = 0</math>. (We can ignore the <math>y=0</math> case for now.) Let <math>a = \frac{x}{y}</math>. We now have <math>12a^2-a-6=0</math>. Factoring, we get <math>(4a-3)(3a+2) = 0</math>. Therefore, the graph is satisfied when <math>4a=3</math> or <math>3a=-2</math>. Substituting <math>\frac{x}{y} = a</math> back into the equations, we get <math>4x=3y</math> or <math>3x=-2y</math>. | ||
+ | |||
+ | Remember that both <math>x</math> and <math>y</math> are bounded by <math>-100</math> and <math>100</math>, inclusive. For <math>4x=3y</math>, the solutions are <math>(-75,-100), (-72,-96), (-69, -92), \dots, (72,96), (75,100)</math>. Remember to not count the <math>x=y=0</math> case for now. There are <math>25</math> positive solutions and <math>25</math> negative solutions for a total of <math>50</math>. | ||
+ | |||
+ | For <math>3x-2y</math>, we do something similar. The solutions are <math>(-66,99), (-64,96), \dots, (64, -96), (66, -99)</math>. There are <math>33</math> solutions when <math>x</math> is positive and <math>33</math> solutions when <math>x</math> is negative, for a total of <math>66</math>. | ||
+ | |||
+ | Now we can count the edge case of <math>(0,0)</math>. The answer is therefore <math>50+66+1 = \boxed{117}</math>. | ||
+ | |||
+ | ~lprado | ||
+ | |||
+ | ==Solution 3== | ||
+ | |||
+ | Please help with LaTex Formatting: | ||
+ | |||
+ | You can use the quadratic formula for this equation: <math>12x^2 - xy - 6y^2 = 0</math>; | ||
+ | Although this solution may seem to be misleading, it works! | ||
+ | |||
+ | You get: <cmath>\frac{-b \pm \sqrt{b^2-4ac}}{2a}</cmath> | ||
+ | |||
+ | <cmath>= \frac{xy \pm \sqrt{x^2y^2+(12\cdot6\cdot4\cdotx^2\cdoty^2)}}{24x^2}</cmath> | ||
+ | |||
+ | <cmath>= \frac{xy \pm\sqrt{289x^2 y^2}}{24x^2}</cmath> | ||
+ | |||
+ | <cmath>= \frac{18xy}{24x^2}\text{, and }\frac{-16xy}{24x^2}</cmath> | ||
+ | |||
+ | Rather than putting this equation as zero, the numerators and denominators must be equal. These two equations simplify to: | ||
+ | |||
+ | <cmath>3y = 4x;</cmath> <cmath>-2y = 3x;</cmath> | ||
+ | |||
+ | As <math>x</math> and <math>y</math> are between <math>-100</math> and <math>100</math>, for the first equation, <math>x</math> can be between <math>(-75,75)</math>, but <math>x</math> must be a multiple of <math>3</math>, so there are: | ||
+ | |||
+ | <math>((75+75)/3) + 1 = 51</math> solutions for this case. | ||
+ | |||
+ | For <cmath>-2y = 3x:</cmath> | ||
+ | |||
+ | <math>x</math> can be between <math>(-66, 66)</math>, but <math>x</math> has to be a multiple of <math>2</math>. | ||
+ | |||
+ | Therefore, there are <math>(66+66)/2 + 1 = 67</math> solutions for this case. | ||
+ | |||
+ | However, the one overlap would be <math>x = 0</math>, because y would be <math>0</math> in both solutions. | ||
+ | |||
+ | Therefore, the answer is <math>51+67-1 = \boxed{117}.</math> | ||
+ | |||
+ | -U-King3.14Root | ||
+ | -LaTeX corrected by Andrew2019, though idk if this is what you wanted to say | ||
+ | |||
+ | ==Video Solution 1 by SpreadTheMathLove== | ||
+ | https://www.youtube.com/watch?v=J-0BapU4Yuk | ||
+ | |||
+ | ==See also== | ||
+ | {{AIME box|year=2025|num-b=3|num-a=5|n=I}} | ||
+ | |||
+ | {{MAA Notice}} |
Latest revision as of 12:59, 16 February 2025
Contents
Problem
Find the number of ordered pairs , where both
and
are integers between
and
inclusive, such that
.
Solution 1
We begin by factoring, Since the RHS is
we have two options,
In this case we have, Using the bounding on
we have,
In addition in order for
to be integer
so we substitute
From this we have solutions starting from
to
which is
solutions.
On the other hand, we have, From bounds we have,
In this case, for
to be integer
so we substitute
This gives us
solutions.
Finally we overcount one case which is the intersection of the lines or the point
Therefore our answer is
Solution 2
First, notice that (0,0) is a solution.
Divide the equation by , getting
. (We can ignore the
case for now.) Let
. We now have
. Factoring, we get
. Therefore, the graph is satisfied when
or
. Substituting
back into the equations, we get
or
.
Remember that both and
are bounded by
and
, inclusive. For
, the solutions are
. Remember to not count the
case for now. There are
positive solutions and
negative solutions for a total of
.
For , we do something similar. The solutions are
. There are
solutions when
is positive and
solutions when
is negative, for a total of
.
Now we can count the edge case of . The answer is therefore
.
~lprado
Solution 3
Please help with LaTex Formatting:
You can use the quadratic formula for this equation: ;
Although this solution may seem to be misleading, it works!
You get:
\[= \frac{xy \pm \sqrt{x^2y^2+(12\cdot6\cdot4\cdotx^2\cdoty^2)}}{24x^2}\] (Error compiling LaTeX. Unknown error_msg)
Rather than putting this equation as zero, the numerators and denominators must be equal. These two equations simplify to:
As and
are between
and
, for the first equation,
can be between
, but
must be a multiple of
, so there are:
solutions for this case.
For
can be between
, but
has to be a multiple of
.
Therefore, there are solutions for this case.
However, the one overlap would be , because y would be
in both solutions.
Therefore, the answer is
-U-King3.14Root -LaTeX corrected by Andrew2019, though idk if this is what you wanted to say
Video Solution 1 by SpreadTheMathLove
https://www.youtube.com/watch?v=J-0BapU4Yuk
See also
2025 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 3 |
Followed by Problem 5 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.