Calculating Permutations of abcdef starting with a,b,c,d and ending with c,d,e,f

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Permutations
Click For Summary
SUMMARY

The discussion focuses on calculating permutations of the letters "abcdef" with specific starting and ending conditions. For the problem of permutations of "abcde" starting with "a", "b", or "c" and ending with "c", "d", or "e", the total permutations calculated are 48. The method involves using the Addition Rule and the Multiplication Rule to break down the cases. A follow-up question regarding permutations of "abcdef" starting with "a", "b", "c", or "d" and ending with "c", "d", "e", or "f" results in a total of 288 permutations.

PREREQUISITES
  • Understanding of permutations and combinations
  • Familiarity with the Addition Rule in combinatorics
  • Knowledge of the Multiplication Rule in combinatorics
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study advanced combinatorial techniques for calculating permutations
  • Learn about the Inclusion-Exclusion Principle in combinatorics
  • Explore factorial notation and its applications in permutations
  • Practice solving complex permutation problems with varying constraints
USEFUL FOR

Students studying combinatorics, educators teaching permutation concepts, and anyone interested in solving mathematical problems involving arrangements of letters or objects.

mr_coffee
Messages
1,613
Reaction score
1
Okay so I did a homework problem that was the following:
How many permutations of 5 letters abcde that start with a, b, or c and end with c, d or e.[b/]

To calculate the number of permutations of abcde that start with a, b or c and end with c, d or e, we can use
the Addition Rule to split into disjoint cases before using the Multiplication Rule.
One way to split into disjoint cases is the following.
Case 1: The permutations begin with a or b. Then the first letter can be chosen in 2 ways (a or b), the 5th letter in 3 ways (c, d, or e), and the remaning 3 letters can be placed in the remaining 3 positions in 3!=6 ways. So there are 2 x 3 x 6 = 36 permutations in case 1.

Case 2: The permutation begins with c. Then the first letter can be chosen in 1 way (c), the 5th letter in 2 ways (d or e), and the remaining 3 letters can be placed in the remaining 3 positions in 3! = 6 ways. So there are 1 x 2 x 6 = 12 permutations in case 2. So the answer is:
36 + 12 = 48.

This makes perfect senes to me but when you change the problem alittle:

How many permutations of the six letters abcdef are there in which the first letter is a, b, c or d and the last letter is c, d, e, or f?

Is there a way to do this with only 2 cases or would it have to be 3?

the answer is 288!
 
Last edited:
Physics news on Phys.org
To do prob problems, I try to keep things as simple as possible in order to avoid missing things. So I would go at it the robotic way:

answer you're looking for = P({a is the first letter and c is the last} U {a is the first letter and d is the last} U ... U {c is the first letter and e is the last}) = P({a is the first letter and c is the last}) + P({a is the first letter and d is the last}) + ... + P({c is the first letter and e is the last})

Sorry for not answering your specific question.
 
Thats alright thank you, I always forget to try to break it down into a simpler problem such as sets, i'll take another look and apply that!
 

Similar threads

  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
6
Views
9K
  • · Replies 8 ·
Replies
8
Views
4K