How many numbers greater than 300 can you make with the digits 1, 2, 3, 4, 5 and 6 ?
1 Answer
Jul 15, 2017
There are a total of
Explanation:
Assuming we are allowed to use each digit at most once to form decimal strings then, we can enumerate the possibilities as follows:
-
There are
6*5*4*3*2*1 = 720 suitable6 digit numbers. -
There are
6*5*4*3*2 = 720 suitable5 digit numbers. -
There are
6*5*4*3 = 360 suitable4 digit numbers. -
There are
4*5*4 = 80 suitable3 digit numbers.
That makes a total of:
720+720+360+80 = 1880