ben.chantana Wrote:How many 3-digit positive integers are odd and do not contain the digit 5?
Thank you so much!
A B Cdigit C -units place:1st digit from right(unit place -C) should be odd for the number to be odd :
1,3,5,7,9
But the number should not contain 5 so the C can be 1,3,7,9
=>
unit place C can be occupied in 4 waysdigit B - tens placetens place can be any digit except 5 . So it can be one of the digits - 0,1,2,3,4,6,7,8,9
Tens place can be occupied in 9 waysdigit A - hundreds placehundreds place can be occupied by any digit except 0 and 5 because zero at hundreds place will make the number two digit number.
So the digits can be 1,2,3,4,6,7,8,9
hundreds place can be occupied in 8 ways.8 ways x 9 ways x 4 ways=
288