Skip to main content

2018 AMC 12A Problem 19

Problem 19 of 25HarderAlgebraNumber Theory

Let AA be the set of positive integers that have no prime factors other than 2,2, 3,3, or 5.5. The infinite sum 11+12+13+14+15+16+18+19+110+112+115+116+118+120+ \begin{aligned} &\frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \frac{1}{4} \\ &\quad {}+ \frac{1}{5} + \frac{1}{6} + \frac{1}{8} + \frac{1}{9} \\ &\quad {}+ \frac{1}{10} + \frac{1}{12} + \frac{1}{15} + \frac{1}{16} \\ &\quad {}+ \frac{1}{18} + \frac{1}{20} + \cdots \end{aligned} of the reciprocals of all the elements of AA can be expressed as mn,\tfrac{m}{n}, where mm and nn are relatively prime positive integers. What is m+n?m + n?

Answer choices

Show solution

Solution

Each element of AA is uniquely 2i3j5k2^i 3^j 5^k with i,j,k0,i, j, k \ge 0, so summing all reciprocals factors as (i012i)(j013j)(k015k)=111211131115. \begin{aligned} &\left(\sum_{i \ge 0} \tfrac{1}{2^i}\right) \\ &\quad {}\cdot \left(\sum_{j \ge 0} \tfrac{1}{3^j}\right) \\ &\quad {}\cdot \left(\sum_{k \ge 0} \tfrac{1}{5^k}\right) \\ &= \frac{1}{1 - \frac12} \cdot \frac{1}{1 - \frac13} \\ &\quad {}\cdot \frac{1}{1 - \frac15}. \end{aligned} This equals 23254=154.2 \cdot \tfrac32 \cdot \tfrac54 = \tfrac{15}{4}. With gcd(15,4)=1,\gcd(15, 4) = 1, m+n=15+4=19.m + n = 15 + 4 = 19. Thus, the correct answer is C.

More practice

Concepts: geometric sequence · summation · prime factorization

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.