2017 AMC 10 A

Complete problem set with solutions and individual problem pages

Problem 25 Hard

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. (2017 AMC 10A Problem, Question#25)

  • A.

    226

  • B.

    243

  • C.

    270

  • D.

    469

  • E.

    486

Answer:A

Let the three-digit number be ACB:

If a number is divisible by 11, then the difference between the sums of alternating digits is a multiple of 11.

There are two cases: A+ B=C and A+B=C+11 We now proceed to break down the cases. Note: let A ≥ C so that we avoid counting the same permutations and having to subtract them later.

Case 1: A + B=C.

Part 1: B =0, A =C, this case results in 110, 220, 330…990. There are two ways to arrange the digits in each of those numbers. 2·9 = 18.

Part 2: B=1, A+1=C, this case results in 121, 231, 891. There are 6 ways to arrange the digits in all of those number except the first, and 3 ways for the first. This leads to 45 cases.

Part 3: B =2, A+2=C, this case results in 242, 352, 792. There are 6 ways to arrange the digits in all of those number except the first, and $3 ways for the first. This leads to 33 cases.

Part 4: B =3, A+3=C, this case results in 363, 473, 693. There are 6 ways to arrange the digits in all of those number except the first, and 3ways for the first. This leads to 21 cases.

Part 5: B=4, A+4=C, this case results in 484 and 594. There are 6ways to arrange the digits in 594 and 3 ways for 484. This leads to 9 cases. This case has 18 + 45 +33 +21+9=126 subcases.

Case 2: A+B=C+11.

Part 1: C=0, A+B=11, this cases results in 209, 308, 407, 506. There are 4 ways to arrange each of those cases. This leads to 16 cases.

Part 2: C=1, A+B=12, this cases results in 319, 418, 517,616. There are 6 ways to arrange each of those cases, except the last. This leads to 21 cases.

Part 3: C=2, A+B=13, this cases results in 429, 528, 627. There are 6 ways to arrange each of those cases. This leads to 18 cases.

If we continue this counting, we receive 16 + 21 + 18 + 15 + 12 +9 + 6 +3 = 100 subcases. 100+126 =(\rm A) 226.

We note that we only have to consider multiples of 11 and see how many valid permutations each has. We can do casework on the number of repeating digits that the multiple of 11 has:

Case 1: All three digits are the same. By inspection, we find that there are no multiples of 11 here.

Case 2: Two of the digits are the same, and the third is different.

Case 2a: There are 8 multiples of 11 without a zero that have this property: 121, 242, 363, 484, 616, 737, 858, 979. Each contributes 3 valid permutations, so there are 8.3 = 24 permutations in this subcase.

Case 2b: There are 9 multiples of 11 with a zero that have this property: 110, 220, 330, 440, 550, 660, 770, 880, 990. Each one contributes 2 valid permutations (the first digit can't be zero) so there are 9·2 = 18 permutations in this subcase.

Case 3: All the digits are different Since there are \dfrac{990-110}{11}+1=81 multiples of 11 between 100 and 999, there are 81 - 8 - 9 =64 multiples of 11 remaining in this case. However, 8 of them contain a zero, namely 209, 308, 407, 506, 605, 704, 803, and 902. Each of those multiples of 11 contributes 2·2 = 4 valid permutations, but we overcounted by a factor of 2; every permutation of 209, for example, is also a permutation of 902. Therefore, there are 8·4/2 = 16. Therefore, there are 64-8 = 56 remaining multiples of 11 without a 0 in this case. Each one contributes 3! = 6 valid permutations, but once again, we overcounted by a factor of 2 (note that if a number ABC is a muliple of 11, then so is CBA). Therefore, there are 56·6/2 = 168 valid permutations in this subcase. Adding up all the permutations from all the cases, we have 24+18+16+168= (\rm A)226.

We can overcount and then subtract. We know there are 81 multiples of 11.

We can multiply by 6 for each permutation of these mutiples. (Yet some multiples don't have 6) Now divide by 2, because if a number abc with digits a, b, and c is a multiple of 11, then cba is also a multiple of 11 so we have counted the same permutations twice.

Basically, each multiple of 11 has its own 3 permutations (say abc has abc acb and bac whereas cba has cba cab and bca). We know that each multiple of 11 has at least 3 permutations because it cannot have 3 repeating digits.

Hence we have 243 permutations without subtracting for overcounting. Now note that we overcounted cases in which we have 0'\rm s at the start of each number. So, in theory, we could just answer A and move on.

If we want to solve it, then we continue.

We overcounted cases where the middle digit of the number is 0 and the last digit is 0. Note that we assigned each multiple of 113 permutations.

The last digit is 0 gives 9 possibilties where we overcounted by 1 permutation for each of 110, 220, , 990.

The middle digit is 0 gives 8 possibilities where we overcount by 1. 605, 704, 803, 902 and 506, 407, 308, 209 subtracting 17 gives (\rm A) 226.

Now, we may ask if there is further overlap (l.e if two of abc and bac and acb were multiples of 11). Thankfully, using divisibility rules, this can never happen as taking the divisibility rule mod 11 and adding we get that 2a, 2b, or 2c is congruent to 0 (\rm mod 11). Since a, b, c are digits, this can never happen as none of them can equal 11 and they can't equal 0 as they are the leading digit of a 3 digit number in each of the cases.

As said in solution 3, each number only has at most 3 permutations. There are 81 multiples of 11, so the answer is at most 243 or B. But we know that we overcounted, so the answer is less than 243, leaving our only choice as A