How many permutations of the letters ABCDEFG contain the strings ABC and CDE?

ankarskogC

ankarskogC

Answered question

2021-10-16

How many permutations of the letters ABCDEFG contain the strings ABC and CDE?

Answer & Explanation

crocolylec

crocolylec

Skilled2021-10-17Added 100 answers

Definitions
Permutation definition (order matters):
P(n,r)=n!(nr)!
Combination definition (order is not crucial):
C(n,r)=(nr)=n!r!(nr)!
with n!=n(n1)...21.
The string should contain ABCDE if it contains ABC and CDE (since C can only occur once).
We therefore have the potential letters ABC D E F G if we treat the above string as one single letter. Then, we have three letters from which we want to choose three.
n=3
r=3
Evaluate the definition of a permutation:
P(3,3)=3!(33)!=3!0!=36

Do you have a similar question?

Recalculate according to your conditions!

Ask your question.
Get an expert answer.

Let our experts help you. Answer in as fast as 15 minutes.

Didn't find what you were looking for?