返回题库

AIME 2023 II · 第 5 题

AIME 2023 II — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS be the set of all positive rational numbers rr such that when the two numbers rr and 55r55r 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 SS can be expressed in the form pq,\frac{p}{q}, where pp and qq are relatively prime positive integers. Find p+q.p+q.

解析

Solution 1

Denote r=abr = \frac{a}{b}, where gcf(a,b)=1gcf\left( a, b \right) = 1. We have 55r=55ab55 r = \frac{55a}{b}. Suppose gcf(55,b)=1gcf\left( 55, b \right) = 1, then the sum of the numerator and the denominator of 55r55r is 55a+b55a + b. This cannot be equal to the sum of the numerator and the denominator of rr, a+ba + b. Therefore, gcf(55,b)1gcf\left( 55, b \right) \neq 1.

Case 1: bb can be written as 5c5c with gcf(c,11)=1gcf\left( c, 11 \right) = 1.

Thus, 55r=11ac55r = \frac{11a}{c}.

Because the sum of the numerator and the denominator of rr and 55r55r are the same,

a+5c=11a+c.a + 5c = 11a + c . Hence, 2c=5a2c = 5 a.

Because gcf(a,b)=1gcf\left( a, b \right) = 1, gcf(a,c)=1gcf\left( a, c \right) = 1. Thus, a=2a = 2 and c=5c = 5. Therefore, r=a5c=225r = \frac{a}{5c} = \frac{2}{25}.

Case 2: bb can be written as 11c11c with gcf(c,5)=1gcf\left( c, 5 \right) = 1.

Thus, 55r=5ac55r = \frac{5a}{c}.

Because the sum of the numerator and the denominator of rr and 55r55r are the same,

a+11c=5a+c.a + 11c = 5a + c . Hence, 2a=5c2a = 5 c.

Because gcf(a,b)=1gcf\left( a, b \right) = 1, gcf(a,c)=1gcf\left( a, c \right) = 1. Thus, a=5a = 5 and c=2c = 2. Therefore, r=a11c=522r = \frac{a}{11c} = \frac{5}{22}.

Case 3: bb can be written as 55c55 c.

Thus, 55r=ac55r = \frac{a}{c}.

Because the sum of the numerator and the denominator of rr and 55r55r are the same,

a+55c=a+c.a + 55c = a + c . Hence, c=0c = 0. This is infeasible. Thus, there is no solution in this case.

Putting all cases together, S={225,522}S = \left\{ \frac{2}{25}, \frac{5}{22} \right\}. Therefore, the sum of all numbers in SS is

225+522=169550.\frac{2}{25} + \frac{5}{22} = \frac{169}{550} . Therefore, the answer is 169+550=(719) 169 + 550 = \boxed{\textbf{(719) }}.

~Steven Chen (Professor Chen Education Palace, www.professorchenedu.com)

Minor latex edits by T3CHN0B14D3

Solution 2 (equation with GCDs)

When we simplify a fraction ab\frac{a}{b} over the integers, we divide the numerator and denominator by gcd(a,b).\gcd(a,b). So we can clearly see that the fraction rr in lowest terms will be (agcd(a,b))(bgcd(a,b))\frac{(\frac{a}{\gcd(a,b)})}{(\frac{b}{\gcd(a,b)})} and similarly, the fraction 55r55r in lowest terms will be (55agcd(55a,b))(bgcd(55a,b)).\frac{(\frac{55a}{\gcd(55a,b)})}{(\frac{b}{\gcd(55a,b)})}.

Now, from the problem's condition, we obtain the following equation:

a+bgcd(a,b)=55a+bgcd(55a,b).\frac{a + b}{\gcd(a,b)} = \frac{55a + b}{\gcd(55a,b)}. Let gcd(a,b)=c,\gcd(a,b) = c, where cc is some positive integer. Then we can write aa as cxcx and bb as cycy for positive integers xx and yy such that gcd(x,y)=1.\gcd(x,y) = 1. Substituting in cxcx for aa and cycy for bb we get

cx+cyc=55cx+cygcd(55cx,cy)\frac{cx + cy}{c} = \frac{55cx + cy}{\gcd(55cx, cy)} which simplifies to

x+y=55x+ygcd(55x,y)x + y = \frac{55x + y}{\gcd(55x,y)} Now, note that since xx and yy share no common factors, any common factors shared between 55x55x and yy must be factors of 55,55, so from here we do casework on the possible values of gcd(55,y).\gcd(55,y). We know that gcd(55,y){1,5,11,55},\gcd(55,y) \in \{1, 5, 11, 55\}, so we only have to look at four different cases.

Case 1: gcd(55,y)=1:\gcd(55,y) = 1: This implies

x+y=55x+yx + y = 55x + y which would make one of the variables 0.0. This case doesn't work.

Case 2: gcd(55,y)=5:\gcd(55,y) = 5:

5x+5y=55x+y    50x=4y    x=225y.5x + 5y = 55x + y \implies 50x = 4y \implies x = \frac{2}{25}y. Since a=cxa = cx and b=cy,b = cy, the value of rr is just ab=xy,\frac{a}{b} = \frac{x}{y}, so this case gives 225\frac{2}{25} as a possible value for rr.

Case 3: gcd(55,y)=11:\gcd(55,y) = 11:

11x+11y=55x+y    44x=10y    22x=5y    r=522.11x + 11y = 55x + y \implies 44x = 10y \implies 22x = 5y \implies r = \frac{5}{22}. Case 4: gcd(55,y)=55:\gcd(55,y) = 55:

55x+55y=55x+y55x + 55y = 55x + y This also makes one of the variables 00 which we can't have.

So the answer is 225+522=169550.\frac{2}{25} + \frac{5}{22} = \frac{169}{550}.

169+550=719.169 + 550 = \boxed{719}.

~grogg007

Note

This problem mainly comes down to noticing that 55r55r 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