SOLUTION: consider strings of length 10 which contain only letters from the set{A,E,I,O,U} and digits from {1,3,5,7,9}suppose repetition of letters is not allowed. a) how many different str

Algebra.Com
Question 891977: consider strings of length 10 which contain only letters from the set{A,E,I,O,U} and digits from {1,3,5,7,9}suppose repetition of letters is not allowed.
a) how many different strings are there?
b) How many different strings are there if the letters,i.e A,E,I,O,U and the digits,i.e 1,3,5,7,9 must alternate?
c) How many different strings are there if all five letters must be adjacent in each string?

Answer by Edwin McCravy(20054)   (Show Source): You can put this solution on YOUR website!
consider strings of length 10 which contain only letters from the set{A,E,I,O,U} and digits from {1,3,5,7,9}suppose repetition of letters is not allowed.
a) how many different strings are there?
P(10,10) = 10! = 3628800

b) How many different strings are there if the letters,i.e A,E,I,O,U and the digits,i.e 1,3,5,7,9 must alternate?
They can go either

LDLDLDLDLD or DLDLDLDLDL, where D stands for a digit and L for a letter.

There are P(5,5) = 5! = 120 ways the letters can be arranged times
P(5,5) = 5! = 120 ways the digits can be arranged.  Then we multiply by
2 because we can either start with a letter or a digit.

Answer:  5!*5!*2 = 120*120*2 = 28800.

c) How many different strings are there if all five letters must be adjacent in each string?
Think of (AEIOU) as a single thing.  Then there are these 6 things
to rearrange:

1,3,5,7,9,(AEIOU)

which is P(6,6) = 6! = 720.  But we must multiply this by P(5,5) = 5! since the
letters (AEIOU) can be rearranged in 5! ways.

Answer 6!*5! = 720*120 = 86400 

Edwin


RELATED QUESTIONS

consider words of length 10 which only contain letters from the set... (answered by Edwin McCravy)
Consider strings of length 6 which contain letters only from the set { P,Q,R,S,T} and... (answered by Edwin McCravy)
How many 12-bit strings (that is, bit strings of length 12) are there which: have weight (answered by ikleyn)
The new vehicle license plates consist of 3 letters and 4 digits. From the letters in the (answered by stanbon)
Suppose four digits are to be randomly selected with repetitions allowed. The set of... (answered by stanbon)
HI, THIS IS A COPY OF MY PRACTICE TEST FOR AN UPCOMING JOB INTERVIEW. THE RECRUITER GAVE... (answered by askmemath)
Consider the set S = {1, 2, 3, 4, 5, 6, 7, 8, 12, 13, 14, 15, 16, 17, 18, 23, 24, ..., (answered by CPhill)
hamlet is trying to guess the password for the homerina's email account. he knows that... (answered by checkley71)
1. The new vehicle license plates consist of 3 letters and 4 digits. From the letters in... (answered by solver91311)