I have this combinatorics problem: How many numbers with seven digits can be created with three times digit 3 and four times digit 4, under the condition that the threes and the fours are not in the beginning. So 4444333 or 3334444 are not allowed.
My ideas:
I can totally create 7! numbers.
Then I have to subtract these numbers in the beginning, so 7!-(4!+3!)=5010
Am I right with my thoughts?
Thx in advance!