How many ways can a security code be formed with restrictions?

  • Thread starter Thread starter iwan89
  • Start date Start date
  • Tags Tags
    Permutation
iwan89
Messages
27
Reaction score
0

Homework Statement



A security code is formed by using three alphabet and four digits chosen from alphabet {a,b,c,d,e} and digits {1,2,3,4,5,6}. All digits and alphabets can only be used once. Find the number of different ways the security code can be formed if
(a) there is no restriction imposed (Answer :756000)
(b) It consists of at least two consonant (Answer: 529200)


Homework Equations


I used Permutation with restriction

The Attempt at a Solution


i tried the following. I am not sure whether the working is correct or not..

(a) 5P3(for alphabet) x 6P4(for digit) =21600.. but this seems wrong because my computation is based on the alphabet and digits must be togather

(b) I have no idea at all. I really need the idea from the first question :(
 
Physics news on Phys.org
iwan89 said:
(a) 5P3(for alphabet) x 6P4(for digit) =21600.. but this seems wrong because my computation is based on the alphabet and digits must be togather
First, calculate how many ways there are to choose the letters and numbers. How many combinations are there if you choose three letters and four numbers without repetition?

Then, calculate how many ways there are to arrange each combination.
 
  • Like
Likes 1 person
why i can't use 5P3 x 6P4? you mean i should use C?
 
iwan89 said:
why i can't use 5P3 x 6P4?
Because that would give you the number of permutations of the form abc1234 or bec3462, where the letters come before the numbers. It would not include permutations like 12ab34c.
 
You mean 5C3 x6C4?
 
iwan89 said:
You mean 5C3 x6C4?
That gives you the number of ways to choose 3 distinct letters and 4 distinct numbers. Now given a particular choice, how many ways are there to rearrange those letters and numbers?
 
supposely letter has 5P3 and numbers has 6P4 but as a whole i don't know how to compute it
 
How many ways can you rearrange 7 objects?
 
  • Like
Likes 1 person
Got it thanks!
 
Back
Top