
Nestor R. answered 08/08/19
Statistician with a very good grounding in Algebra
I assume that there is no difference between upper case and lower case letters
2 letters can be chosen from the 26 available in 26C2 ways, calculated as 26!/(2!)(24!) = 26*25/2*1 = 325
4 numbers can be chosen from the 10 available in 10C4 ways, calculated as 10!/(4!)(6!) = 10*9*8*7/4*3*2*1 = 210.
The number of passwords is then 325 * 210 = 68,250

Nestor R.
"!" is the symbol used for "factorial". As an example, 4! means 4*3*2*1=24. Any K! means the product K(K-1)(K-2) ... (K-K+1).03/16/21
Tam A.
Hi this was posted years ago but what does "!" Stand for? Is it a variable?03/15/21