How many numbers lying between 100 and 1000 can be formed with the digits 0, 1, 2, 3, 4, 5, if the repetition of the digits is not allowed?
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.
All the numbers lying between 100 and 1000 are three digit numbers.So out of the six numbers provided we could fill the hundred's place by five numbers(bcz if zero occupies hundred's place, the number become two digit).
Likewise, ten's place can be filled by five numbers(which doesn't include the number assigned to hundred's place as repetition is not allowed).
And one's place can be filled with four numbers(which doesn't include the number s assigned to hundred's and ten's place as repetition is not allowed)
So total possible numbers that can be formed = 5 × 5 × 4 = 100