What is the size of the largest set of 10-digit phone numbers such that no two numbers in the set are...











up vote
0
down vote

favorite












The problem asks for the largest set of 10-digit numbers which are more different than just by one digit. For example, the set canNOT contain both



$1234567890$



and



$1234527890$



as they have only one different digit.



I've been stuck on this problem for a little while as I can't seem to find any way to approach it.










share|cite|improve this question






















  • Subtract the number of $10$ digit numbers with only one different digit from the total number of $10$ digits possible
    – Yadati Kiran
    Nov 27 at 6:37










  • Sure, but how do you count the number of 10 digit numbers with only one different digit from all others?
    – James Radley
    Nov 28 at 23:23










  • The first $9$ digits have to be chosen from $10$ digits which is $^{10}C_9$ and the last digit from the chosen $9$ which is $^9C_1$ along with the $10!$ permutations of the $10$ digit number. So you get $10!cdot^{10}C_9cdot^9C_1$.
    – Yadati Kiran
    Nov 29 at 4:24












  • This is assuming the phone numbers can start with $0$.
    – Yadati Kiran
    Nov 29 at 4:34















up vote
0
down vote

favorite












The problem asks for the largest set of 10-digit numbers which are more different than just by one digit. For example, the set canNOT contain both



$1234567890$



and



$1234527890$



as they have only one different digit.



I've been stuck on this problem for a little while as I can't seem to find any way to approach it.










share|cite|improve this question






















  • Subtract the number of $10$ digit numbers with only one different digit from the total number of $10$ digits possible
    – Yadati Kiran
    Nov 27 at 6:37










  • Sure, but how do you count the number of 10 digit numbers with only one different digit from all others?
    – James Radley
    Nov 28 at 23:23










  • The first $9$ digits have to be chosen from $10$ digits which is $^{10}C_9$ and the last digit from the chosen $9$ which is $^9C_1$ along with the $10!$ permutations of the $10$ digit number. So you get $10!cdot^{10}C_9cdot^9C_1$.
    – Yadati Kiran
    Nov 29 at 4:24












  • This is assuming the phone numbers can start with $0$.
    – Yadati Kiran
    Nov 29 at 4:34













up vote
0
down vote

favorite









up vote
0
down vote

favorite











The problem asks for the largest set of 10-digit numbers which are more different than just by one digit. For example, the set canNOT contain both



$1234567890$



and



$1234527890$



as they have only one different digit.



I've been stuck on this problem for a little while as I can't seem to find any way to approach it.










share|cite|improve this question













The problem asks for the largest set of 10-digit numbers which are more different than just by one digit. For example, the set canNOT contain both



$1234567890$



and



$1234527890$



as they have only one different digit.



I've been stuck on this problem for a little while as I can't seem to find any way to approach it.







combinatorics






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 27 at 5:42









James Radley

1




1












  • Subtract the number of $10$ digit numbers with only one different digit from the total number of $10$ digits possible
    – Yadati Kiran
    Nov 27 at 6:37










  • Sure, but how do you count the number of 10 digit numbers with only one different digit from all others?
    – James Radley
    Nov 28 at 23:23










  • The first $9$ digits have to be chosen from $10$ digits which is $^{10}C_9$ and the last digit from the chosen $9$ which is $^9C_1$ along with the $10!$ permutations of the $10$ digit number. So you get $10!cdot^{10}C_9cdot^9C_1$.
    – Yadati Kiran
    Nov 29 at 4:24












  • This is assuming the phone numbers can start with $0$.
    – Yadati Kiran
    Nov 29 at 4:34


















  • Subtract the number of $10$ digit numbers with only one different digit from the total number of $10$ digits possible
    – Yadati Kiran
    Nov 27 at 6:37










  • Sure, but how do you count the number of 10 digit numbers with only one different digit from all others?
    – James Radley
    Nov 28 at 23:23










  • The first $9$ digits have to be chosen from $10$ digits which is $^{10}C_9$ and the last digit from the chosen $9$ which is $^9C_1$ along with the $10!$ permutations of the $10$ digit number. So you get $10!cdot^{10}C_9cdot^9C_1$.
    – Yadati Kiran
    Nov 29 at 4:24












  • This is assuming the phone numbers can start with $0$.
    – Yadati Kiran
    Nov 29 at 4:34
















Subtract the number of $10$ digit numbers with only one different digit from the total number of $10$ digits possible
– Yadati Kiran
Nov 27 at 6:37




Subtract the number of $10$ digit numbers with only one different digit from the total number of $10$ digits possible
– Yadati Kiran
Nov 27 at 6:37












Sure, but how do you count the number of 10 digit numbers with only one different digit from all others?
– James Radley
Nov 28 at 23:23




Sure, but how do you count the number of 10 digit numbers with only one different digit from all others?
– James Radley
Nov 28 at 23:23












The first $9$ digits have to be chosen from $10$ digits which is $^{10}C_9$ and the last digit from the chosen $9$ which is $^9C_1$ along with the $10!$ permutations of the $10$ digit number. So you get $10!cdot^{10}C_9cdot^9C_1$.
– Yadati Kiran
Nov 29 at 4:24






The first $9$ digits have to be chosen from $10$ digits which is $^{10}C_9$ and the last digit from the chosen $9$ which is $^9C_1$ along with the $10!$ permutations of the $10$ digit number. So you get $10!cdot^{10}C_9cdot^9C_1$.
– Yadati Kiran
Nov 29 at 4:24














This is assuming the phone numbers can start with $0$.
– Yadati Kiran
Nov 29 at 4:34




This is assuming the phone numbers can start with $0$.
– Yadati Kiran
Nov 29 at 4:34















active

oldest

votes











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',
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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3015380%2fwhat-is-the-size-of-the-largest-set-of-10-digit-phone-numbers-such-that-no-two-n%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3015380%2fwhat-is-the-size-of-the-largest-set-of-10-digit-phone-numbers-such-that-no-two-n%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Berounka

Different font size/position of beamer's navigation symbols template's content depending on regular/plain...

Sphinx de Gizeh