Permutations Alphabet
how many ways are there to arrange 10 letters taken from the alphabet a-z such that:
a) a is not included
b) z is included
c) both a and z are included
I believe for the first one it should be 25!/15!, but would both b and c be
26!/16!?
discrete-mathematics permutations
add a comment |
how many ways are there to arrange 10 letters taken from the alphabet a-z such that:
a) a is not included
b) z is included
c) both a and z are included
I believe for the first one it should be 25!/15!, but would both b and c be
26!/16!?
discrete-mathematics permutations
b) $frac{25!*10}{16!}$ c) $frac{24!*9*10}{17!}$ ?
– mathnoob
Nov 27 '18 at 15:11
Ok is this correct now?
– mathnoob
Nov 27 '18 at 15:16
1
c) $frac{24!*9*10}{16!}$
– mathnoob
Nov 27 '18 at 15:18
Yes @mathnoob that's correct, without any doubt
– Akash Roy
Nov 27 '18 at 15:20
For b) first I get all permutations of $9$ letters not including $z$, then I have to insert $z$ into the permutations, there are $10$ places to put $z$, hence multiply by $10$. For c) the reasoning is the same.
– mathnoob
Nov 27 '18 at 15:35
add a comment |
how many ways are there to arrange 10 letters taken from the alphabet a-z such that:
a) a is not included
b) z is included
c) both a and z are included
I believe for the first one it should be 25!/15!, but would both b and c be
26!/16!?
discrete-mathematics permutations
how many ways are there to arrange 10 letters taken from the alphabet a-z such that:
a) a is not included
b) z is included
c) both a and z are included
I believe for the first one it should be 25!/15!, but would both b and c be
26!/16!?
discrete-mathematics permutations
discrete-mathematics permutations
edited Nov 27 '18 at 15:20
asked Nov 27 '18 at 15:06
Charlie
227
227
b) $frac{25!*10}{16!}$ c) $frac{24!*9*10}{17!}$ ?
– mathnoob
Nov 27 '18 at 15:11
Ok is this correct now?
– mathnoob
Nov 27 '18 at 15:16
1
c) $frac{24!*9*10}{16!}$
– mathnoob
Nov 27 '18 at 15:18
Yes @mathnoob that's correct, without any doubt
– Akash Roy
Nov 27 '18 at 15:20
For b) first I get all permutations of $9$ letters not including $z$, then I have to insert $z$ into the permutations, there are $10$ places to put $z$, hence multiply by $10$. For c) the reasoning is the same.
– mathnoob
Nov 27 '18 at 15:35
add a comment |
b) $frac{25!*10}{16!}$ c) $frac{24!*9*10}{17!}$ ?
– mathnoob
Nov 27 '18 at 15:11
Ok is this correct now?
– mathnoob
Nov 27 '18 at 15:16
1
c) $frac{24!*9*10}{16!}$
– mathnoob
Nov 27 '18 at 15:18
Yes @mathnoob that's correct, without any doubt
– Akash Roy
Nov 27 '18 at 15:20
For b) first I get all permutations of $9$ letters not including $z$, then I have to insert $z$ into the permutations, there are $10$ places to put $z$, hence multiply by $10$. For c) the reasoning is the same.
– mathnoob
Nov 27 '18 at 15:35
b) $frac{25!*10}{16!}$ c) $frac{24!*9*10}{17!}$ ?
– mathnoob
Nov 27 '18 at 15:11
b) $frac{25!*10}{16!}$ c) $frac{24!*9*10}{17!}$ ?
– mathnoob
Nov 27 '18 at 15:11
Ok is this correct now?
– mathnoob
Nov 27 '18 at 15:16
Ok is this correct now?
– mathnoob
Nov 27 '18 at 15:16
1
1
c) $frac{24!*9*10}{16!}$
– mathnoob
Nov 27 '18 at 15:18
c) $frac{24!*9*10}{16!}$
– mathnoob
Nov 27 '18 at 15:18
Yes @mathnoob that's correct, without any doubt
– Akash Roy
Nov 27 '18 at 15:20
Yes @mathnoob that's correct, without any doubt
– Akash Roy
Nov 27 '18 at 15:20
For b) first I get all permutations of $9$ letters not including $z$, then I have to insert $z$ into the permutations, there are $10$ places to put $z$, hence multiply by $10$. For c) the reasoning is the same.
– mathnoob
Nov 27 '18 at 15:35
For b) first I get all permutations of $9$ letters not including $z$, then I have to insert $z$ into the permutations, there are $10$ places to put $z$, hence multiply by $10$. For c) the reasoning is the same.
– mathnoob
Nov 27 '18 at 15:35
add a comment |
1 Answer
1
active
oldest
votes
For second case it should be $25choose 9$$×10!$
In this case , I have chosen $9$ letters out of $25$ since $Z$ is already included. After that I arranged the letters
For third case it should be $24choose 8$$×10!$.
In this case , I have chosen $8$ letters out of $24$ since $Z$ and $A$ are already included. After that I arranged the letters
Note: $nchoose r$ stands for combination.
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
2
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
2
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
1
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
1
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
|
show 16 more comments
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%2f3015876%2fpermutations-alphabet%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
For second case it should be $25choose 9$$×10!$
In this case , I have chosen $9$ letters out of $25$ since $Z$ is already included. After that I arranged the letters
For third case it should be $24choose 8$$×10!$.
In this case , I have chosen $8$ letters out of $24$ since $Z$ and $A$ are already included. After that I arranged the letters
Note: $nchoose r$ stands for combination.
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
2
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
2
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
1
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
1
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
|
show 16 more comments
For second case it should be $25choose 9$$×10!$
In this case , I have chosen $9$ letters out of $25$ since $Z$ is already included. After that I arranged the letters
For third case it should be $24choose 8$$×10!$.
In this case , I have chosen $8$ letters out of $24$ since $Z$ and $A$ are already included. After that I arranged the letters
Note: $nchoose r$ stands for combination.
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
2
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
2
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
1
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
1
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
|
show 16 more comments
For second case it should be $25choose 9$$×10!$
In this case , I have chosen $9$ letters out of $25$ since $Z$ is already included. After that I arranged the letters
For third case it should be $24choose 8$$×10!$.
In this case , I have chosen $8$ letters out of $24$ since $Z$ and $A$ are already included. After that I arranged the letters
Note: $nchoose r$ stands for combination.
For second case it should be $25choose 9$$×10!$
In this case , I have chosen $9$ letters out of $25$ since $Z$ is already included. After that I arranged the letters
For third case it should be $24choose 8$$×10!$.
In this case , I have chosen $8$ letters out of $24$ since $Z$ and $A$ are already included. After that I arranged the letters
Note: $nchoose r$ stands for combination.
edited Nov 27 '18 at 15:30
answered Nov 27 '18 at 15:10
Akash Roy
1
1
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
2
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
2
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
1
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
1
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
|
show 16 more comments
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
2
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
2
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
1
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
1
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
I have been using the permutations formula p(n,r) = n!/(n-r)! So I am not quite sure why one would use combinations? I thought this was a permutation question because the order matters.
– Charlie
Nov 27 '18 at 15:17
2
2
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
For b) first you choose $9$ letters out of $25$ because you already choose $z$. Then you permute $10$ letters so you multiply by $10!$. For c) first you choose $8$ letters out of $24$ because you already choose $a$ and $z$, then you permute $10$ letters.
– mathnoob
Nov 27 '18 at 15:21
2
2
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
Yes, elaborate it a little , it will help other to understand
– Cloud JR
Nov 27 '18 at 15:30
1
1
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
Please check the elaborated answer and let me know if more is to be added.
– Akash Roy
Nov 27 '18 at 15:31
1
1
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
Yes man of course.
– Akash Roy
Nov 27 '18 at 15:33
|
show 16 more comments
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%2f3015876%2fpermutations-alphabet%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
b) $frac{25!*10}{16!}$ c) $frac{24!*9*10}{17!}$ ?
– mathnoob
Nov 27 '18 at 15:11
Ok is this correct now?
– mathnoob
Nov 27 '18 at 15:16
1
c) $frac{24!*9*10}{16!}$
– mathnoob
Nov 27 '18 at 15:18
Yes @mathnoob that's correct, without any doubt
– Akash Roy
Nov 27 '18 at 15:20
For b) first I get all permutations of $9$ letters not including $z$, then I have to insert $z$ into the permutations, there are $10$ places to put $z$, hence multiply by $10$. For c) the reasoning is the same.
– mathnoob
Nov 27 '18 at 15:35