In the Philippines, car license plates are in the [A-Z,A-Z,A-Z]-[0-9,0-9,0-9] format.
Given this, how would you find out the maximum number of possible car license plates?
|
In the Philippines, car license plates are in the [A-Z,A-Z,A-Z]-[0-9,0-9,0-9] format. Given this, how would you find out the maximum number of possible car license plates? |
|||
|
|
|
1st character can be chosen in 26 ways,2nd one in 26 and also third one in 26 ways,the numerals in the same way can be chosen in 10 ways in each case so the total no. of choices=$26^3\times10^3$ |
|||
|
|