Results 1 to 3 of 3

Thread: [RESOLVED] I have 17 numbers...

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    6

    Resolved [RESOLVED] I have 17 numbers...

    I really would appreciate some help with this little problem i have here...
    I have 17 numbers. I need to figure out how many different combinations there would be of these numbers when there are 7 numbers to a set (i.e. if i had 1 2 3 4 5 6 7 and 8 then i would have many different sets. 1 2 3 4 5 6 7 and 2 3 4 5 6 7 8... so on...) in each set of 7 numbers there can be no repeated numbers but the same numbers can be used in another set if you get what i mean... I need to find out how many different combinations of these sets there will be and a way of representing them so i can adopt the 17 numbers into it. I.E. if i just get given a number of how many combinations there are it won't help i need the ways they combine together because i need to add the 7 numbers together in each set... however many sets there will be... I know it is a little sketchy but if anyone can help, please do. Don't hesitate to private message or e mail... will respond to any feedback positively
    Thanks.

  2. #2
    PowerPoster Code Doc's Avatar
    Join Date
    Mar 2007
    Location
    Omaha, Nebraska
    Posts
    2,354

    Re: I have 17 numbers...

    I believe you need to better explain why the the number combinations of 17 items taken 7 at a time is NOT the correct answer. If switching order of appearance is not permitted, then you are lookinmg for combinations:

    Using Excel notation =COMBIN(17,7) = 19,448

    If switching order of appearance is permitted, then you are looking for permutations, =PERMUT(17,7) = 98,017,920
    Doctor Ed

  3. #3

    Thread Starter
    New Member
    Join Date
    May 2007
    Posts
    6

    Re: I have 17 numbers...

    Well that does help thanks! But i managed to get the answer earlier today!! Thanks anyway!!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width