answersLogoWhite

0

It depends on how long would be the resulting string of character and if a character can be repeated or not

1) suppose a string of n characters and characters can be repeated

then for the first character one can choose 1 out of 26, the same for the second and so on then there are 26n solutions

2) suppose a string of n characters and none is repeated

This string would be less than 27 character long then n<27

for the first character one can choose 1 out of 26

for the second character one can choose 1 out of 25 (25 possible characters are left once the first is chosen)

for the third character one can choose 1 out of 24 (24 possible characters are left once the first and the second are chosen)

and so on

so there are 26x25x24x....x(26-n+1) solutions

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

How many combinations can you make with 2 letters?

Assuming you are using the standard English alphabet, the number of combinations you can make are: 26 x 26 = 676 combinations.


How many possible alpha numeric combinations are there using all letters for 2 characters?

There are 26 characters in the English alphabet, plus 10 numerals. The total amount of combinations for 2 alphanumeric chars is given by (26+10)&sup2;=1296 If you also include capital letters then the result is (26+26+10)&sup2;=3844 Only letters gives 26&sup2;=676


How many combinations are there for the number system and the alphabet with a limit of 4 digits?

26 million


How many 4 letter combinations are there?

The number of 4-letter combinations depends on whether repetition of letters is allowed and whether the order matters. If repetition is allowed and the alphabet has 26 letters, there are (26^4 = 456,976) possible combinations. If repetition is not allowed, the number of combinations is calculated as (26 \times 25 \times 24 \times 23 = 358,800).


How many possible combinations of 3 letters can you make?

As there are 26 letters in the alphabet. You can calculate the number of combinations by multiplying 26x26x26, giving you the answer 17576.


How Many combinations can you come up with using 31 numbers and only 5 number combinations?

The answer is 31C5 = 31!/[26!5!] = 169,911


How many combinations can you make out of 3 letters and 3 numbers?

You could make 10*10*10*26*26*26 combinations, or 17576000 combinations.


How many 3 letter combinations?

17,576 possible combinations * * * * * Not quite! This is the total number of permutations of 3 letters out of 26. AAB is counted as being different from ABA or BAA. But these are the same combinations. Thus there are 26 combinations of just one letter. 26*25 combinations of two letters and 26*25*24/(3*2*1) of three. In all, that makes 26 + 650 + 2600 = 3276


How many unique values can you assign in a 3 byte alphanumeric field?

There are 26 alphabetic characters (a-z) and 10 numeric (0-9) which together form 36 alphanumeric characters. If you include capital letters, then you have 62 (36 + 26) alphanumeric characters. 62 * 62 * 62 = 238,328


How many different combinations do 3 alphanumeric characters have?

With 26 letters and 10 numerical digits, you have 36 characters altogether. If characters may be repeated, then the total numnber of 3-character groups is (36)^3 = 46,656. If characters may not be repeated, then the number of groups is (36 x 35 x 34) = 42,840 .


How many 5-number combinations are there for numbers 1-26?

If the same number can't repeat, and the sequence doesn't matter,as in, say just for an example, a lottery entry, then there are26 x 25 x 24 x 23 x 22 / 5 x 4 x 3 x 2 = 65,780possibilities


How many 5 number combinations there are from 1 to 26?

The answer is 26C5 = 26*25*24*23*22/(5*4*3*2*1) = 65,780