How many three digit numbers are there whose sum of the digits is odd?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let xyz be the number whose sum of digits is odd.
There are 4 possible case possible.
1) x is even ,y is even and z is odd = 4 × 5 × 5 = 100 ways.
2) x is even ,y is odd and z is even = 4 × 5 × 5 = 100 ways.
3) x is odd , y is even and z is even = 5 × 5 × 5 = 125 ways.
4) x is odd ,y is odd , z is odd = 5 × 5 × 5 = 125 ways.
Hence,add result of above cases,we get total 4 5 0 ways.