Length-$8$ rearrangements of AABBCCDD with pairs AA, BB, CC adjacent The Next CEO of Stack OverflowNumber of words with length 8 with certain restrictionsPermutation of 4 letters in a 11-letter word : how many different words can we make?Differentiating between rearrangements and permutations.Number of possible combinations of the Enigma machine plugboardLetter combinatorics and probabilitiesNumber of words with length 8 with certain restrictions$42$ letters on a typewriterNumber of SequenceFind the number of eight-letter words that use letters from the set A, B, C and contain exactly three As…Words of length $10$ are formed using the letters A, B, C, D, E, F, G, H, I, JEnvelope Question: Five letters addressed to individuals 1-5 are randomly placed in five addressed envelopes, one letter in each envelope.
Why do we say “un seul M” and not “une seule M” even though M is a “consonne”?
Is a distribution that is normal, but highly skewed, considered Gaussian?
What does this strange code stamp on my passport mean?
pgfplots: How to draw a tangent graph below two others?
Early programmable calculators with RS-232
Does the Idaho Potato Commission associate potato skins with healthy eating?
Traveling with my 5 year old daughter (as the father) without the mother from Germany to Mexico
Man transported from Alternate World into ours by a Neutrino Detector
Read/write a pipe-delimited file line by line with some simple text manipulation
Why did early computer designers eschew integers?
How does a dynamic QR code work?
Is the 21st century's idea of "freedom of speech" based on precedent?
Compensation for working overtime on Saturdays
Does int main() need a declaration on C++?
Is this a new Fibonacci Identity?
Could a dragon use its wings to swim?
How to pronounce fünf in 45
Is it OK to decorate a log book cover?
Finitely generated matrix groups whose eigenvalues are all algebraic
Creating a script with console commands
Is a linearly independent set whose span is dense a Schauder basis?
Can I cast Thunderwave and be at the center of its bottom face, but not be affected by it?
Shortening a title without changing its meaning
How can I prove that a state of equilibrium is unstable?
Length-$8$ rearrangements of AABBCCDD with pairs AA, BB, CC adjacent
The Next CEO of Stack OverflowNumber of words with length 8 with certain restrictionsPermutation of 4 letters in a 11-letter word : how many different words can we make?Differentiating between rearrangements and permutations.Number of possible combinations of the Enigma machine plugboardLetter combinatorics and probabilitiesNumber of words with length 8 with certain restrictions$42$ letters on a typewriterNumber of SequenceFind the number of eight-letter words that use letters from the set A, B, C and contain exactly three As…Words of length $10$ are formed using the letters A, B, C, D, E, F, G, H, I, JEnvelope Question: Five letters addressed to individuals 1-5 are randomly placed in five addressed envelopes, one letter in each envelope.
$begingroup$
I am doing bigger task from combinatorics and stuck at this sub-problem:
Find number of words which every letter A, B, C, D occurs exactly 2 times and exactly 3 pairs of same letters occurs on neighbouring positions
Ok, my approach was just writing some cases and trying to find some rules for that. But I find interesting way to do this without big explanation and I am not sure why it works
Solution
$$ binom43underbracebinom51_textAAunderbracebinom41_textBBunderbracebinom31_textCC $$
My current understanding
$binom43 $ - we choose 3 types of letters from 4 available
$underbracebinom51_textAA$ we choose... position for (for example) $A$, probably i'th place and we put to $(i,i+1)$ first letter. But why it is
$$ underbracebinom51_textAA$$
And not $$ underbracebinom71_textAA$$
Can somebody explain me this approach? It seems interesting and really smart.
combinatorics discrete-mathematics combinations
$endgroup$
add a comment |
$begingroup$
I am doing bigger task from combinatorics and stuck at this sub-problem:
Find number of words which every letter A, B, C, D occurs exactly 2 times and exactly 3 pairs of same letters occurs on neighbouring positions
Ok, my approach was just writing some cases and trying to find some rules for that. But I find interesting way to do this without big explanation and I am not sure why it works
Solution
$$ binom43underbracebinom51_textAAunderbracebinom41_textBBunderbracebinom31_textCC $$
My current understanding
$binom43 $ - we choose 3 types of letters from 4 available
$underbracebinom51_textAA$ we choose... position for (for example) $A$, probably i'th place and we put to $(i,i+1)$ first letter. But why it is
$$ underbracebinom51_textAA$$
And not $$ underbracebinom71_textAA$$
Can somebody explain me this approach? It seems interesting and really smart.
combinatorics discrete-mathematics combinations
$endgroup$
$begingroup$
We have five objects to arrange. In your example, they are AA, BB, CC, D, D. However, the posted solution does not account for the requirement that exactly $3$ pairs of identical letters are in neighboring positions.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
@N.F.Taussig That's an answer. Why are you posting it in the comment section?
$endgroup$
– Arthur
2 days ago
$begingroup$
@Arthur I am questioning the posted solution.
$endgroup$
– N. F. Taussig
2 days ago
1
$begingroup$
This solution follows from math.stackexchange.com/a/1828004/617243 I have solved singles, and pairs on my own, but stucked on triples (too many cases to just write them all) and seen linked solution.
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
I am doing bigger task from combinatorics and stuck at this sub-problem:
Find number of words which every letter A, B, C, D occurs exactly 2 times and exactly 3 pairs of same letters occurs on neighbouring positions
Ok, my approach was just writing some cases and trying to find some rules for that. But I find interesting way to do this without big explanation and I am not sure why it works
Solution
$$ binom43underbracebinom51_textAAunderbracebinom41_textBBunderbracebinom31_textCC $$
My current understanding
$binom43 $ - we choose 3 types of letters from 4 available
$underbracebinom51_textAA$ we choose... position for (for example) $A$, probably i'th place and we put to $(i,i+1)$ first letter. But why it is
$$ underbracebinom51_textAA$$
And not $$ underbracebinom71_textAA$$
Can somebody explain me this approach? It seems interesting and really smart.
combinatorics discrete-mathematics combinations
$endgroup$
I am doing bigger task from combinatorics and stuck at this sub-problem:
Find number of words which every letter A, B, C, D occurs exactly 2 times and exactly 3 pairs of same letters occurs on neighbouring positions
Ok, my approach was just writing some cases and trying to find some rules for that. But I find interesting way to do this without big explanation and I am not sure why it works
Solution
$$ binom43underbracebinom51_textAAunderbracebinom41_textBBunderbracebinom31_textCC $$
My current understanding
$binom43 $ - we choose 3 types of letters from 4 available
$underbracebinom51_textAA$ we choose... position for (for example) $A$, probably i'th place and we put to $(i,i+1)$ first letter. But why it is
$$ underbracebinom51_textAA$$
And not $$ underbracebinom71_textAA$$
Can somebody explain me this approach? It seems interesting and really smart.
combinatorics discrete-mathematics combinations
combinatorics discrete-mathematics combinations
edited 2 days ago
user21820
39.9k544159
39.9k544159
asked 2 days ago
VirtualUserVirtualUser
1,183217
1,183217
$begingroup$
We have five objects to arrange. In your example, they are AA, BB, CC, D, D. However, the posted solution does not account for the requirement that exactly $3$ pairs of identical letters are in neighboring positions.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
@N.F.Taussig That's an answer. Why are you posting it in the comment section?
$endgroup$
– Arthur
2 days ago
$begingroup$
@Arthur I am questioning the posted solution.
$endgroup$
– N. F. Taussig
2 days ago
1
$begingroup$
This solution follows from math.stackexchange.com/a/1828004/617243 I have solved singles, and pairs on my own, but stucked on triples (too many cases to just write them all) and seen linked solution.
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
We have five objects to arrange. In your example, they are AA, BB, CC, D, D. However, the posted solution does not account for the requirement that exactly $3$ pairs of identical letters are in neighboring positions.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
@N.F.Taussig That's an answer. Why are you posting it in the comment section?
$endgroup$
– Arthur
2 days ago
$begingroup$
@Arthur I am questioning the posted solution.
$endgroup$
– N. F. Taussig
2 days ago
1
$begingroup$
This solution follows from math.stackexchange.com/a/1828004/617243 I have solved singles, and pairs on my own, but stucked on triples (too many cases to just write them all) and seen linked solution.
$endgroup$
– VirtualUser
2 days ago
$begingroup$
We have five objects to arrange. In your example, they are AA, BB, CC, D, D. However, the posted solution does not account for the requirement that exactly $3$ pairs of identical letters are in neighboring positions.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
We have five objects to arrange. In your example, they are AA, BB, CC, D, D. However, the posted solution does not account for the requirement that exactly $3$ pairs of identical letters are in neighboring positions.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
@N.F.Taussig That's an answer. Why are you posting it in the comment section?
$endgroup$
– Arthur
2 days ago
$begingroup$
@N.F.Taussig That's an answer. Why are you posting it in the comment section?
$endgroup$
– Arthur
2 days ago
$begingroup$
@Arthur I am questioning the posted solution.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
@Arthur I am questioning the posted solution.
$endgroup$
– N. F. Taussig
2 days ago
1
1
$begingroup$
This solution follows from math.stackexchange.com/a/1828004/617243 I have solved singles, and pairs on my own, but stucked on triples (too many cases to just write them all) and seen linked solution.
$endgroup$
– VirtualUser
2 days ago
$begingroup$
This solution follows from math.stackexchange.com/a/1828004/617243 I have solved singles, and pairs on my own, but stucked on triples (too many cases to just write them all) and seen linked solution.
$endgroup$
– VirtualUser
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
$begingroup$
The count you gave from the linked question is for at least three pairs of identical letters in adjacent positions in an Inclusion-Exclusion Principle argument.
There are $binom43$ ways of choosing which three pairs of identical letters are in adjacent positions. Suppose, as in your example, they are AA, BB, and CC. Then we have five objects to arrange. They are AA, BB, CC, D, and D. The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways. The Ds must be placed in the remaining two positions. That gives the count
$$binom43binom51binom41binom31$$
you found in the linked problem. Notice, however, that this includes arrangements such as
$$AADDCCBB$$
in which there are four pairs of adjacent identical letters. There are $4!$ such arrangements for each of the $binom43$ ways we could designate three of the four pairs as the three identical pairs. Hence, the number of arrangements with exactly three pairs of adjacent identical letters is
$$binom43binom51binom41binom31 - binom434!$$
Another way to see this is to choose three of the four letters to be the adjacent identical pairs, which can be done in $binom43$ ways. The chosen pairs can be arranged in $3!$ ways. This creates four spaces, two between successive pairs and two at the ends of the row. For instance, suppose the chosen pairs are AA, BB, and CC. Then
$$square AA square BB square CC square$$
is one possible arrangement. To ensure that the remaining two identical letters are separated, we must choose two of the four spaces in which to place the remaining letter. Thus, the number of arrangements of A, A, B, B, C, C, D, D with exactly three pairs of adjacent identical letters is
$$binom433!binom42$$
$endgroup$
$begingroup$
I understand your second way but still can' realize whyThe position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$
$endgroup$
– VirtualUser
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
There are $4$ choices for the nonconsecutive letter.
Let's examine the case where $DD$ does not occur.
There are $3!$ orders of the sort: $$cdot AAcdot BBcdot CCcdot$$ where $2$ of the dots must be filled in with a letter $D$.
So there are $binom42$ possibilities for placing the letters $D$.
So we arrive at:$$4times3!timesbinom42=4times6times6=144$$solutions.
$endgroup$
add a comment |
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3168176%2flength-8-rearrangements-of-aabbccdd-with-pairs-aa-bb-cc-adjacent%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
The count you gave from the linked question is for at least three pairs of identical letters in adjacent positions in an Inclusion-Exclusion Principle argument.
There are $binom43$ ways of choosing which three pairs of identical letters are in adjacent positions. Suppose, as in your example, they are AA, BB, and CC. Then we have five objects to arrange. They are AA, BB, CC, D, and D. The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways. The Ds must be placed in the remaining two positions. That gives the count
$$binom43binom51binom41binom31$$
you found in the linked problem. Notice, however, that this includes arrangements such as
$$AADDCCBB$$
in which there are four pairs of adjacent identical letters. There are $4!$ such arrangements for each of the $binom43$ ways we could designate three of the four pairs as the three identical pairs. Hence, the number of arrangements with exactly three pairs of adjacent identical letters is
$$binom43binom51binom41binom31 - binom434!$$
Another way to see this is to choose three of the four letters to be the adjacent identical pairs, which can be done in $binom43$ ways. The chosen pairs can be arranged in $3!$ ways. This creates four spaces, two between successive pairs and two at the ends of the row. For instance, suppose the chosen pairs are AA, BB, and CC. Then
$$square AA square BB square CC square$$
is one possible arrangement. To ensure that the remaining two identical letters are separated, we must choose two of the four spaces in which to place the remaining letter. Thus, the number of arrangements of A, A, B, B, C, C, D, D with exactly three pairs of adjacent identical letters is
$$binom433!binom42$$
$endgroup$
$begingroup$
I understand your second way but still can' realize whyThe position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$
$endgroup$
– VirtualUser
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
The count you gave from the linked question is for at least three pairs of identical letters in adjacent positions in an Inclusion-Exclusion Principle argument.
There are $binom43$ ways of choosing which three pairs of identical letters are in adjacent positions. Suppose, as in your example, they are AA, BB, and CC. Then we have five objects to arrange. They are AA, BB, CC, D, and D. The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways. The Ds must be placed in the remaining two positions. That gives the count
$$binom43binom51binom41binom31$$
you found in the linked problem. Notice, however, that this includes arrangements such as
$$AADDCCBB$$
in which there are four pairs of adjacent identical letters. There are $4!$ such arrangements for each of the $binom43$ ways we could designate three of the four pairs as the three identical pairs. Hence, the number of arrangements with exactly three pairs of adjacent identical letters is
$$binom43binom51binom41binom31 - binom434!$$
Another way to see this is to choose three of the four letters to be the adjacent identical pairs, which can be done in $binom43$ ways. The chosen pairs can be arranged in $3!$ ways. This creates four spaces, two between successive pairs and two at the ends of the row. For instance, suppose the chosen pairs are AA, BB, and CC. Then
$$square AA square BB square CC square$$
is one possible arrangement. To ensure that the remaining two identical letters are separated, we must choose two of the four spaces in which to place the remaining letter. Thus, the number of arrangements of A, A, B, B, C, C, D, D with exactly three pairs of adjacent identical letters is
$$binom433!binom42$$
$endgroup$
$begingroup$
I understand your second way but still can' realize whyThe position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$
$endgroup$
– VirtualUser
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
The count you gave from the linked question is for at least three pairs of identical letters in adjacent positions in an Inclusion-Exclusion Principle argument.
There are $binom43$ ways of choosing which three pairs of identical letters are in adjacent positions. Suppose, as in your example, they are AA, BB, and CC. Then we have five objects to arrange. They are AA, BB, CC, D, and D. The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways. The Ds must be placed in the remaining two positions. That gives the count
$$binom43binom51binom41binom31$$
you found in the linked problem. Notice, however, that this includes arrangements such as
$$AADDCCBB$$
in which there are four pairs of adjacent identical letters. There are $4!$ such arrangements for each of the $binom43$ ways we could designate three of the four pairs as the three identical pairs. Hence, the number of arrangements with exactly three pairs of adjacent identical letters is
$$binom43binom51binom41binom31 - binom434!$$
Another way to see this is to choose three of the four letters to be the adjacent identical pairs, which can be done in $binom43$ ways. The chosen pairs can be arranged in $3!$ ways. This creates four spaces, two between successive pairs and two at the ends of the row. For instance, suppose the chosen pairs are AA, BB, and CC. Then
$$square AA square BB square CC square$$
is one possible arrangement. To ensure that the remaining two identical letters are separated, we must choose two of the four spaces in which to place the remaining letter. Thus, the number of arrangements of A, A, B, B, C, C, D, D with exactly three pairs of adjacent identical letters is
$$binom433!binom42$$
$endgroup$
The count you gave from the linked question is for at least three pairs of identical letters in adjacent positions in an Inclusion-Exclusion Principle argument.
There are $binom43$ ways of choosing which three pairs of identical letters are in adjacent positions. Suppose, as in your example, they are AA, BB, and CC. Then we have five objects to arrange. They are AA, BB, CC, D, and D. The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways. The Ds must be placed in the remaining two positions. That gives the count
$$binom43binom51binom41binom31$$
you found in the linked problem. Notice, however, that this includes arrangements such as
$$AADDCCBB$$
in which there are four pairs of adjacent identical letters. There are $4!$ such arrangements for each of the $binom43$ ways we could designate three of the four pairs as the three identical pairs. Hence, the number of arrangements with exactly three pairs of adjacent identical letters is
$$binom43binom51binom41binom31 - binom434!$$
Another way to see this is to choose three of the four letters to be the adjacent identical pairs, which can be done in $binom43$ ways. The chosen pairs can be arranged in $3!$ ways. This creates four spaces, two between successive pairs and two at the ends of the row. For instance, suppose the chosen pairs are AA, BB, and CC. Then
$$square AA square BB square CC square$$
is one possible arrangement. To ensure that the remaining two identical letters are separated, we must choose two of the four spaces in which to place the remaining letter. Thus, the number of arrangements of A, A, B, B, C, C, D, D with exactly three pairs of adjacent identical letters is
$$binom433!binom42$$
answered 2 days ago
N. F. TaussigN. F. Taussig
45k103358
45k103358
$begingroup$
I understand your second way but still can' realize whyThe position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$
$endgroup$
– VirtualUser
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
I understand your second way but still can' realize whyThe position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$
$endgroup$
– VirtualUser
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
$begingroup$
I understand your second way but still can' realize why
The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$$endgroup$
– VirtualUser
2 days ago
$begingroup$
I understand your second way but still can' realize why
The position of AA can be selected in five ways, the position of BB can be selected in four ways, and the position of CC can be selected in three ways
. I have $AA$ to put and 8 slots. I choose $i$ on $binom71 $ ways and put $AA$ to $(i,i+1)$$endgroup$
– VirtualUser
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
As I said, we have five objects to arrange: AA, BB, CC, D, D. Thus, we have five positions to fill. If we place AA first, then we have five ways we can place it.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
Ok, so you treat these object as single letter? For example $AA$ is just one block, also $BB$ and others. That's why we think about $8$-length word as about $textsize of block AA+ textsize of block BB + textsize of block CC + 2* textsize of block D$ length word?
$endgroup$
– VirtualUser
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
That is correct.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
$begingroup$
Okay, thanks for explanation
$endgroup$
– VirtualUser
2 days ago
add a comment |
$begingroup$
There are $4$ choices for the nonconsecutive letter.
Let's examine the case where $DD$ does not occur.
There are $3!$ orders of the sort: $$cdot AAcdot BBcdot CCcdot$$ where $2$ of the dots must be filled in with a letter $D$.
So there are $binom42$ possibilities for placing the letters $D$.
So we arrive at:$$4times3!timesbinom42=4times6times6=144$$solutions.
$endgroup$
add a comment |
$begingroup$
There are $4$ choices for the nonconsecutive letter.
Let's examine the case where $DD$ does not occur.
There are $3!$ orders of the sort: $$cdot AAcdot BBcdot CCcdot$$ where $2$ of the dots must be filled in with a letter $D$.
So there are $binom42$ possibilities for placing the letters $D$.
So we arrive at:$$4times3!timesbinom42=4times6times6=144$$solutions.
$endgroup$
add a comment |
$begingroup$
There are $4$ choices for the nonconsecutive letter.
Let's examine the case where $DD$ does not occur.
There are $3!$ orders of the sort: $$cdot AAcdot BBcdot CCcdot$$ where $2$ of the dots must be filled in with a letter $D$.
So there are $binom42$ possibilities for placing the letters $D$.
So we arrive at:$$4times3!timesbinom42=4times6times6=144$$solutions.
$endgroup$
There are $4$ choices for the nonconsecutive letter.
Let's examine the case where $DD$ does not occur.
There are $3!$ orders of the sort: $$cdot AAcdot BBcdot CCcdot$$ where $2$ of the dots must be filled in with a letter $D$.
So there are $binom42$ possibilities for placing the letters $D$.
So we arrive at:$$4times3!timesbinom42=4times6times6=144$$solutions.
answered 2 days ago
drhabdrhab
104k545136
104k545136
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3168176%2flength-8-rearrangements-of-aabbccdd-with-pairs-aa-bb-cc-adjacent%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
We have five objects to arrange. In your example, they are AA, BB, CC, D, D. However, the posted solution does not account for the requirement that exactly $3$ pairs of identical letters are in neighboring positions.
$endgroup$
– N. F. Taussig
2 days ago
$begingroup$
@N.F.Taussig That's an answer. Why are you posting it in the comment section?
$endgroup$
– Arthur
2 days ago
$begingroup$
@Arthur I am questioning the posted solution.
$endgroup$
– N. F. Taussig
2 days ago
1
$begingroup$
This solution follows from math.stackexchange.com/a/1828004/617243 I have solved singles, and pairs on my own, but stucked on triples (too many cases to just write them all) and seen linked solution.
$endgroup$
– VirtualUser
2 days ago