Heya, So i am trying to figure out how many combinations i can have from 33 objects if i separate them into 10 size groups. The order doesn't matter. So for example i could have: 1st option - obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj10 2nd option - obj1, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj11 etc etc wrong option would be - obj10, obj2, obj3, obj4, obj5, obj6, obj7, obj8, obj9, obj1 (since it is the same like 1st option but in a different order) Any help would be really appreciated! Thanks!
I think it's not impossible for someone to succeed in internet marketing although you're not expert in math...
How many objects are there in each size group? Correct me if I'm wrong, but you don't have any restriction on the way the groups are arranged right? The object thingy didn't make much sense to me- you could arrange it as Obj 1, 2, 3, 4 ..9, 11 but can't arrange as Obj 10, 1, 2, 3, 4?
Thank you for your time Ok so we got a total of 33 objects. No restriction on the way the groups are arranged you are correct. You can arrange it as obj1, 2, 3, 4, 5 .., 10 you can also arrange it as obj10, 1, 2, 3, 4.., 9 (you have exactly the same objects and that's why i said this won't count as a different combination, each combination must be unique thats the key here). I hope you can follow me here almost 5am so yeah :/ PS: The first reply was spam?.. :/
How many objects allowed ? I mean - I can add different count of objects in each variation ( like 4 in the first, 6 in the second, etc. ), or for example, 1 option contains 10 objects ?
If each combination was unique ( meaning not more than one object in one group), then this could be your solution. There are 33 objects. To make a group of 10, you have 33 choices for your first object ( anything between 1 and 33) For your second object in your group of 10 ( you have a choice of 32 objects- because the first object cannot be repeated again) So your answer should be 33*32*31*30*29*28*27*26*25*24 ( Going so on and so forth till 10 objects)?
Each combination is unique (no less or more than 10 objects per group though). If each object was a group i think it would be 33*33 hmm :/ Example: 123456789 10 123456789 11 123456789 12 etc etc 123456789 33 13456789 10 11 23456789 10 11 10 123456789 = wrong, this is not a unique combination (same combination as the first one in a different order) PS: Sorry for being a pain.. PS2: 33*33*10 ? :/