When 'Aa' combine with 'Aa', the number of possible combinations is 3
When 'AaBb' combines with 'AaBb' the number of possible combinations is:
I hope I didn't make any mistakes, but you get the idea.
How many combinations if I have 15 characters? 'AaBbCcDdEe...'. The answer is $3^{15}$ but why?