Is there a formula to find a combination of numbers

cubanopro
Messages
2
Reaction score
0
Hi, what I meant in the title was:

Let's say that I have two variables in a game and I would like to know how many combination of numbers there is... For example if I have to calculate it for 3 times the possible combinations would be:
a,a,a
a,a,b
a,b,a
b,a,a
b,b,b
b,b,a
b,a,b
a,b,b

Is there a formula to calculate how many it would let's say for 13 times...or for 50 times.
Thanks in advance!
Rafael
 
Mathematics news on Phys.org
If you replace a,b by 0,1, you will see that you have just enumerated all combinations for 3 binary bits, which are 2^3 = 8. If you want to repeat it 13 or 50 times, you will have 2^13 = 8192 or 2^50 = 1125899906842624. If you have three or four values instead of two, then you will have 3^n or 4^n cases.

(If you had 10 values, repeated 5 times, you would have 10^5 cases; the cases themselves are like the digits in a 5-digit number, from 00000 to 99999. Your example with a,b is the same as the digits in a 3-digit number in base 2, from 000 to 111.)
 
thank you very much Dodo you've been a great help!
You cannot answer my question in a better way. :)

Have a great day!
Rafael
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top