How do i find Ways such that $1$ T in STATISTICS will be alone while other $2$ $Ts$ are together
up vote
1
down vote
favorite
Find the number of distinguishable ways the word "STATISTICS" can be arranged if only $1$ T will be alone while the other $2$ T will be together.
How do I solve this? Or does it need complex workings?
I Have done many practices on permutation and Combination. But all I see all the time is questions such as "Number of ways letter T come together" or Number of ways no $2$ Ts are together which also means T cannot be together.
Therefore, the question above is come out by my own self. How do we attempt it?
combinatorics permutations
add a comment |
up vote
1
down vote
favorite
Find the number of distinguishable ways the word "STATISTICS" can be arranged if only $1$ T will be alone while the other $2$ T will be together.
How do I solve this? Or does it need complex workings?
I Have done many practices on permutation and Combination. But all I see all the time is questions such as "Number of ways letter T come together" or Number of ways no $2$ Ts are together which also means T cannot be together.
Therefore, the question above is come out by my own self. How do we attempt it?
combinatorics permutations
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
Find the number of distinguishable ways the word "STATISTICS" can be arranged if only $1$ T will be alone while the other $2$ T will be together.
How do I solve this? Or does it need complex workings?
I Have done many practices on permutation and Combination. But all I see all the time is questions such as "Number of ways letter T come together" or Number of ways no $2$ Ts are together which also means T cannot be together.
Therefore, the question above is come out by my own self. How do we attempt it?
combinatorics permutations
Find the number of distinguishable ways the word "STATISTICS" can be arranged if only $1$ T will be alone while the other $2$ T will be together.
How do I solve this? Or does it need complex workings?
I Have done many practices on permutation and Combination. But all I see all the time is questions such as "Number of ways letter T come together" or Number of ways no $2$ Ts are together which also means T cannot be together.
Therefore, the question above is come out by my own self. How do we attempt it?
combinatorics permutations
combinatorics permutations
edited Nov 24 at 11:13
N. F. Taussig
43.4k93355
43.4k93355
asked Nov 24 at 9:16
mutu mumu
374
374
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
up vote
2
down vote
accepted
We set aside the $T$s for now and arrange the seven letters $S, S, S, I, I, A, C$. We can fill three of the seven positions with an $S$ in $binom{7}{3}$ ways, fill two of the remaining four positions with an $I$ in $binom{4}{2}$ ways, and fill the remaining two positions with an $A$ and a $C$ in $2!$ ways. Hence, there are
$$binom{7}{3}binom{4}{2}2! = frac{7!}{3!4!} cdot frac{4!}{2!2!} = frac{7!}{3!2!}$$
distinguishable arrangements of the letters $S, S, S, I, I, A, C$.
Arranging these seven letters creates eight spaces in which we can place a TT and a T, six between successive letters, and two at the ends of the row.
$$square S square A square S square S square I square C square I square$$
To ensure that exactly two $T$s are together, we must place $TT$ in one of these eight spaces and $T$ in another. Hence, the number of arrangements of the letters of the word $STATISTICS$ in which exactly two $T$s are together is
$$8 cdot 7 cdot binom{7}{3}binom{4}{2}2! = 23520$$
1
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
1
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
add a comment |
up vote
1
down vote
Here, as I interpret it, $2$ $Ts$ are together, apart from remaining $T$, i.e. all $3$ are not together.
The $10$ letters are:
$$S,S,S,C,A,I,I,T,T,T$$
Put $2$ $T's$ in a box, i.e. put them together, and give it a new name, say t.
So, now there are $9$ letters:
$$S,S,S,A,C,I,I,T,t$$
$S$ and $I$ are repeated thrice and twice resp.
Total ways to arrange these $9$ letters is: $$frac{9!}{3!cdot2!}$$
Out of this, you will subtract those cases where $t$ and $T$ are together.
So, now assume your letters as:
$$S,S,S,A,C,I,I,Tt$$
Ways to arrange these $8$ letters is: $$frac{8!cdot 2!}{3!cdot 2!}$$
Finally, subtract: $$frac{9!}{3! cdot 2!}-frac{8! cdot 2!}{3! cdot 2!}=frac{7cdot 8!}{3! cdot 2!}=23520$$
So, there are $26880$ possible ways it can be arranged, in the given constraints.
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
1
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
1
Typesetting tip: To create a bold $t$ in math mode, type$boldsymbol{t}$
.
– N. F. Taussig
Nov 24 at 12:07
|
show 1 more comment
up vote
1
down vote
Suppose we combine two of the T's into a single character (TT). Then we have 9 characters to arrange, so taking into account the three S's and the two I's, the total number of arrangements is
$$N = frac{9!}{3! 2!}=30240$$
The only problem is that we have included arrangements with three successive T's in this count. In fact we have included each such arrangement twice, once as T(TT) and once as (TT)T. How many such arrangements are there? Consider the three T's to be a single character (TTT). Then the total number of arrangements with TTT together is
$$M = frac{8!}{3! 2!} = 3360$$
So the total number of arrangements in which exactly two T's are together is
$$N - 2M = boxed{23520}$$
add a comment |
Your Answer
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%2f3011350%2fhow-do-i-find-ways-such-that-1-t-in-statistics-will-be-alone-while-other-2%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
accepted
We set aside the $T$s for now and arrange the seven letters $S, S, S, I, I, A, C$. We can fill three of the seven positions with an $S$ in $binom{7}{3}$ ways, fill two of the remaining four positions with an $I$ in $binom{4}{2}$ ways, and fill the remaining two positions with an $A$ and a $C$ in $2!$ ways. Hence, there are
$$binom{7}{3}binom{4}{2}2! = frac{7!}{3!4!} cdot frac{4!}{2!2!} = frac{7!}{3!2!}$$
distinguishable arrangements of the letters $S, S, S, I, I, A, C$.
Arranging these seven letters creates eight spaces in which we can place a TT and a T, six between successive letters, and two at the ends of the row.
$$square S square A square S square S square I square C square I square$$
To ensure that exactly two $T$s are together, we must place $TT$ in one of these eight spaces and $T$ in another. Hence, the number of arrangements of the letters of the word $STATISTICS$ in which exactly two $T$s are together is
$$8 cdot 7 cdot binom{7}{3}binom{4}{2}2! = 23520$$
1
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
1
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
add a comment |
up vote
2
down vote
accepted
We set aside the $T$s for now and arrange the seven letters $S, S, S, I, I, A, C$. We can fill three of the seven positions with an $S$ in $binom{7}{3}$ ways, fill two of the remaining four positions with an $I$ in $binom{4}{2}$ ways, and fill the remaining two positions with an $A$ and a $C$ in $2!$ ways. Hence, there are
$$binom{7}{3}binom{4}{2}2! = frac{7!}{3!4!} cdot frac{4!}{2!2!} = frac{7!}{3!2!}$$
distinguishable arrangements of the letters $S, S, S, I, I, A, C$.
Arranging these seven letters creates eight spaces in which we can place a TT and a T, six between successive letters, and two at the ends of the row.
$$square S square A square S square S square I square C square I square$$
To ensure that exactly two $T$s are together, we must place $TT$ in one of these eight spaces and $T$ in another. Hence, the number of arrangements of the letters of the word $STATISTICS$ in which exactly two $T$s are together is
$$8 cdot 7 cdot binom{7}{3}binom{4}{2}2! = 23520$$
1
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
1
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
add a comment |
up vote
2
down vote
accepted
up vote
2
down vote
accepted
We set aside the $T$s for now and arrange the seven letters $S, S, S, I, I, A, C$. We can fill three of the seven positions with an $S$ in $binom{7}{3}$ ways, fill two of the remaining four positions with an $I$ in $binom{4}{2}$ ways, and fill the remaining two positions with an $A$ and a $C$ in $2!$ ways. Hence, there are
$$binom{7}{3}binom{4}{2}2! = frac{7!}{3!4!} cdot frac{4!}{2!2!} = frac{7!}{3!2!}$$
distinguishable arrangements of the letters $S, S, S, I, I, A, C$.
Arranging these seven letters creates eight spaces in which we can place a TT and a T, six between successive letters, and two at the ends of the row.
$$square S square A square S square S square I square C square I square$$
To ensure that exactly two $T$s are together, we must place $TT$ in one of these eight spaces and $T$ in another. Hence, the number of arrangements of the letters of the word $STATISTICS$ in which exactly two $T$s are together is
$$8 cdot 7 cdot binom{7}{3}binom{4}{2}2! = 23520$$
We set aside the $T$s for now and arrange the seven letters $S, S, S, I, I, A, C$. We can fill three of the seven positions with an $S$ in $binom{7}{3}$ ways, fill two of the remaining four positions with an $I$ in $binom{4}{2}$ ways, and fill the remaining two positions with an $A$ and a $C$ in $2!$ ways. Hence, there are
$$binom{7}{3}binom{4}{2}2! = frac{7!}{3!4!} cdot frac{4!}{2!2!} = frac{7!}{3!2!}$$
distinguishable arrangements of the letters $S, S, S, I, I, A, C$.
Arranging these seven letters creates eight spaces in which we can place a TT and a T, six between successive letters, and two at the ends of the row.
$$square S square A square S square S square I square C square I square$$
To ensure that exactly two $T$s are together, we must place $TT$ in one of these eight spaces and $T$ in another. Hence, the number of arrangements of the letters of the word $STATISTICS$ in which exactly two $T$s are together is
$$8 cdot 7 cdot binom{7}{3}binom{4}{2}2! = 23520$$
answered Nov 24 at 11:51
N. F. Taussig
43.4k93355
43.4k93355
1
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
1
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
add a comment |
1
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
1
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
1
1
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
thanks for your very clear explanation!! i struggle with understanding this topic as textbooks aren't so detailed. So thanks !
– mutu mumu
Nov 24 at 12:03
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
can i check why cannot we use $_8C_2$ but instead must use $8 cdot 7$ is it because TT and T are "different groups" ?
– mutu mumu
Nov 24 at 12:29
1
1
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
That is because TT and T are distinguishable, so it matters in which position we place the TT and T. Switching them produces a different arrangement.
– N. F. Taussig
Nov 24 at 12:32
add a comment |
up vote
1
down vote
Here, as I interpret it, $2$ $Ts$ are together, apart from remaining $T$, i.e. all $3$ are not together.
The $10$ letters are:
$$S,S,S,C,A,I,I,T,T,T$$
Put $2$ $T's$ in a box, i.e. put them together, and give it a new name, say t.
So, now there are $9$ letters:
$$S,S,S,A,C,I,I,T,t$$
$S$ and $I$ are repeated thrice and twice resp.
Total ways to arrange these $9$ letters is: $$frac{9!}{3!cdot2!}$$
Out of this, you will subtract those cases where $t$ and $T$ are together.
So, now assume your letters as:
$$S,S,S,A,C,I,I,Tt$$
Ways to arrange these $8$ letters is: $$frac{8!cdot 2!}{3!cdot 2!}$$
Finally, subtract: $$frac{9!}{3! cdot 2!}-frac{8! cdot 2!}{3! cdot 2!}=frac{7cdot 8!}{3! cdot 2!}=23520$$
So, there are $26880$ possible ways it can be arranged, in the given constraints.
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
1
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
1
Typesetting tip: To create a bold $t$ in math mode, type$boldsymbol{t}$
.
– N. F. Taussig
Nov 24 at 12:07
|
show 1 more comment
up vote
1
down vote
Here, as I interpret it, $2$ $Ts$ are together, apart from remaining $T$, i.e. all $3$ are not together.
The $10$ letters are:
$$S,S,S,C,A,I,I,T,T,T$$
Put $2$ $T's$ in a box, i.e. put them together, and give it a new name, say t.
So, now there are $9$ letters:
$$S,S,S,A,C,I,I,T,t$$
$S$ and $I$ are repeated thrice and twice resp.
Total ways to arrange these $9$ letters is: $$frac{9!}{3!cdot2!}$$
Out of this, you will subtract those cases where $t$ and $T$ are together.
So, now assume your letters as:
$$S,S,S,A,C,I,I,Tt$$
Ways to arrange these $8$ letters is: $$frac{8!cdot 2!}{3!cdot 2!}$$
Finally, subtract: $$frac{9!}{3! cdot 2!}-frac{8! cdot 2!}{3! cdot 2!}=frac{7cdot 8!}{3! cdot 2!}=23520$$
So, there are $26880$ possible ways it can be arranged, in the given constraints.
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
1
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
1
Typesetting tip: To create a bold $t$ in math mode, type$boldsymbol{t}$
.
– N. F. Taussig
Nov 24 at 12:07
|
show 1 more comment
up vote
1
down vote
up vote
1
down vote
Here, as I interpret it, $2$ $Ts$ are together, apart from remaining $T$, i.e. all $3$ are not together.
The $10$ letters are:
$$S,S,S,C,A,I,I,T,T,T$$
Put $2$ $T's$ in a box, i.e. put them together, and give it a new name, say t.
So, now there are $9$ letters:
$$S,S,S,A,C,I,I,T,t$$
$S$ and $I$ are repeated thrice and twice resp.
Total ways to arrange these $9$ letters is: $$frac{9!}{3!cdot2!}$$
Out of this, you will subtract those cases where $t$ and $T$ are together.
So, now assume your letters as:
$$S,S,S,A,C,I,I,Tt$$
Ways to arrange these $8$ letters is: $$frac{8!cdot 2!}{3!cdot 2!}$$
Finally, subtract: $$frac{9!}{3! cdot 2!}-frac{8! cdot 2!}{3! cdot 2!}=frac{7cdot 8!}{3! cdot 2!}=23520$$
So, there are $26880$ possible ways it can be arranged, in the given constraints.
Here, as I interpret it, $2$ $Ts$ are together, apart from remaining $T$, i.e. all $3$ are not together.
The $10$ letters are:
$$S,S,S,C,A,I,I,T,T,T$$
Put $2$ $T's$ in a box, i.e. put them together, and give it a new name, say t.
So, now there are $9$ letters:
$$S,S,S,A,C,I,I,T,t$$
$S$ and $I$ are repeated thrice and twice resp.
Total ways to arrange these $9$ letters is: $$frac{9!}{3!cdot2!}$$
Out of this, you will subtract those cases where $t$ and $T$ are together.
So, now assume your letters as:
$$S,S,S,A,C,I,I,Tt$$
Ways to arrange these $8$ letters is: $$frac{8!cdot 2!}{3!cdot 2!}$$
Finally, subtract: $$frac{9!}{3! cdot 2!}-frac{8! cdot 2!}{3! cdot 2!}=frac{7cdot 8!}{3! cdot 2!}=23520$$
So, there are $26880$ possible ways it can be arranged, in the given constraints.
edited Nov 24 at 12:06
answered Nov 24 at 10:13
idea
2,00331024
2,00331024
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
1
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
1
Typesetting tip: To create a bold $t$ in math mode, type$boldsymbol{t}$
.
– N. F. Taussig
Nov 24 at 12:07
|
show 1 more comment
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
1
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
1
Typesetting tip: To create a bold $t$ in math mode, type$boldsymbol{t}$
.
– N. F. Taussig
Nov 24 at 12:07
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
Your count is wrong. To see why, replace $TT$ by $tau$, then subtract those cases in which $tau$ and $T$ are together.
– N. F. Taussig
Nov 24 at 11:52
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
@N.F.Taussig isn't it what i did?
– idea
Nov 24 at 11:55
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
No. Try the strategy that I suggested, using $tau$ and $T$, to see why you over counted.
– N. F. Taussig
Nov 24 at 11:56
1
1
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
@N.F.Taussig Got it! i can arrange t and T in 2 ways... ;-} thanks!
– idea
Nov 24 at 11:58
1
1
Typesetting tip: To create a bold $t$ in math mode, type
$boldsymbol{t}$
.– N. F. Taussig
Nov 24 at 12:07
Typesetting tip: To create a bold $t$ in math mode, type
$boldsymbol{t}$
.– N. F. Taussig
Nov 24 at 12:07
|
show 1 more comment
up vote
1
down vote
Suppose we combine two of the T's into a single character (TT). Then we have 9 characters to arrange, so taking into account the three S's and the two I's, the total number of arrangements is
$$N = frac{9!}{3! 2!}=30240$$
The only problem is that we have included arrangements with three successive T's in this count. In fact we have included each such arrangement twice, once as T(TT) and once as (TT)T. How many such arrangements are there? Consider the three T's to be a single character (TTT). Then the total number of arrangements with TTT together is
$$M = frac{8!}{3! 2!} = 3360$$
So the total number of arrangements in which exactly two T's are together is
$$N - 2M = boxed{23520}$$
add a comment |
up vote
1
down vote
Suppose we combine two of the T's into a single character (TT). Then we have 9 characters to arrange, so taking into account the three S's and the two I's, the total number of arrangements is
$$N = frac{9!}{3! 2!}=30240$$
The only problem is that we have included arrangements with three successive T's in this count. In fact we have included each such arrangement twice, once as T(TT) and once as (TT)T. How many such arrangements are there? Consider the three T's to be a single character (TTT). Then the total number of arrangements with TTT together is
$$M = frac{8!}{3! 2!} = 3360$$
So the total number of arrangements in which exactly two T's are together is
$$N - 2M = boxed{23520}$$
add a comment |
up vote
1
down vote
up vote
1
down vote
Suppose we combine two of the T's into a single character (TT). Then we have 9 characters to arrange, so taking into account the three S's and the two I's, the total number of arrangements is
$$N = frac{9!}{3! 2!}=30240$$
The only problem is that we have included arrangements with three successive T's in this count. In fact we have included each such arrangement twice, once as T(TT) and once as (TT)T. How many such arrangements are there? Consider the three T's to be a single character (TTT). Then the total number of arrangements with TTT together is
$$M = frac{8!}{3! 2!} = 3360$$
So the total number of arrangements in which exactly two T's are together is
$$N - 2M = boxed{23520}$$
Suppose we combine two of the T's into a single character (TT). Then we have 9 characters to arrange, so taking into account the three S's and the two I's, the total number of arrangements is
$$N = frac{9!}{3! 2!}=30240$$
The only problem is that we have included arrangements with three successive T's in this count. In fact we have included each such arrangement twice, once as T(TT) and once as (TT)T. How many such arrangements are there? Consider the three T's to be a single character (TTT). Then the total number of arrangements with TTT together is
$$M = frac{8!}{3! 2!} = 3360$$
So the total number of arrangements in which exactly two T's are together is
$$N - 2M = boxed{23520}$$
answered Nov 24 at 13:40
awkward
5,81111022
5,81111022
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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.
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%2f3011350%2fhow-do-i-find-ways-such-that-1-t-in-statistics-will-be-alone-while-other-2%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