10*9*8*7 different ID cards, under the given conditions.
Answer by Alan3354(69443) (Show Source): You can put this solution on YOUR website! how many different id cards can be made if there are four digits on a card and no digit can be used more than once
----------
If leading zeroes are accepted, eg, 0123, it's
10*9*8*7
------------
If not, it's 9*9*8*7