You are not logged in.
Pages: 1
Good evening people,
I'm looking at the calculator to help me solve a problem me and a friend have been having it works with what I need it gives me all of the possible combinations but I am looking for all of the unique combinations is there a way of filtering all the results just to get those please.
cheers for any help
Mohunkey
Offline
Hi mohunkey;
It would help if you posted the problem.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
hey bobbym
yeah the problem is me and a mate are thinking about starting a race seriers and we are going to have like 20 competitors ruffly and only about 5,6 that can run at a time but over the weeks we want each competitor to run every other competitor once. yeah I also know that some races will have less racers in than others but that doesn't matter
could you please help cheers
mohunkey
Offline
Is it 5 or is it 6?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Lets say six atm just want to know how to work it so if we get more people enter we can add them easily
cheers
mohunkey
Offline
Is this something like a tournament?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yeah ital be you get so many points for a win and less for each place after but when ever I've tried to workit out we end up with racers who have raced twice.
cheers
mohunkey
Offline
hey bobbym is this something you would be able to help with or pint me in the correct direction please
cheers Mohunkey
Offline
Hi;
So far I do not understand the problem well enough to try to answer it.
I sure could use an example of what you are trying to do. Can you put together a smaller example than the real one?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Basically we have a number of number of competitors (c) they have a race with any combination of the other competitors up to six at a time and each week they have a race a different set of people so what I was wondering is there a way using maths or anything of easily picking the racers so they race each other once in the compleat tornament
so say you have racers a-i
week one
race 1 a,b,c
race 2 d,e,f
race 3 g,h,i
week two
race 1 a,e,i
race 2 b,f,g
race 3 c,d,h
and so on
but unlike with small combinations like this it is really difficult when you have a large number to choose from to get each racer to have a race each week who hasn't raced a person before.
Offline
Hi;
Okay, I will look at it.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Cheers thank you
Offline
Hi;
The nearest I can understand your problem is as a progressive dinner. Some of them have solutions and some do not. Many have not been figured yet, all require a computer to enumerate them.
For the a,b,c,d,e,f,g,h,i example we can relabel it 1,2,3,4,5,6,7,8,9 and it takes 4 days.
Day 1
6 4 8
3 9 7
5 1 2
Day 2
1 8 3
4 2 9
5 7 6
Day 3
1 9 6
4 3 5
8 7 2
Day 4
9 5 8
4 7 1
6 3 2
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yeah how did you do it just go through them all
cheers
mohunkey
Offline
It was even easier than that, I just copied.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
But it just listed every combination
123
124
125
126
127
128
and so on
Offline
No, it did not because that would have 1 racing with 2 many times. This progressive dinner has each one racing against every other one just once.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
No I ment when I did it sorry.
where did you get your combinations from please.
cheers
mohunkey
Offline
I copied it from a list of all the known progressive dinners. As I have said not all of them have a solution, some are impossible and some we just do not know.
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Ok so I should search for progressive dinners
Offline
I can direct you to the sites where the research is already under way. There are many tables, if you have trouble understanding how they work come back here. Is that acceptable?
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Yeah that is fantastic cheers for all ya help
cheers
Offline
Creativity is knowing how to hide your sources
The one quote that establishes Einstein as a true genius.
http://www.mathpuzzle.com/MAA/54-Golf%2 … l#g36o4d11
In mathematics, you don't understand things. You just get used to them.
If it ain't broke, fix it until it is.
Always satisfy the Prime Directive of getting the right answer above all else.
Offline
Pages: 1