返回题库

AIME 2005 II · 第 3 题

AIME 2005 II — Problem 3

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

An infinite geometric series has sum 2005. A new series, obtained by squaring each term of the original series, has 10 times the sum of the original series. The common ratio of the original series is mn\frac mn where mm and nn are relatively prime integers. Find m+n.m+n.

解析

Solution 1

Let's call the first term of the original geometric series aa and the common ratio rr, so 2005=a+ar+ar2+2005 = a + ar + ar^2 + \ldots. Using the sum formula for infinite geometric series, we have     a1r=2005\;\;\frac a{1 -r} = 2005. Then we form a new series, a2+a2r2+a2r4+a^2 + a^2 r^2 + a^2 r^4 + \ldots. We know this series has sum 20050=a21r220050 = \frac{a^2}{1 - r^2}. Dividing this equation by a1r\frac{a}{1-r}, we get 10=a1+r10 = \frac a{1 + r}. Then a=20052005ra = 2005 - 2005r and a=10+10ra = 10 + 10r so 20052005r=10+10r2005 - 2005r = 10 + 10r, 1995=2015r1995 = 2015r and finally r=19952015=399403r = \frac{1995}{2015} = \frac{399}{403}, so the answer is 399+403=802399 + 403 = \boxed{802}.

(We know this last fraction is fully reduced by the Euclidean algorithm -- because 4=4033994 = 403 - 399, gcd(403,399)4\gcd(403, 399) | 4. But 403 is odd, so gcd(403,399)=1\gcd(403, 399) = 1.)

Solution 2

We can write the sum of the original series as a+a(mn)+a(mn)2+=2005a + a\left(\dfrac{m}{n}\right) + a\left(\dfrac{m}{n}\right)^2 + \ldots = 2005, where the common ratio is equal to mn\dfrac{m}{n}. We can also write the sum of the second series as a2+a2(mn)2+a2((mn)2)2+=20050a^2 + a^2\left(\dfrac{m}{n}\right)^2 + a^2\left(\left(\dfrac{m}{n}\right)^2\right)^2 + \ldots = 20050. Using the formula for the sum of an infinite geometric series S=a1rS=\dfrac{a}{1-r}, where SS is the sum of the sequence, aa is the first term of the sequence, and rr is the ratio of the sequence, the sum of the original series can be written as a1mn=anmn=annm=2005  (1)\dfrac{a}{1-\frac{m}{n}}=\dfrac{a}{\frac{n-m}{n}}=\dfrac{a \cdot n}{n-m}=2005\;\text{(1)}, and the second sequence can be written as a21m2n2=a2n2m2n2=a2n2(n+m)(nm)=20050  (2)\dfrac{a^2}{1-\frac{m^2}{n^2}}=\dfrac{a^2}{\frac{n^2-m^2}{n^2}}=\dfrac{a^2\cdot n^2}{(n+m)(n-m)}=20050\;\text{(2)}. Dividing (2)\text{(2)} by (1)\text{(1)}, we obtain anm+n=10\dfrac{a\cdot n}{m+n}=10, which can also be written as an=10(m+n)a\cdot n=10(m+n). Substitute this value for ana\cdot n back into (1)\text{(1)}, we obtain 10n+mnm=200510\cdot \dfrac{n+m}{n-m}=2005. Dividing both sides by 10 yields n+mnm=4012\dfrac{n+m}{n-m}=\dfrac{401}{2} we can now write a system of equations with n+m=401n+m=401 and nm=2n-m=2, but this does not output integer solutions. However, we can also write n+mnm=4012\dfrac{n+m}{n-m}=\dfrac{401}{2} as n+mnm=8024\dfrac{n+m}{n-m}=\dfrac{802}{4}. This gives the system of equations m+n=802m+n=802 and nm=4n-m=4, which does have integer solutions. Our answer is therefore m+n=802m+n=\boxed{802} (Solving for mm and nn gives us 399399 and 403403, respectively, which are co-prime).

Video Solution

https://youtu.be/z4-bFo2D3TU?list=PLZ6lgLajy7SZ4MsF6ytXTrVOheuGNnsqn&t=4500 - AMBRIGGS

Video Solution by OmegaLearn

https://youtu.be/3wNLfRyRrMo?t=383

~ pi_is_3.14