How many four digit integers (greater than 5000) can be formed using digits and if no digit is repeated?
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.
There are 7 digits. The thousands digit can be any of the digits 6 , 8 and 9 . There are 3 possibilities. The hundred’s digit can be any of the remaninng 6 digit’s. There are 6 possibilities. The ten’s digit can be any of the remaining 5 digits. There are 5 possibilities. The unit’s digit can be any of the 4 remaining digits. There are 4 possibilities. Hence, we can form ( 3 ) ( 6 ) ( 5 ) ( 4 ) = 3 6 0 i n t e g e r s