Possible combinations of numbers for 3,4,5,6,7 (up to 9?)

AI Thread Summary
A user is seeking a downloadable program to generate and export all possible combinations of numbers from a specified set, ranging from 3 to 9, and up to 99 numbers. The desired output should be numbered, printable, and exportable to a tab-delimited text file. The user previously used a program called "Combinations!" by Gordon Gonsalves, which is no longer supported. While some forum members discuss the mathematical aspect of combinations, they acknowledge the need for software that meets the user's specific requirements. The user hopes to find assistance within the forum community.
AlexFX
Messages
2
Reaction score
0
Hello everyone.
Thanks for this amazing forum.
I hope I can be forgiven for asking for a software problem rather than a topic specific puzzle.
I am looking and happy to pay for a downloadable program I can run from my desk top which will return all possible combinations of numbers for 3,4,5,6,7...(up to 9?) from any given set of numbers (up to 99?), Generated combinations should be numbered/ordered from 1-X.
Generated combinations and sub-sets should be printable and exported to a tab-delimited text file.
Can anyone please lead me in the right direction?

I had a real nifty little program called... Combinations! by Gordon Gonsalves on my laptop (OS: XP) but my laptop bit the dust without notice.
It would for instance return 8,145,060 combinations (6,45) in a few seconds.

Gordon is no longer selling/ providing support so if anyone can help I would be in your debt.
Many thanks for time and attention.
Alex
 
Mathematics news on Phys.org
I don't really understand what you are asking for. To the extent that I can understand it, it sounds rather trivial so I'm probably missing something. Can you give examples or something to further explain?
 
I'm guessing that the OP is asking about the number of combinations of n things taken r at a time, where n can be up to 99 or so, and r can be up to 9.

In symbols, this would be
$$n \choose r$$

What he's saying, I think, is that $$ {45 \choose 6} = 8,145,060$$
but I haven't verified this.
 
Last edited:
The website is still there, and it appears the programs are now free. I didn't actually try the programs or check for viruses.

http://ggonsalves.com
 
Correct.
The formula for combinations (not permutations) would be 45!/[(45-6)!(6!)] = (because the order or the sequence does not matter) =8,145,060.

I'm looking for a program which would generate all possible combinations for different variables
up to 99!/[(99-9)!(9!)], exportable to a tab-delimited text file.

rcgldr, thanks, I know the website is still up but the free downloads are very limited, and Gordon has left the receiver off the hook.

I imagined there might be someone here on the forum who could help.
Thanks for time and attention and pardon if I've used up precious time.
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...
Back
Top