To find the total combinations, first individually find the possible combinations of letter and numbers, then multiply those values together.
Letters: There are 4 letters, and since repeats are allowed, NLetters = 42 = 16.
Numbers: There are 7 possible digits, and since repeats aren't allowed, NNums = 7•(7-1)•(7-2) = 210.
Thus the total combinations is 16•210 = 3,360 possible filenames.