I would like to know how to find the total number of vehicles of a city using Number Plates in following conditions:
Number plate has following format: AA 9999 (2 Alphabets followed by 4 numbers)
Each alphabet can combine with any of the alphabet (including self) and form the first part of the number plate.
Each combination (e.g. AA) can have numbers from 0000 to 9999 to it.
Based on this, can you please let me know max. number of vehicles that can be registered without changing numbering system?
Thanks!