Using the digits from 0 to 9, how many 3-digit numbers can be constructed such that the number must be odd and greater than 500 and digits may be repeated?
2 Answers
Explanation:
If the number is
For
For
For
So the total number of
This can also be explained as:
There are
Half of them are from
Of those, half are odd and half are even.
Hence,
250 numbers
Explanation:
The 1st digit must be greater than or equal to 5 for the number to be greater than 500. There are 5 possibilities (5, 6, 7, 8, 9).
The 2nd digit has no restriction on it. There are 10 possibilities (0-9).
The 3rd digit must be odd in order for the number to be odd. There are 5 possibilities (1, 3, 5, 7, 9).