返回题库

AIME 1992 · 第 5 题

AIME 1992 — Problem 5

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let SS^{}_{} be the set of all rational numbers rr^{}_{}, 0,thathavearepeatingdecimalexpansionintheform0^{}_{}, that have a repeating decimal expansion in the form0.abcabcabc\ldots=0.\overline{abc},wherethedigits, where the digitsa^{}_{},,b^{}_{},and, andc^{}_{}arenotnecessarilydistinct.Towritetheelementsofare not necessarily distinct. To write the elements ofS^{}_{}$ as fractions in lowest terms, how many different numerators are required?

解析

Solution

We consider the method in which repeating decimals are normally converted to fractions with an example:

x=0.176x=0.\overline{176} 1000x=176.176\Rightarrow 1000x=176.\overline{176} 999x=1000xx=176\Rightarrow 999x=1000x-x=176 x=176999\Rightarrow x=\frac{176}{999}

Thus, let x=0.abcx=0.\overline{abc}

1000x=abc.abc\Rightarrow 1000x=abc.\overline{abc} 999x=1000xx=abc\Rightarrow 999x=1000x-x=abc x=abc999\Rightarrow x=\frac{abc}{999}

If abcabc is not divisible by 33 or 3737, then this is in lowest terms. Let us consider the other multiples: 333333 multiples of 33, 2727 of 3737, and 99 of both 33 and 3737, so 99933327+9=648999-333-27+9 = 648, which is the amount that are neither. The 1212 numbers that are multiples of 8181 reduce to multiples of 33. We have to count these since it will reduce to a multiple of 33 which we have removed from 999999, but, this cannot be removed since the numerator cannot cancel the 33.There aren't any numbers which are multiples of 37237^2, so we can't get numerators which are multiples of 3737. Therefore 648+12=660648 + 12 = \boxed{660}.

Note: You can use Euler's totient function to find the numbers relatively prime to 999 which gives 648.