Maths type question

Associate
Joined
27 Jun 2006
Posts
1,473
Being a bit thick maths wise, thought I would ask you lot :)

If I have:

a - z lowercase
A - Z uppercase
0 - 9

How many different 6 character combinations could be made out of the available letters and numbers?

Everytime I try to work it out I bleed from my eyes :)

Cheers
M.
 
If a character can be used any number of times it's:

62*62*62*62*62*62 = 56800235584

If a character can be used only once it's:

62*61*60*59*58*57 = 44261653680
 
26 + 26 +10 = 62

62^6 = 56,800,235,584

So roughly 56.8 billion combinations, assuming you are allowed to use the same character more than once, alittle more complex if you cannot.
 
Back
Top Bottom