AMC10 2017 A
AMC10 2017 A · Q25
AMC10 2017 A · Q25. It mainly tests Permutations, Digit properties (sum of digits, divisibility tests).
How many integers between 100 and 999, inclusive, have the property that some permutation of its digits is a multiple of 11 between 100 and 999? For example, both 121 and 211 have this property.
有多少个 100 到 999(包含)之间的整数,具有其数字的某个重排是一个 100 到 999 之间的 11 的倍数的性质?例如,121 和 211 都具有此性质。
(A)
226
226
(B)
243
243
(C)
270
270
(D)
469
469
(E)
486
486
Answer
Correct choice: (A)
正确答案:(A)
Solution
Answer (A): Recall the divisibility test for 11: A three-digit number $abc$ is divisible by 11 if and only if $a-b+c$ is divisible by 11. The smallest and largest three-digit multiples of 11 are, respectively, $110=10\cdot 11$ and $990=90\cdot 11$, so the number of three-digit multiples of 11 is $90-10+1=81$. They may be grouped as follows:
• There are 9 multiples of 11 that have the form $aa0$ for $1\le a\le 9$. They can each be permuted to form a total of 2 three-digit integers. In each case $aa0$ is a multiple of 11 and $a0a$ is not, so these 9 multiples of 11 give 18 integers with the required property.
• There are 8 multiples of 11 that have the form $aba$, namely 121, 242, 363, 484, 616, 737, 858, and 979. They can each be permuted to form a total of 3 three-digit integers. In each case $aba$ is a multiple of 11, but neither $aab$ nor $baa$ is, so these 8 multiples of 11 give 24 integers with the required property.
• If a three-digit multiple of 11 has distinct digits and one digit is 0, it must have the form $a0c$ with $a+c=11$. There are 8 such integers, namely 209, 308, 407, …, 902. They can each be permuted to form a total of 4 three-digit integers, but these 8 multiples of 11 give only 4 distinct sets of permutations, leading to $4\cdot 4=16$ integers with the required property.
• The remaining $81-(9+8+8)=56$ three-digit multiples of 11 all have the form $abc$, where $a$, $b$, and $c$ are distinct nonzero digits. They can each be permuted to form a total of 6 three-digit integers, and in each case both $abc$ and $cba$—and only these—are multiples of 11. Therefore these 56 multiples of 11 give only 28 distinct sets of permutations, leading to $28\cdot 6=168$ integers with the required property.
The total number of integers with the required property is $18+24+16+168=226$.
答案(A):回忆 11 的整除判别法:一个三位数 $abc$ 能被 11 整除,当且仅当 $a-b+c$ 能被 11 整除。三位数中最小和最大的 11 的倍数分别是 $110=10\cdot 11$ 和 $990=90\cdot 11$,因此三位数的 11 的倍数个数为 $90-10+1=81$。可分组如下:
• 形如 $aa0$($1\le a\le 9$)的 11 的倍数有 9 个。每个都可通过数字重排得到共 2 个三位整数。在每种情况下,$aa0$ 是 11 的倍数而 $a0a$ 不是,因此这 9 个倍数给出满足要求的 18 个整数。
• 形如 $aba$ 的 11 的倍数有 8 个,即 121、242、363、484、616、737、858、979。每个都可重排得到共 3 个三位整数。在每种情况下,$aba$ 是 11 的倍数,但 $aab$ 和 $baa$ 都不是,因此这 8 个倍数给出满足要求的 24 个整数。
• 若某个三位数的 11 的倍数各位数字互不相同且其中一位为 0,则它必为 $a0c$ 且满足 $a+c=11$。这样的整数有 8 个,即 209、308、407、…、902。每个可重排得到共 4 个三位整数,但这 8 个倍数只对应 4 组不同的排列集合,从而得到 $4\cdot 4=16$ 个满足要求的整数。
• 剩余的 $81-(9+8+8)=56$ 个三位 11 的倍数都形如 $abc$,其中 $a,b,c$ 为互不相同的非零数字。每个可重排得到共 6 个三位整数,并且在每种情况下只有 $abc$ 与 $cba$(也仅有这两个)是 11 的倍数。因此这 56 个倍数只给出 28 组不同的排列集合,从而得到 $28\cdot 6=168$ 个满足要求的整数。
满足要求的整数总数为 $18+24+16+168=226$。
Topics
Related Questions
Practice full AMC exams on amcdrill.
Try full-length practice and diagnostics at www.amcdrill.com.