@K311Y,
K311Y wrote:
No Im asking, Jen. I have no clue how to figure out Base math. :S
Okay, base 10 is normal decimal, right? What does a decimal number mean, though? Say you have... 121. That means
1 x 100 + 2 x 10 + 1 x 1 = 121
Why does the first 1 equal more than the second 1? Because the first 1 is multiplied by a higher value.
Base 36 replaces the multiples of 10 with 36, so a number like "121" in base 36 would mean
1 x 36^2; + 2 x 36^1 + 1 x 36^0 = 1296 + 72 + 1 = 1369 in base 10. Hope that's clear!