SOLUTION: Hello,
Let's say I have three letters; A, B and C. I need to know the formula how to count the number of all possible combinations using A, B and C, the letters can be repeated
Algebra.Com
Question 995031: Hello,
Let's say I have three letters; A, B and C. I need to know the formula how to count the number of all possible combinations using A, B and C, the letters can be repeated and the order of the letters is important (e.g. ABC and BCA are not the same).
All the way here I'm pretty confident I can solve this alone. right?
Moving on, what if the number of digits can be 1, 2 or 3? (e.g. A, B, C, AA, AB, ..., AAA, AAB, ABC, ... )
Is there a way to count that any faster way than ?
It is very time consuming if there can be any more than three digits in the answer and I have to manually solve it as shown above.
Thank you for your time!
Answer by rothauserc(4718) (Show Source): You can put this solution on YOUR website!
For A, B, C, the maximum number of combinations is
2*3^0 + 2*3^1 + 2*3^2 + 1 or
2[(3^0)+(3^1)+(3^2)]+1 =
2[1+3+9]+1 = 27
This is not hard to prove if you think of what you have as a base-3 number system counting from the lowest three digit combo to the highest three digit combo.
RELATED QUESTIONS
Hello and I am looking for some help. I need to express this in expanded form if... (answered by ankor@dixie-net.com)
A B C
W G E
Houses A, B, C need to... (answered by solver91311)
Hi Team ,
Please help me here ,
i have a requirement that , i need to generate 8... (answered by Alan3354)
You have to choose from the following letters for a name, P,R,O,B,&,S,T,A,S. the only... (answered by stanbon)
Factor as completely as possible.
a) {{{x^3-4x}}}
b) {{{xy-x+8y-8}}}
c)... (answered by Mathematicians,JBarnum)
I am trying to geta count of how many possible values I can create using all the leters... (answered by Edwin McCravy)
How many strings of 4 lower case English letters are there that have the letter x in them (answered by edjones)
Hello!
I need a lot of help here. I have a question that need to be proved but I... (answered by jim_thompson5910)
hello, I need to know how to solve:
For what value(s) of C does 3x-4y=9 and 12x-16y=c (answered by Cintchr)