[Math] 3-digit numbers that the sum of digits are even.

combinatorics

How many three digit numbers are there such that the sum of the digits is even?

So I guess we're taking the total number of three digit numbers, then eliminate the ones that doesn't satisfy the properties. But, can someone give me a hint on how to count the number of 3-digit numbers that has a sum of digits that's even?

Ty!

Best Answer

HINT: Suppose that the digits are $abc$.

  • How many choices are there for $ab$?
  • How many choices are there for $c$ if $a+b$ is even? How many choices are there for $c$ if $a+b$ is odd? Does it make any difference whether $a+b$ is odd or even?
Related Question