What is the number of integers greater than 6000 that can be formed using the digits 3,5,6,7 and 8 without repetition?
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.
Argh! Stupid me, I forgot the 5 digit numbers!
Log in to reply
Same ! Aargh!
Exactly, I just typed in 72 in the excitement of seeing the option. Noo!
Same here!
Easy solution,upvoted :)
n u m b e r o f 4 − d i g i t i n t e g e r s t h a t i s g r e a t e r t h a n 6 0 0 0 i s
N 1 = ( 3 ) ( 4 ) ( 3 ) ( 2 ) = 7 2
n u m b e r o f 5 − d i g i t i n t e g e r s t h a t i s g r e a t e r t h a n 6 0 0 0 i s
N 2 = ( 5 ) ( 4 ) ( 3 ) ( 2 ) = 1 2 0
N = 7 2 + 1 2 0 = 1 9 2
Problem Loading...
Note Loading...
Set Loading...
Firstly, all permutations of 3 , 5 , 6 , 7 , 8 will yield 5 -digit integers, and they will be larger than 6 0 0 0 . That is already 5 ! integers. However, there are also 4 digit numbers larger than 6 0 0 0 . Those will begin with either a 6 , 7 or 8 . For each of these, there are 4 ! ways to rearrange the numbers afterwards, so our total is 5 ! + 4 ! × 3 .
Solved it without even leaving the flat-Sherlock, Series 3, The Empty Hearse.