How Is ASSASSINATION Arranged Without Adjacent S's?

In summary, the problem asks for the number of ways to arrange the letters of the word ASSASSINATION so that no two Ss are next to each other. One approach is to consider the problem as finding the number of ways to arrange two groups A and B, where A represents an S and B represents any other character, such that there is an alternation between A and B. Then, for each arrangement of A and B, we need to find the number of ways to choose 4 spots from 10 spots to place the 4 S's.
  • #1
Perpendicular
49
0
The problem is : In how many ways can the letters of the word ASSASSINATION be arranged so that no two Ss are next to each other ?

Tried taking the interval to the first S as x1, from then to the next S as x2...etc. with sum being 9.

Possible partitions , including repeats, comes out as 211. This is the part where I am doubtful. Normally, I'd say ans would be (9!/4!) x 211, but the answer is given as (9!/4!) x 205.

what exactly is the error ? I am trying to assume x1 = 0, x2 = 1, x3 = 1 at which point 7 spaces remain , which can be partitioned in 7 ways among the remaining parts. An AP forms with 7,6,5.. for x3 > 1 which I solve for those cases using brute force to get 211...am I correct ?
 
Mathematics news on Phys.org
  • #2
Perpendicular said:
The problem is : In how many ways can the letters of the word ASSASSINATION be arranged so that no two Ss are next to each other ?

Tried taking the interval to the first S as x1, from then to the next S as x2...etc. with sum being 9.

Possible partitions , including repeats, comes out as 211. This is the part where I am doubtful. Normally, I'd say ans would be (9!/4!) x 211, but the answer is given as (9!/4!) x 205.

what exactly is the error ? I am trying to assume x1 = 0, x2 = 1, x3 = 1 at which point 7 spaces remain , which can be partitioned in 7 ways among the remaining parts. An AP forms with 7,6,5.. for x3 > 1 which I solve for those cases using brute force to get 211...am I correct ?

Hey Perpendicular and welcome to the forums.

One suggestion I have is to break your problem firstly into a different problem.

We know that the S's can't be next to each other so first consider finding the problem of if we have two groups A and B where A is an S and B is anything else, then what is the probability of getting no two A's next to each other. B in this case is any combination of characters that allows us to have an alternation between A and B. For example given four S's we have to have BABABABAB or ABABABAB as our only choices but for this to happen we need to have enough non S's left over for all of the later B's. So in this way we have only two choice's in terms of the A's and B's.

Now from this we need to find all of the combinations for the B's in the problem above. They can be arranged in any way as long as we have enough elements left over in the later B's so that we have enough B's for the 1st and second situation. We then calculate the combinations for each situation, add them up and that will give you the frequency information. If you need a probability then divide it by 13! to get a total probability.

Using this hint, does this make it easier to solve the problem?
 
  • #3
I would find out how many ways you can arrange AAINATION.

Now, for each arrangement of AAINATION, you have 10 "slots" in which you are allowed to put AT MOST one S. So, now you have to find how many ways there are to choose 4 spots from 10 spots to place the 4 S's.
 

Related to How Is ASSASSINATION Arranged Without Adjacent S's?

What is a letter combinatorics problem?

A letter combinatorics problem involves finding the number of unique combinations that can be created using a set of letters. This can be used to solve word puzzles, create passwords, and analyze the frequency of certain letter combinations in a language.

What is the formula for solving a letter combinatorics problem?

The formula for solving a letter combinatorics problem is n! / (k!(n-k)!), where n is the total number of letters and k is the number of letters used in each combination. This is known as the combination formula.

How is a letter combinatorics problem different from a permutation problem?

A letter combinatorics problem involves selecting a certain number of letters from a set, while a permutation problem involves arranging the letters in a specific order. Therefore, the formula for solving a permutation problem is n! / (n-k)!, where n is the total number of letters and k is the number of letters used in the arrangement.

What are some real-life applications of letter combinatorics problems?

Some real-life applications of letter combinatorics problems include creating secure passwords, analyzing the frequency of certain letter combinations in a language, and solving word puzzles and games.

How can letter combinatorics be used in language analysis?

Letter combinatorics can be used in language analysis by determining the frequency of certain letter combinations, such as digraphs and trigraphs, in a language. This can provide insights into the structure and patterns of the language, as well as aid in language learning and teaching.

Similar threads

  • General Math
Replies
2
Views
1K
  • General Math
Replies
4
Views
1K
  • Precalculus Mathematics Homework Help
Replies
8
Views
571
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
219
  • Set Theory, Logic, Probability, Statistics
Replies
12
Views
1K
  • Engineering and Comp Sci Homework Help
Replies
2
Views
1K
  • Programming and Computer Science
Replies
1
Views
1K
Replies
4
Views
795
  • Calculus and Beyond Homework Help
Replies
11
Views
1K
Replies
6
Views
1K
Back
Top