How many 3 digit numbers are odd?
Answers
Answered by
0
My attempt: 100-999 3 -digit integers, 900/2=450 odd numbers.
Answered by
1
Units digit should contain {1,3,5,7,9} = 5; Tens digits can be {0,1,2,3,4,6,7,8,9} = 10 Hundreds digit can be {1,2,3,4,6,7,8,9} = 9.
So the answer is 5 x 10 x 9 = 450
Divyankasc:
U missed {5} in units digit. That's why you answer is incorrect :)
Similar questions