There is a 4-character code, with 2 of them being letters and the other 2 being numbers. How many maximum attempts would be necessary to find the correct code? Note that the code is case-sensitive.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
All codes must be one of 6 forms: aa00, a0a0, a00a, 0aa0, 0a0a, 00aa
Each pair of letters has 52 x 52 possible combinations.
Each pair of numbers has 10 x 10 possible combinations.
6 x 52 x 52 x 10 x 10 = 1622400