How many permutation of abcde are there in which confused

In summary, the number of permutations of abcde in which the first character is a, b, or c and the last character is c, d, or e is 48. This can be found by using the inclusion-exclusion principle and considering the sets A and B, which represent the permutations that do not fit the desired form. Alternatively, we can directly calculate the number of permutations by considering the different possibilities for the first and last character and the remaining letters.
  • #1
mr_coffee
1,629
1
How many permutation of abcde are there in which ... confused!

Hello everyone I'm lost on this problem, it says:

How many permutations of abcde are there in which the first character is a, b, or c and the last character is c, d, or e?

They say:
The number of elements in a certain set can be found by computing hte number in some larger universe that are not in the set and subtracting this from the total.

I'm not sure what "larger universe" I'm suppose to find..
I nkow the inclusion/exculsion rule can be used to compute the number that are not in the set but the examples in the book don't seem to help me.


If I let A = {a, b, c} and B = {c, d, e}
then A U B = {a, b, c, d, e}
A Insersect B = {c}
N(A U B) = N(A) + N(B) - N(A intersect B); <-- that's the incuslion/exclusion rule...

ANy help would be great
thanks!
 
Physics news on Phys.org
  • #2
So what are the permutations that aren't of the form you want?
 
  • #3
I don't quite see how the "hint" applies either. I would do this directly:

If the first letter is "a" then the last letter could be any of {c, d, e} and there are 3! ways of arranging the other 3 letters: 3(3!)= 18 ways.

If the first letter is "b" then the last letter could be any of {c, d, e} and there are 3! ways of arranging the other 3 letters: again 18 ways.

If the first letter is "c" then the last letter must be either "c" or "d" and there are 3! ways of arrranging the other 3 letters: 2(3!)= 12.

A total of 18+ 18+ 12= 48 permutations.
 
  • #4
Thanks Ivy, I like your approach a lot better than what they had in mind.
 
  • #5
whoops double post
 
  • #6
If you wanted to use the inclusion-exclusion principle you could do the following:

Let,
S = {a,b,c,d,e}
X = 5-permutations of S
A = 5-permutations of S with d or e as the first element
B = 5-permutations of S with a or b as the last element.

Note: I am going to use |X| to denote the cardinality of the set X, and A' to denote the complement of A.

Note that this means A' and B' is what they are looking for. That is, [itex]A' \cap B'[/itex] = 5-permutations of S with a, b, or c as the first element, and c, d, or e as the last element (which is what we want to count the number of).

Then using the inclusion exclusion principle we get [itex]|(A' \cap B')| = |X| - |A| - |B| + |(A \cap B)|[/itex] Now let us compute the cardinality of each set.

|X| = 5!
|A| = 2*4!
|B| = 2*4!
[itex]|(A \cap B)| = 2*2*3![/itex]

So we get 5! - 2*4! - 2*4! + 2*2*3! = 48.
 
Last edited:

FAQ: How many permutation of abcde are there in which confused

How many permutations of abcde are there?

There are 120 permutations of abcde, which can be calculated using the formula n! (n factorial), where n is the number of elements in the set (in this case, 5).

What is a permutation?

A permutation is a way of arranging or ordering a set of objects. In this case, abcde can be arranged in 120 different ways.

How can I calculate the number of permutations?

The number of permutations can be calculated using the formula n! (n factorial), where n is the number of elements in the set.

Can the order of the elements in the permutation be changed?

Yes, the order of the elements in a permutation can be changed, as long as all the elements are still present and in a different order.

What is the difference between a permutation and a combination?

A permutation involves arranging objects in a specific order, while a combination does not take into account the order of the objects. For example, the permutations of abcde would include abced and acbde, while the combinations would only include abcde.

Back
Top