If two vowels and four consonants are put away from the word MATHEMATICS, how many distinct possible...
$begingroup$
I am a student in middle school, and I would really appreciate if anyone could explain this question in simpler terms.
On the refrigerator, MATHEMATICS is spelled out with $11$ magnets, one letter per magnet. Two vowels and four consonants fall off and are put away in a bag. If the T's, M's, and A's are indistinguishable, how many distinct possible collections of letters could be put in the bag?
I think that if we use complementary counting, we could subtract something from $C(11, 6)$, but I do not know what that something would be…
combinatorics
$endgroup$
add a comment |
$begingroup$
I am a student in middle school, and I would really appreciate if anyone could explain this question in simpler terms.
On the refrigerator, MATHEMATICS is spelled out with $11$ magnets, one letter per magnet. Two vowels and four consonants fall off and are put away in a bag. If the T's, M's, and A's are indistinguishable, how many distinct possible collections of letters could be put in the bag?
I think that if we use complementary counting, we could subtract something from $C(11, 6)$, but I do not know what that something would be…
combinatorics
$endgroup$
$begingroup$
You need to look at the set of consonants and the set of vowels separately, then multiply the results. Keep in mind that it is the number of times a repeated letter occurs that matters, not which copy of that letter is used.
$endgroup$
– N. F. Taussig
Mar 14 '18 at 20:43
add a comment |
$begingroup$
I am a student in middle school, and I would really appreciate if anyone could explain this question in simpler terms.
On the refrigerator, MATHEMATICS is spelled out with $11$ magnets, one letter per magnet. Two vowels and four consonants fall off and are put away in a bag. If the T's, M's, and A's are indistinguishable, how many distinct possible collections of letters could be put in the bag?
I think that if we use complementary counting, we could subtract something from $C(11, 6)$, but I do not know what that something would be…
combinatorics
$endgroup$
I am a student in middle school, and I would really appreciate if anyone could explain this question in simpler terms.
On the refrigerator, MATHEMATICS is spelled out with $11$ magnets, one letter per magnet. Two vowels and four consonants fall off and are put away in a bag. If the T's, M's, and A's are indistinguishable, how many distinct possible collections of letters could be put in the bag?
I think that if we use complementary counting, we could subtract something from $C(11, 6)$, but I do not know what that something would be…
combinatorics
combinatorics
edited Mar 17 '18 at 4:04
Saad
19.7k92352
19.7k92352
asked Mar 14 '18 at 19:18
starsinajarstarsinajar
787
787
$begingroup$
You need to look at the set of consonants and the set of vowels separately, then multiply the results. Keep in mind that it is the number of times a repeated letter occurs that matters, not which copy of that letter is used.
$endgroup$
– N. F. Taussig
Mar 14 '18 at 20:43
add a comment |
$begingroup$
You need to look at the set of consonants and the set of vowels separately, then multiply the results. Keep in mind that it is the number of times a repeated letter occurs that matters, not which copy of that letter is used.
$endgroup$
– N. F. Taussig
Mar 14 '18 at 20:43
$begingroup$
You need to look at the set of consonants and the set of vowels separately, then multiply the results. Keep in mind that it is the number of times a repeated letter occurs that matters, not which copy of that letter is used.
$endgroup$
– N. F. Taussig
Mar 14 '18 at 20:43
$begingroup$
You need to look at the set of consonants and the set of vowels separately, then multiply the results. Keep in mind that it is the number of times a repeated letter occurs that matters, not which copy of that letter is used.
$endgroup$
– N. F. Taussig
Mar 14 '18 at 20:43
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
If the number of collections of two vowels is $A$, and that of four consonants is $B$, then the answer is $A·B$.
First to calculate $A$. There are four vowels: A, A, E, I. If two A's are selected, then there is only one collection, i.e. (A, A). If only one A is selected, then there are two collections: (A, E), (A, I). If no A is selected, then there is one collection: (E, I). Thus $A = 4$.
Next to calculate $B$. There are seven consonants: M, M, T, T, H, C, S.
Case 1: Three consonants are selected from H, C, S. To complete the collection, one more consonant has to be selected from M, M, T, T, so it is either an M or a T. Thus there are$$
C(3, 3) × 2 = 2
$$
collections.
Case 2: Two consonants are selected from H, C, S. To complete the collection, two more consonants have to be selected from M, M, T, T, so it is can be (M, M), (M, T) or (T, T). Thus there are$$
C(3, 2) × 3 = 9
$$
collections.
Case 3: One consonant is selected from H, C, S. To complete the collection, three more consonants have to be selected from M, M, T, T, so it is can be (M, M, T) or (M, T, T). Thus there are$$
C(3, 1) × 2 = 6
$$
collections.
Case 4: No consonant is selected from H, C, S. Then there is only one collection, i.e. (M, M, T, T).
Therefore, $B = 2 + 9 + 6 + 1 = 18$.
The final answer id $4 × 18 = 72$.
$endgroup$
add a comment |
$begingroup$
It's easier to count the number of ways to leave two vowels and three consonants on the refrigerator in a random order.
Let's start with the consonants. We can construct a sum equal to 3 as just 3 or as 2+1 or as 1+1+1. The first partition doesn't work, because we don't have three identical letters. It has to be either one pair and one single or three singles. Then
$$N_{text{consonants}} =
binom {2 color{gray}{smalltext{ pairs}}}
{1 color{gray}{smalltext{ pair}}} times
binom {4 color{gray}{smalltext{ singles}}}
{1 color{gray}{smalltext{ single}}} +
binom {5 color{gray}{smalltext{ singles}}}
{3 color{gray}{smalltext{ singles}}} = 18.$$
Now we have to do the same for the vowels and multiply.
$endgroup$
add a comment |
$begingroup$
We can use casework for this.
For the vowels, there are two identical letters and two distinct letters. So, the number of ways for the vowels is $1+$3C2$=4$.
The $1$ is because there is one way to choose two identical vowels. The 3C2 is because there are that many ways to choose $2$ objects out of $3$ distinct vowels. Note that it is $3$ and not $4$ because it is distinct objects.
Similarly, the number of ways for the consonants is $1+2*$4C2$+$5C4$=1+12+5=18$.
So, the total number of ways is $4*18=boxed{72}$.
$endgroup$
add a comment |
$begingroup$
We count the number of ways to choose the vowels and the consonants separately. There are four vowels, of which two are As. If there are no As, then we must choose both the remaining vowels, so there is $1$ choice; if there is one A, then we can choose the remaining vowel in $2$ ways; and if there are two As, then there are no vowels left to choose, so there is $1$ choice. This makes $1 + 2 + 1 = 4$ distinct pairs of vowels.
There are seven consonants, of which two are Ts and of which two are Ms. Since we must choose four consonants, we must use at least one of the Ts and Ms.
If we use one T and no Ms, we have only $1$ choice (use the three remaining consonants); the same is true if we use one M and no Ts.
If we use both Ts and no Ms, there are $tbinom{3}{2} = 3$ choices for the two remaining consonants; the same is true if we use both Ms and no Ts, or if we use one T and one M.
If we use both Ts and one M, there are $tbinom{3}{1} = 3$ choices for the single remaining consonant; the same is true if we use both Ms and one T.
Finally, if we use both Ts and both Ms, there are no more letters left to choose, so we get $1$ more choice.
In total, we have $2(1) + 5(3) + 1 = 18$ distinct collections of consonants.
Therefore, the number of distinct collections of letters is $4 cdot 18 = boxed{72}.$
$endgroup$
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%2f2691278%2fif-two-vowels-and-four-consonants-are-put-away-from-the-word-mathematics-how-ma%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
If the number of collections of two vowels is $A$, and that of four consonants is $B$, then the answer is $A·B$.
First to calculate $A$. There are four vowels: A, A, E, I. If two A's are selected, then there is only one collection, i.e. (A, A). If only one A is selected, then there are two collections: (A, E), (A, I). If no A is selected, then there is one collection: (E, I). Thus $A = 4$.
Next to calculate $B$. There are seven consonants: M, M, T, T, H, C, S.
Case 1: Three consonants are selected from H, C, S. To complete the collection, one more consonant has to be selected from M, M, T, T, so it is either an M or a T. Thus there are$$
C(3, 3) × 2 = 2
$$
collections.
Case 2: Two consonants are selected from H, C, S. To complete the collection, two more consonants have to be selected from M, M, T, T, so it is can be (M, M), (M, T) or (T, T). Thus there are$$
C(3, 2) × 3 = 9
$$
collections.
Case 3: One consonant is selected from H, C, S. To complete the collection, three more consonants have to be selected from M, M, T, T, so it is can be (M, M, T) or (M, T, T). Thus there are$$
C(3, 1) × 2 = 6
$$
collections.
Case 4: No consonant is selected from H, C, S. Then there is only one collection, i.e. (M, M, T, T).
Therefore, $B = 2 + 9 + 6 + 1 = 18$.
The final answer id $4 × 18 = 72$.
$endgroup$
add a comment |
$begingroup$
If the number of collections of two vowels is $A$, and that of four consonants is $B$, then the answer is $A·B$.
First to calculate $A$. There are four vowels: A, A, E, I. If two A's are selected, then there is only one collection, i.e. (A, A). If only one A is selected, then there are two collections: (A, E), (A, I). If no A is selected, then there is one collection: (E, I). Thus $A = 4$.
Next to calculate $B$. There are seven consonants: M, M, T, T, H, C, S.
Case 1: Three consonants are selected from H, C, S. To complete the collection, one more consonant has to be selected from M, M, T, T, so it is either an M or a T. Thus there are$$
C(3, 3) × 2 = 2
$$
collections.
Case 2: Two consonants are selected from H, C, S. To complete the collection, two more consonants have to be selected from M, M, T, T, so it is can be (M, M), (M, T) or (T, T). Thus there are$$
C(3, 2) × 3 = 9
$$
collections.
Case 3: One consonant is selected from H, C, S. To complete the collection, three more consonants have to be selected from M, M, T, T, so it is can be (M, M, T) or (M, T, T). Thus there are$$
C(3, 1) × 2 = 6
$$
collections.
Case 4: No consonant is selected from H, C, S. Then there is only one collection, i.e. (M, M, T, T).
Therefore, $B = 2 + 9 + 6 + 1 = 18$.
The final answer id $4 × 18 = 72$.
$endgroup$
add a comment |
$begingroup$
If the number of collections of two vowels is $A$, and that of four consonants is $B$, then the answer is $A·B$.
First to calculate $A$. There are four vowels: A, A, E, I. If two A's are selected, then there is only one collection, i.e. (A, A). If only one A is selected, then there are two collections: (A, E), (A, I). If no A is selected, then there is one collection: (E, I). Thus $A = 4$.
Next to calculate $B$. There are seven consonants: M, M, T, T, H, C, S.
Case 1: Three consonants are selected from H, C, S. To complete the collection, one more consonant has to be selected from M, M, T, T, so it is either an M or a T. Thus there are$$
C(3, 3) × 2 = 2
$$
collections.
Case 2: Two consonants are selected from H, C, S. To complete the collection, two more consonants have to be selected from M, M, T, T, so it is can be (M, M), (M, T) or (T, T). Thus there are$$
C(3, 2) × 3 = 9
$$
collections.
Case 3: One consonant is selected from H, C, S. To complete the collection, three more consonants have to be selected from M, M, T, T, so it is can be (M, M, T) or (M, T, T). Thus there are$$
C(3, 1) × 2 = 6
$$
collections.
Case 4: No consonant is selected from H, C, S. Then there is only one collection, i.e. (M, M, T, T).
Therefore, $B = 2 + 9 + 6 + 1 = 18$.
The final answer id $4 × 18 = 72$.
$endgroup$
If the number of collections of two vowels is $A$, and that of four consonants is $B$, then the answer is $A·B$.
First to calculate $A$. There are four vowels: A, A, E, I. If two A's are selected, then there is only one collection, i.e. (A, A). If only one A is selected, then there are two collections: (A, E), (A, I). If no A is selected, then there is one collection: (E, I). Thus $A = 4$.
Next to calculate $B$. There are seven consonants: M, M, T, T, H, C, S.
Case 1: Three consonants are selected from H, C, S. To complete the collection, one more consonant has to be selected from M, M, T, T, so it is either an M or a T. Thus there are$$
C(3, 3) × 2 = 2
$$
collections.
Case 2: Two consonants are selected from H, C, S. To complete the collection, two more consonants have to be selected from M, M, T, T, so it is can be (M, M), (M, T) or (T, T). Thus there are$$
C(3, 2) × 3 = 9
$$
collections.
Case 3: One consonant is selected from H, C, S. To complete the collection, three more consonants have to be selected from M, M, T, T, so it is can be (M, M, T) or (M, T, T). Thus there are$$
C(3, 1) × 2 = 6
$$
collections.
Case 4: No consonant is selected from H, C, S. Then there is only one collection, i.e. (M, M, T, T).
Therefore, $B = 2 + 9 + 6 + 1 = 18$.
The final answer id $4 × 18 = 72$.
answered Mar 17 '18 at 4:01
SaadSaad
19.7k92352
19.7k92352
add a comment |
add a comment |
$begingroup$
It's easier to count the number of ways to leave two vowels and three consonants on the refrigerator in a random order.
Let's start with the consonants. We can construct a sum equal to 3 as just 3 or as 2+1 or as 1+1+1. The first partition doesn't work, because we don't have three identical letters. It has to be either one pair and one single or three singles. Then
$$N_{text{consonants}} =
binom {2 color{gray}{smalltext{ pairs}}}
{1 color{gray}{smalltext{ pair}}} times
binom {4 color{gray}{smalltext{ singles}}}
{1 color{gray}{smalltext{ single}}} +
binom {5 color{gray}{smalltext{ singles}}}
{3 color{gray}{smalltext{ singles}}} = 18.$$
Now we have to do the same for the vowels and multiply.
$endgroup$
add a comment |
$begingroup$
It's easier to count the number of ways to leave two vowels and three consonants on the refrigerator in a random order.
Let's start with the consonants. We can construct a sum equal to 3 as just 3 or as 2+1 or as 1+1+1. The first partition doesn't work, because we don't have three identical letters. It has to be either one pair and one single or three singles. Then
$$N_{text{consonants}} =
binom {2 color{gray}{smalltext{ pairs}}}
{1 color{gray}{smalltext{ pair}}} times
binom {4 color{gray}{smalltext{ singles}}}
{1 color{gray}{smalltext{ single}}} +
binom {5 color{gray}{smalltext{ singles}}}
{3 color{gray}{smalltext{ singles}}} = 18.$$
Now we have to do the same for the vowels and multiply.
$endgroup$
add a comment |
$begingroup$
It's easier to count the number of ways to leave two vowels and three consonants on the refrigerator in a random order.
Let's start with the consonants. We can construct a sum equal to 3 as just 3 or as 2+1 or as 1+1+1. The first partition doesn't work, because we don't have three identical letters. It has to be either one pair and one single or three singles. Then
$$N_{text{consonants}} =
binom {2 color{gray}{smalltext{ pairs}}}
{1 color{gray}{smalltext{ pair}}} times
binom {4 color{gray}{smalltext{ singles}}}
{1 color{gray}{smalltext{ single}}} +
binom {5 color{gray}{smalltext{ singles}}}
{3 color{gray}{smalltext{ singles}}} = 18.$$
Now we have to do the same for the vowels and multiply.
$endgroup$
It's easier to count the number of ways to leave two vowels and three consonants on the refrigerator in a random order.
Let's start with the consonants. We can construct a sum equal to 3 as just 3 or as 2+1 or as 1+1+1. The first partition doesn't work, because we don't have three identical letters. It has to be either one pair and one single or three singles. Then
$$N_{text{consonants}} =
binom {2 color{gray}{smalltext{ pairs}}}
{1 color{gray}{smalltext{ pair}}} times
binom {4 color{gray}{smalltext{ singles}}}
{1 color{gray}{smalltext{ single}}} +
binom {5 color{gray}{smalltext{ singles}}}
{3 color{gray}{smalltext{ singles}}} = 18.$$
Now we have to do the same for the vowels and multiply.
edited Mar 17 '18 at 19:17
answered Mar 17 '18 at 14:05
MaximMaxim
5,2181219
5,2181219
add a comment |
add a comment |
$begingroup$
We can use casework for this.
For the vowels, there are two identical letters and two distinct letters. So, the number of ways for the vowels is $1+$3C2$=4$.
The $1$ is because there is one way to choose two identical vowels. The 3C2 is because there are that many ways to choose $2$ objects out of $3$ distinct vowels. Note that it is $3$ and not $4$ because it is distinct objects.
Similarly, the number of ways for the consonants is $1+2*$4C2$+$5C4$=1+12+5=18$.
So, the total number of ways is $4*18=boxed{72}$.
$endgroup$
add a comment |
$begingroup$
We can use casework for this.
For the vowels, there are two identical letters and two distinct letters. So, the number of ways for the vowels is $1+$3C2$=4$.
The $1$ is because there is one way to choose two identical vowels. The 3C2 is because there are that many ways to choose $2$ objects out of $3$ distinct vowels. Note that it is $3$ and not $4$ because it is distinct objects.
Similarly, the number of ways for the consonants is $1+2*$4C2$+$5C4$=1+12+5=18$.
So, the total number of ways is $4*18=boxed{72}$.
$endgroup$
add a comment |
$begingroup$
We can use casework for this.
For the vowels, there are two identical letters and two distinct letters. So, the number of ways for the vowels is $1+$3C2$=4$.
The $1$ is because there is one way to choose two identical vowels. The 3C2 is because there are that many ways to choose $2$ objects out of $3$ distinct vowels. Note that it is $3$ and not $4$ because it is distinct objects.
Similarly, the number of ways for the consonants is $1+2*$4C2$+$5C4$=1+12+5=18$.
So, the total number of ways is $4*18=boxed{72}$.
$endgroup$
We can use casework for this.
For the vowels, there are two identical letters and two distinct letters. So, the number of ways for the vowels is $1+$3C2$=4$.
The $1$ is because there is one way to choose two identical vowels. The 3C2 is because there are that many ways to choose $2$ objects out of $3$ distinct vowels. Note that it is $3$ and not $4$ because it is distinct objects.
Similarly, the number of ways for the consonants is $1+2*$4C2$+$5C4$=1+12+5=18$.
So, the total number of ways is $4*18=boxed{72}$.
answered Mar 18 '18 at 5:15
Jeffrey H.Jeffrey H.
20810
20810
add a comment |
add a comment |
$begingroup$
We count the number of ways to choose the vowels and the consonants separately. There are four vowels, of which two are As. If there are no As, then we must choose both the remaining vowels, so there is $1$ choice; if there is one A, then we can choose the remaining vowel in $2$ ways; and if there are two As, then there are no vowels left to choose, so there is $1$ choice. This makes $1 + 2 + 1 = 4$ distinct pairs of vowels.
There are seven consonants, of which two are Ts and of which two are Ms. Since we must choose four consonants, we must use at least one of the Ts and Ms.
If we use one T and no Ms, we have only $1$ choice (use the three remaining consonants); the same is true if we use one M and no Ts.
If we use both Ts and no Ms, there are $tbinom{3}{2} = 3$ choices for the two remaining consonants; the same is true if we use both Ms and no Ts, or if we use one T and one M.
If we use both Ts and one M, there are $tbinom{3}{1} = 3$ choices for the single remaining consonant; the same is true if we use both Ms and one T.
Finally, if we use both Ts and both Ms, there are no more letters left to choose, so we get $1$ more choice.
In total, we have $2(1) + 5(3) + 1 = 18$ distinct collections of consonants.
Therefore, the number of distinct collections of letters is $4 cdot 18 = boxed{72}.$
$endgroup$
add a comment |
$begingroup$
We count the number of ways to choose the vowels and the consonants separately. There are four vowels, of which two are As. If there are no As, then we must choose both the remaining vowels, so there is $1$ choice; if there is one A, then we can choose the remaining vowel in $2$ ways; and if there are two As, then there are no vowels left to choose, so there is $1$ choice. This makes $1 + 2 + 1 = 4$ distinct pairs of vowels.
There are seven consonants, of which two are Ts and of which two are Ms. Since we must choose four consonants, we must use at least one of the Ts and Ms.
If we use one T and no Ms, we have only $1$ choice (use the three remaining consonants); the same is true if we use one M and no Ts.
If we use both Ts and no Ms, there are $tbinom{3}{2} = 3$ choices for the two remaining consonants; the same is true if we use both Ms and no Ts, or if we use one T and one M.
If we use both Ts and one M, there are $tbinom{3}{1} = 3$ choices for the single remaining consonant; the same is true if we use both Ms and one T.
Finally, if we use both Ts and both Ms, there are no more letters left to choose, so we get $1$ more choice.
In total, we have $2(1) + 5(3) + 1 = 18$ distinct collections of consonants.
Therefore, the number of distinct collections of letters is $4 cdot 18 = boxed{72}.$
$endgroup$
add a comment |
$begingroup$
We count the number of ways to choose the vowels and the consonants separately. There are four vowels, of which two are As. If there are no As, then we must choose both the remaining vowels, so there is $1$ choice; if there is one A, then we can choose the remaining vowel in $2$ ways; and if there are two As, then there are no vowels left to choose, so there is $1$ choice. This makes $1 + 2 + 1 = 4$ distinct pairs of vowels.
There are seven consonants, of which two are Ts and of which two are Ms. Since we must choose four consonants, we must use at least one of the Ts and Ms.
If we use one T and no Ms, we have only $1$ choice (use the three remaining consonants); the same is true if we use one M and no Ts.
If we use both Ts and no Ms, there are $tbinom{3}{2} = 3$ choices for the two remaining consonants; the same is true if we use both Ms and no Ts, or if we use one T and one M.
If we use both Ts and one M, there are $tbinom{3}{1} = 3$ choices for the single remaining consonant; the same is true if we use both Ms and one T.
Finally, if we use both Ts and both Ms, there are no more letters left to choose, so we get $1$ more choice.
In total, we have $2(1) + 5(3) + 1 = 18$ distinct collections of consonants.
Therefore, the number of distinct collections of letters is $4 cdot 18 = boxed{72}.$
$endgroup$
We count the number of ways to choose the vowels and the consonants separately. There are four vowels, of which two are As. If there are no As, then we must choose both the remaining vowels, so there is $1$ choice; if there is one A, then we can choose the remaining vowel in $2$ ways; and if there are two As, then there are no vowels left to choose, so there is $1$ choice. This makes $1 + 2 + 1 = 4$ distinct pairs of vowels.
There are seven consonants, of which two are Ts and of which two are Ms. Since we must choose four consonants, we must use at least one of the Ts and Ms.
If we use one T and no Ms, we have only $1$ choice (use the three remaining consonants); the same is true if we use one M and no Ts.
If we use both Ts and no Ms, there are $tbinom{3}{2} = 3$ choices for the two remaining consonants; the same is true if we use both Ms and no Ts, or if we use one T and one M.
If we use both Ts and one M, there are $tbinom{3}{1} = 3$ choices for the single remaining consonant; the same is true if we use both Ms and one T.
Finally, if we use both Ts and both Ms, there are no more letters left to choose, so we get $1$ more choice.
In total, we have $2(1) + 5(3) + 1 = 18$ distinct collections of consonants.
Therefore, the number of distinct collections of letters is $4 cdot 18 = boxed{72}.$
answered Dec 13 '18 at 22:41
bfehvblkhbvbfehvblkhbv
1
1
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%2f2691278%2fif-two-vowels-and-four-consonants-are-put-away-from-the-word-mathematics-how-ma%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$
You need to look at the set of consonants and the set of vowels separately, then multiply the results. Keep in mind that it is the number of times a repeated letter occurs that matters, not which copy of that letter is used.
$endgroup$
– N. F. Taussig
Mar 14 '18 at 20:43