Results 1 to 40 of 41

Thread: how to produce combination of 4 letter character?

Threaded View

  1. #5
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: how to produce combination of 4 letter character?

    My understanding is that for all possibile n combinations it is n! which is what you are doing.
    But that only gives you all combinations for that number of letters. However, he wants all 4 letter combinations out of all 26 letters of the alphabet without any repeats.

    Now my understanding of that request is

    26! / (26-4)! = 26! / 22! = 4.03291461 × (1026 to the 26th power) divided by 1.12400073 × (1021 to the 20th power) = I don't have the slightest clue

    Of course, my understanding may be questionable
    Last edited by jmsrickland; Apr 28th, 2011 at 01:50 PM.


    Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.

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