Total Even numbers can be found by taking even digit in any of the three places. So there will be lot of combinations and it will be difficult to list down everything.
This is why an approach to find odd number is easier and will save you time.
If you want to find total number of even numbers then they this.
First digit even (4 ways) * anything in second and third. So 400 ways.
Second digit even and first digit odd and anything in third place.
So, 5*5*10 = 250 ways
Third digit even and first and second are odd = 5*5*5 = 125 ways
Total = 400+250+125 = 775.
Hope it helps!
void wrote:
why total even no. can be 9*10*5
9= from 1 to 9 for hundred position
10=for 10 choice tenth digit position
5= 0,2,4,6,8 possible option unit place