[Math] how many numbers greater than million can be formed

combinatoricspermutations

How many numbers greater than million can be formed using digits $2,3,0,3,4,2,3$ ?

now consider


now first place cannot be filled with 0. so number of ways of filling first blank is $\frac{6!}{2! 3!}$. how do i go furthure?

thanks

Best Answer

Count all 7 digit numbers that can be formed using the 7 digits, and then subtract the count of those starting with zero: $$\frac{7!}{2!3!}-\frac{6!}{2!3!} $$