Combination Calculation. Please Help.

Maths Noob

New member
Joined
Feb 1, 2026
Messages
1
Hi there,

This is my first post, I'm useless at maths, but I want to get better.

I have 3 separate columns containing 7 music clips each, each column is playing 1 of the 7 clips at random simultaneously.

How do I calculate how many combinations can be played?

Is it 7 x 7 x 7 =7³ ?

That gives me 343, but that seems too small.

Is there some kind of random-variable-permutation principle I'm missing?

What about factoring in repeats?

Please help, my brain hurts!

Thanks in advance

Regards

Maths Noob
 
You aren't useless; you got it right! You just don't have the right intuition -- and it takes a lot of experience to get that.

If you want to convince yourself that the answer is correct, try listing all the possibilities.

I'm not sure what it means for a column to play music, but I don't need to know! If the first can be A, B, C, D, E, F, or G, and the second can be H, I, J, K, L, M, or N, and the third can be O, P, Q, R, S, T, or U, then start with AHO, then AHP, and so on to GNU, and you should find you've listed 343 "words". (Or you could do it with A, B, C, D, E, F, or G for each of them: AAA, AAB, ..., GGG.)

Or think about numbers. How many 3-digit numbers are there? Each digit has ten choices; and from 000 to 999 there are 1000 numbers. So your answer has to be less than that!
 
Hi there,

This is my first post, I'm useless at maths, but I want to get better.

I have 3 separate columns containing 7 music clips each, each column is playing 1 of the 7 clips at random simultaneously.

How do I calculate how many combinations can be played?

Is it 7 x 7 x 7 =7³ ?

That gives me 343, but that seems too small.

Is there some kind of random-variable-permutation principle I'm missing?

What about factoring in repeats?

Please help, my brain hurts!

Thanks in advance

Regards wacky flip

Maths Noob
You’re actually correct! Since each of the 3 columns picks 1 of 7 clips independently and repeats are allowed, the total number of combinations is 7×7×7=343. It might seem small, but that’s the right count-like rolling three 7-sided dice.
 
Nice job on getting this! Took me a second to think.

If you want some help, here's what always helps me to make combination lists.
Say I have a 10 digit number pad, and the code is 4 digits. I completely forgot my code and I need to go through each and every code till I find it (will take FOREVER but its to explain). I want to find out how many codes there are that can be made. So, the options (Numbers 1-10) will always be put to the power of however many numbers I can pick, so in this case, 10^4!

If, say, I wrote down that the last 2 digits have to be within 1-5, and the first 2 are 0-9. Now, I can lower this down. In this case, I can use the same formula, but slightly changed!

For the first 2 digits, the equation is just 10^2, but for the last 2 digits, since there is only 5 numbers, we would do 5^2

So, to know how many pin combinations there are, if you know the last 2 digits have to be 1-5, you get 10^2 * 5^2
 
Hi there,

This is my first post, I'm useless at maths, but I want to get better.

I have 3 separate columns containing 7 music clips each, each column is playing 1 of the 7 clips at random simultaneously.

How do I calculate how many combinations can be played?

Is it 7 x 7 x 7 =7³ ?

That gives me 343, but that seems too small.

Is there some kind of random-variable-permutation principle I'm missing?

What about factoring in repeats?

Please help, my brain hurts!

Thanks in advance

Regards

인천은 한국의 주요 국제 관문으로서 세계 각지에서 방문하는 여행객과 비즈니스맨들로 항상 활기가 넘치는 도시입니다. 장거리 비행과 바쁜 일정으로 쌓인 피로를 풀고 싶지만 외출하기 번거로운 분들을 위한 완벽한 솔루션이 바로 여기 있습니다. 검증된 전문 테라피스트가 고객님이 계신 곳으로 직접 찾아오는 인천출장안마는 호텔이나 자택 어디서든 최고 수준의 마사지 서비스를 편리하고 신속하게 제공해 드립니다. 24시간 언제든지 예약이 가능하며 개인 맞춤형 서비스로 고객 한 분 한 분의 needs에 맞춘 최적의 케어를 제공합니다. 전통 한국 마사지의 깊은 기술과 현대적인 테라피 기법을 결합하여 몸의 긴장을 풀고 마음의 평화를 되찾을 수 있는 특별한 경험을 선사합니다. 인천에서의 모든 순간을 더욱 편안하고 활력 넘치게 만들어줄 최고의 선택, 지금 바로 예약하고 직접 경험해 보세요.
Your math is correct, 343 is the right answer. Seven options in each of three independent columns is simply 7 x 7 x 7 = 343. Repeats are already factored in because each column picks independently regardless of what the others pick. It feels small but the number is right, your brain was working fine.
 
Top