for how many 3 digit whole numbers is the sum of digits equal to 3
a]3
b]5
c]6
d]7
e]8
the answer is
c
any suggestions on how to solve this problem? ,friends!!
For such a question it is advisable to start with the biggest or smallest number. Let's start with the smallest number. Since all the numbers have to have 3 digits, the smallest number cannot start with a zero (because then it would be only a 2-digit number).
So, our smallest 3-digit number will begin with a 1. To keep the number as small as possible, the next digit must be zero, and the last digit must bring the checksum up to 3. Hence, that smallest number is
1-0-2.
The next-smallest number cannot start with 1-0-...because for the checksum to be 3, there is only one possible last digit. Thus, we have to increase the second digit as little as possible to get
1-1-1.
By the same logic, our next number has to be
1-2-0. At this point, it is not possible anymore to increase the second digit while keeping the first one as 1. This means that we have to move to the next highest first digit, which is 2.
The smallest 3-digit number starting with a 2 and having a checksum of 3 must be
2-0-1. Once we increase the second digit to 1, we get
2-1-0.
Since we cannot keep the checksum of 3 when further increasing the second digit, we have to increase the first digit to 3. Apparently, the only 3-digit number starting with a 3 and a checksum of 3 is
3-0-0.
Hence, the answer is C.