How many integers between $1000$ and $9999$ inclusive have distinct digits and are odd numbers?
$begingroup$
I know this question was already answered (How many integers between 1000 and 9999 inclusive consist of), and I understand the solution. However, I don't understand what's wrong with my approach. I did it from right to left. My reasoning:
Last digit has to be odd, so we have $5$ possibilities. In the tenths place, we can choose whatever we want except for the one already chosen, so we have $9$ possibilities. Similarly, in the hundredths place we have $8$ choices. In the thousands place, we can choose $10 - 3 - 1$ (not including $0$) $= 6$ possibilities, so in total we have $5 * 9 * 8 * 6 = 2160$. Why am I undercounting here?
combinatorics
$endgroup$
add a comment |
$begingroup$
I know this question was already answered (How many integers between 1000 and 9999 inclusive consist of), and I understand the solution. However, I don't understand what's wrong with my approach. I did it from right to left. My reasoning:
Last digit has to be odd, so we have $5$ possibilities. In the tenths place, we can choose whatever we want except for the one already chosen, so we have $9$ possibilities. Similarly, in the hundredths place we have $8$ choices. In the thousands place, we can choose $10 - 3 - 1$ (not including $0$) $= 6$ possibilities, so in total we have $5 * 9 * 8 * 6 = 2160$. Why am I undercounting here?
combinatorics
$endgroup$
add a comment |
$begingroup$
I know this question was already answered (How many integers between 1000 and 9999 inclusive consist of), and I understand the solution. However, I don't understand what's wrong with my approach. I did it from right to left. My reasoning:
Last digit has to be odd, so we have $5$ possibilities. In the tenths place, we can choose whatever we want except for the one already chosen, so we have $9$ possibilities. Similarly, in the hundredths place we have $8$ choices. In the thousands place, we can choose $10 - 3 - 1$ (not including $0$) $= 6$ possibilities, so in total we have $5 * 9 * 8 * 6 = 2160$. Why am I undercounting here?
combinatorics
$endgroup$
I know this question was already answered (How many integers between 1000 and 9999 inclusive consist of), and I understand the solution. However, I don't understand what's wrong with my approach. I did it from right to left. My reasoning:
Last digit has to be odd, so we have $5$ possibilities. In the tenths place, we can choose whatever we want except for the one already chosen, so we have $9$ possibilities. Similarly, in the hundredths place we have $8$ choices. In the thousands place, we can choose $10 - 3 - 1$ (not including $0$) $= 6$ possibilities, so in total we have $5 * 9 * 8 * 6 = 2160$. Why am I undercounting here?
combinatorics
combinatorics
asked Dec 2 '18 at 18:37
Dumb DumbDumb Dumb
363
363
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Because if you've already chosen $0$ before (in the tens or hundreds place), then you're excluding $0$ twice in allowing only $10-3-1=6$ options for the thousands place.
To compensate this, you could count the number of cases where you have a $0$ in the tens or hundreds place. But as in the linked answer, it is easier to just start with the thousands place.
$endgroup$
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
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%2f3023021%2fhow-many-integers-between-1000-and-9999-inclusive-have-distinct-digits-and-a%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
$begingroup$
Because if you've already chosen $0$ before (in the tens or hundreds place), then you're excluding $0$ twice in allowing only $10-3-1=6$ options for the thousands place.
To compensate this, you could count the number of cases where you have a $0$ in the tens or hundreds place. But as in the linked answer, it is easier to just start with the thousands place.
$endgroup$
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
add a comment |
$begingroup$
Because if you've already chosen $0$ before (in the tens or hundreds place), then you're excluding $0$ twice in allowing only $10-3-1=6$ options for the thousands place.
To compensate this, you could count the number of cases where you have a $0$ in the tens or hundreds place. But as in the linked answer, it is easier to just start with the thousands place.
$endgroup$
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
add a comment |
$begingroup$
Because if you've already chosen $0$ before (in the tens or hundreds place), then you're excluding $0$ twice in allowing only $10-3-1=6$ options for the thousands place.
To compensate this, you could count the number of cases where you have a $0$ in the tens or hundreds place. But as in the linked answer, it is easier to just start with the thousands place.
$endgroup$
Because if you've already chosen $0$ before (in the tens or hundreds place), then you're excluding $0$ twice in allowing only $10-3-1=6$ options for the thousands place.
To compensate this, you could count the number of cases where you have a $0$ in the tens or hundreds place. But as in the linked answer, it is easier to just start with the thousands place.
answered Dec 2 '18 at 18:41
ServaesServaes
22.5k33793
22.5k33793
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
add a comment |
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
$begingroup$
I see. Thank you!
$endgroup$
– Dumb Dumb
Dec 2 '18 at 19:51
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%2f3023021%2fhow-many-integers-between-1000-and-9999-inclusive-have-distinct-digits-and-a%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