AMC 10 Weekly Practice Round 3

Complete problem set with solutions and individual problem pages

Problem 8 Medium

If the sum of the digits of a five-digit number is 3, then the total number of such five-digit numbers is (   ).

  • A.

    10

  • B.

    12

  • C.

    15

  • D.

    18

  • E.

    20

Answer:C

If the sum of the digits of a five-digit number is 3, then such numbers can be divided into three cases:

 

Case 1. The digits consist of four 0’s and one 3.

Since the first digit cannot be 0, the 3 must be in the first place and all other digits are 0, giving the number 30000.

Thus, there is only 1 possibility.

 

Case 2. The digits consist of three 0’s, one 1, and one 2.

Since the first digit cannot be 0, the first digit must be either 1 or 2. Choose one of them for the first place, and the other digit can occupy any of the remaining four positions. The rest are 0.

Thus, there are _{2}C_{1} \times _{4}P_{1} = 8 possibilities.

 

Case 3. The digits consist of two 0’s and three 1’s.

Since the first digit cannot be 0, the first digit must be 1. Among the remaining four places, choose two for 1’s, and the rest are 0.

Thus, there are _{4}C_{2} = 6 possibilities.

 

By the Addition Principle of Counting, the total number of such five-digit numbers is 1 + 8 + 6 = 15.

 

Therefore, the answer is \text{C}.