Difference between revisions of "2023 AIME II Problems/Problem 5"
m (Blanked the page) (Tag: Blanking) |
m (→Solution 2) |
||
| (18 intermediate revisions by 13 users not shown) | |||
| Line 1: | Line 1: | ||
| + | ==Problem== | ||
| + | Let <math>S</math> be the set of all positive rational numbers <math>r</math> such that when the two numbers <math>r</math> and <math>55r</math> are written as fractions in lowest terms, the sum of the numerator and denominator of one fraction is the same as the sum of the numerator and denominator of the other fraction. The sum of all the elements of <math>S</math> can be expressed in the form <math>\frac{p}{q},</math> where <math>p</math> and <math>q</math> are relatively prime positive integers. Find <math>p+q.</math> | ||
| + | ==Solution 1== | ||
| + | |||
| + | Denote <math>r = \frac{a}{b}</math>, where <math>gcf\left( a, b \right) = 1</math>. | ||
| + | We have <math>55 r = \frac{55a}{b}</math>. | ||
| + | Suppose <math>gcf\left( 55, b \right) = 1</math>, then the sum of the numerator and the denominator of <math>55r</math> is <math>55a + b</math>. | ||
| + | This cannot be equal to the sum of the numerator and the denominator of <math>r</math>, <math>a + b</math>. | ||
| + | Therefore, <math>gcf\left( 55, b \right) \neq 1</math>. | ||
| + | |||
| + | Case 1: <math>b</math> can be written as <math>5c</math> with <math>gcf\left( c, 11 \right) = 1</math>. | ||
| + | |||
| + | Thus, <math>55r = \frac{11a}{c}</math>. | ||
| + | |||
| + | Because the sum of the numerator and the denominator of <math>r</math> and <math>55r</math> are the same, | ||
| + | <cmath> | ||
| + | \[ | ||
| + | a + 5c = 11a + c . | ||
| + | \] | ||
| + | </cmath> | ||
| + | |||
| + | Hence, <math>2c = 5 a</math>. | ||
| + | |||
| + | Because <math>gcf\left( a, b \right) = 1</math>, <math>gcf\left( a, c \right) = 1</math>. | ||
| + | Thus, <math>a = 2</math> and <math>c = 5</math>. | ||
| + | Therefore, <math>r = \frac{a}{5c} = \frac{2}{25}</math>. | ||
| + | |||
| + | Case 2: <math>b</math> can be written as <math>11c</math> with <math>gcf\left( c, 5 \right) = 1</math>. | ||
| + | |||
| + | Thus, <math>55r = \frac{5a}{c}</math>. | ||
| + | |||
| + | Because the sum of the numerator and the denominator of <math>r</math> and <math>55r</math> are the same, | ||
| + | <cmath> | ||
| + | \[ | ||
| + | a + 11c = 5a + c . | ||
| + | \] | ||
| + | </cmath> | ||
| + | |||
| + | Hence, <math>2a = 5 c</math>. | ||
| + | |||
| + | Because <math>gcf\left( a, b \right) = 1</math>, <math>gcf\left( a, c \right) = 1</math>. | ||
| + | Thus, <math>a = 5</math> and <math>c = 2</math>. | ||
| + | Therefore, <math>r = \frac{a}{11c} = \frac{5}{22}</math>. | ||
| + | |||
| + | Case 3: <math>b</math> can be written as <math>55 c</math>. | ||
| + | |||
| + | Thus, <math>55r = \frac{a}{c}</math>. | ||
| + | |||
| + | Because the sum of the numerator and the denominator of <math>r</math> and <math>55r</math> are the same, | ||
| + | <cmath> | ||
| + | \[ | ||
| + | a + 55c = a + c . | ||
| + | \] | ||
| + | </cmath> | ||
| + | |||
| + | Hence, <math>c = 0</math>. This is infeasible. | ||
| + | Thus, there is no solution in this case. | ||
| + | |||
| + | Putting all cases together, <math>S = \left\{ \frac{2}{25}, \frac{5}{22} \right\}</math>. | ||
| + | Therefore, the sum of all numbers in <math>S</math> is | ||
| + | <cmath> | ||
| + | \[ | ||
| + | \frac{2}{25} + \frac{5}{22} = \frac{169}{550} . | ||
| + | \] | ||
| + | </cmath> | ||
| + | |||
| + | Therefore, the answer is <math>169 + 550 = \boxed{\textbf{(719) }}</math>. | ||
| + | |||
| + | ~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com) | ||
| + | |||
| + | Minor latex edits by [[User:T3chn0b14d3|T3CHN0B14D3]] | ||
| + | |||
| + | ==Solution 2 (equation with GCDs)== | ||
| + | When we simplify a fraction <math>\frac{a}{b}</math> over the integers, we divide the numerator and denominator by <math>\gcd(a,b).</math> So we can clearly see that the fraction <math>r</math> in lowest terms will be <cmath>\frac{\frac{a}{\gcd(a,b)}}{\frac{b}{\gcd(a,b)}}</cmath> | ||
| + | and similarly, the fraction <math>55r</math> in lowest terms will be | ||
| + | <cmath>\frac{\frac{55a}{\gcd(55a,b)}}{\frac{b}{\gcd(55a,b)}}</cmath> | ||
| + | |||
| + | Now, from the problem's condition, we obtain the following equation: <cmath>\frac{a + b}{\gcd(a,b)} = \frac{55a + b}{\gcd(55a,b)}.</cmath> | ||
| + | |||
| + | Let <math>\gcd(a,b) = c,</math> where <math>c</math> is some positive integer. Then we can write <math>a</math> as <math>cx</math> and <math>b</math> as <math>cy</math> for positive integers <math>x</math> and <math>y</math> such that <math>\gcd(x,y) = 1.</math> Substituting in <math>cx</math> for <math>a</math> and <math>cy</math> for <math>b</math> we get | ||
| + | <cmath>\frac{cx + cy}{c} = \frac{55cx + cy}{\gcd(55cx, cy)}</cmath> | ||
| + | |||
| + | which simplifies to | ||
| + | |||
| + | <cmath>x + y = \frac{55x + y}{\gcd(55x,y)}</cmath> | ||
| + | |||
| + | Now, note that since <math>x</math> and <math>y</math> share no common factors, any common factors shared between <math>55x</math> and <math>y</math> must be factors of <math>55,</math> so we can disregard the <math>x</math> in <math>\gcd(55x,y):</math> | ||
| + | |||
| + | <cmath>x + y = \frac{55x + y}{\gcd(55,y)}</cmath> | ||
| + | |||
| + | From here we do casework on the possible values of <math>\gcd(55,y).</math> We know that <math>\gcd(55,y) \in \{1, 5, 11, 55\},</math> so we only have to look at four different cases. | ||
| + | |||
| + | Case 1: <math>\gcd(55,y) = 1:</math> | ||
| + | This implies <cmath>x + y = 55x + y</cmath> which would make one of the variables <math>0.</math> This case doesn't work. | ||
| + | |||
| + | Case 2: <math>\gcd(55,y) = 5:</math> | ||
| + | <cmath>5x + 5y = 55x + y \implies 50x = 4y \implies x = \frac{2}{25}y.</cmath> Since <math>a = cx</math> and <math>b = cy,</math> the value of <math>r</math> is just <math> \frac{a}{b} = \frac{x}{y},</math> so this case gives <math>\frac{2}{25}</math> as a possible value for <math>r</math>. | ||
| + | |||
| + | Case 3: <math>\gcd(55,y) = 11:</math> | ||
| + | <cmath>11x + 11y = 55x + y \implies 44x = 10y \implies 22x = 5y \implies r = \frac{5}{22}.</cmath> | ||
| + | |||
| + | Case 4: <math>\gcd(55,y) = 55:</math> | ||
| + | <cmath>55x + 55y = 55x + y</cmath> This also makes one of the variables <math>0</math> which we can't have. | ||
| + | |||
| + | So the answer is <math>\frac{2}{25} + \frac{5}{22} = \frac{169}{550}.</math> | ||
| + | |||
| + | <math>169 + 550 = \boxed{719}.</math> | ||
| + | |||
| + | ~[[User:grogg007|grogg007]] | ||
| + | |||
| + | ==Note== | ||
| + | This problem mainly comes down to noticing that <math>55r</math> has to be simplifiable such that the numerator and denominator both change, so they potentially equal their original sum. Then you proceed with casework just as Solution 1. | ||
| + | |||
| + | ~BigBrain_2009 | ||
| + | |||
| + | ==Video Solution by The Power of Logic== | ||
| + | https://youtu.be/qUJtReB_9sU | ||
| + | |||
| + | == See also == | ||
| + | {{AIME box|year=2023|num-b=4|num-a=6|n=II}} | ||
| + | |||
| + | [[Category:Intermediate Number Theory Problems]] | ||
| + | {{MAA Notice}} | ||
Latest revision as of 20:41, 25 October 2025
Contents
Problem
Let
be the set of all positive rational numbers
such that when the two numbers
and
are written as fractions in lowest terms, the sum of the numerator and denominator of one fraction is the same as the sum of the numerator and denominator of the other fraction. The sum of all the elements of
can be expressed in the form
where
and
are relatively prime positive integers. Find
Solution 1
Denote
, where
.
We have
.
Suppose
, then the sum of the numerator and the denominator of
is
.
This cannot be equal to the sum of the numerator and the denominator of
,
.
Therefore,
.
Case 1:
can be written as
with
.
Thus,
.
Because the sum of the numerator and the denominator of
and
are the same,
Hence,
.
Because
,
.
Thus,
and
.
Therefore,
.
Case 2:
can be written as
with
.
Thus,
.
Because the sum of the numerator and the denominator of
and
are the same,
Hence,
.
Because
,
.
Thus,
and
.
Therefore,
.
Case 3:
can be written as
.
Thus,
.
Because the sum of the numerator and the denominator of
and
are the same,
Hence,
. This is infeasible.
Thus, there is no solution in this case.
Putting all cases together,
.
Therefore, the sum of all numbers in
is
Therefore, the answer is
.
~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)
Minor latex edits by T3CHN0B14D3
Solution 2 (equation with GCDs)
When we simplify a fraction
over the integers, we divide the numerator and denominator by
So we can clearly see that the fraction
in lowest terms will be
and similarly, the fraction
in lowest terms will be
Now, from the problem's condition, we obtain the following equation:
Let
where
is some positive integer. Then we can write
as
and
as
for positive integers
and
such that
Substituting in
for
and
for
we get
which simplifies to
Now, note that since
and
share no common factors, any common factors shared between
and
must be factors of
so we can disregard the
in
From here we do casework on the possible values of
We know that
so we only have to look at four different cases.
Case 1:
This implies
which would make one of the variables
This case doesn't work.
Case 2:
Since
and
the value of
is just
so this case gives
as a possible value for
.
Case 3:
Case 4:
This also makes one of the variables
which we can't have.
So the answer is
Note
This problem mainly comes down to noticing that
has to be simplifiable such that the numerator and denominator both change, so they potentially equal their original sum. Then you proceed with casework just as Solution 1.
~BigBrain_2009
Video Solution by The Power of Logic
See also
| 2023 AIME II (Problems • Answer Key • Resources) | ||
| Preceded by Problem 4 |
Followed by Problem 6 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
| All AIME Problems and Solutions | ||
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.