How many permutations of 7 digits, 4 digits the same, & 3 different from the 4 but also the same












-1












$begingroup$


In other words, how many permutations are available for 4A3B, e.g., 3333999, 3939339.



I guess this could be restated as how many permutations are available from X digits, with Y the same, and Z the same but where Y<>Z. But really I can do the generalization. I'm having a hard time visualizing this. I'm more interesting in thought process than the actual answer.



I'm assuming permutations like 0000111 are included in the count.










share|cite|improve this question









$endgroup$












  • $begingroup$
    Could you consider clarifying the question?
    $endgroup$
    – pbn990
    Dec 28 '18 at 0:43










  • $begingroup$
    let’s pretend we have a combination 3334444. This has 3 digits that are the same and 4 that are the same. Total 7 digits. You can produce 35 permutations of this, for example 4343344 is one. What are the total possibilities of all such 3A4B (e.g., 0001111) permutations for all 0-9 digits. (4+3)!/(4!3!) = 35 but that only covers one possiblity.
    $endgroup$
    – GLearner
    Dec 28 '18 at 3:46
















-1












$begingroup$


In other words, how many permutations are available for 4A3B, e.g., 3333999, 3939339.



I guess this could be restated as how many permutations are available from X digits, with Y the same, and Z the same but where Y<>Z. But really I can do the generalization. I'm having a hard time visualizing this. I'm more interesting in thought process than the actual answer.



I'm assuming permutations like 0000111 are included in the count.










share|cite|improve this question









$endgroup$












  • $begingroup$
    Could you consider clarifying the question?
    $endgroup$
    – pbn990
    Dec 28 '18 at 0:43










  • $begingroup$
    let’s pretend we have a combination 3334444. This has 3 digits that are the same and 4 that are the same. Total 7 digits. You can produce 35 permutations of this, for example 4343344 is one. What are the total possibilities of all such 3A4B (e.g., 0001111) permutations for all 0-9 digits. (4+3)!/(4!3!) = 35 but that only covers one possiblity.
    $endgroup$
    – GLearner
    Dec 28 '18 at 3:46














-1












-1








-1





$begingroup$


In other words, how many permutations are available for 4A3B, e.g., 3333999, 3939339.



I guess this could be restated as how many permutations are available from X digits, with Y the same, and Z the same but where Y<>Z. But really I can do the generalization. I'm having a hard time visualizing this. I'm more interesting in thought process than the actual answer.



I'm assuming permutations like 0000111 are included in the count.










share|cite|improve this question









$endgroup$




In other words, how many permutations are available for 4A3B, e.g., 3333999, 3939339.



I guess this could be restated as how many permutations are available from X digits, with Y the same, and Z the same but where Y<>Z. But really I can do the generalization. I'm having a hard time visualizing this. I'm more interesting in thought process than the actual answer.



I'm assuming permutations like 0000111 are included in the count.







probability






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Dec 27 '18 at 22:33









GLearnerGLearner

141




141












  • $begingroup$
    Could you consider clarifying the question?
    $endgroup$
    – pbn990
    Dec 28 '18 at 0:43










  • $begingroup$
    let’s pretend we have a combination 3334444. This has 3 digits that are the same and 4 that are the same. Total 7 digits. You can produce 35 permutations of this, for example 4343344 is one. What are the total possibilities of all such 3A4B (e.g., 0001111) permutations for all 0-9 digits. (4+3)!/(4!3!) = 35 but that only covers one possiblity.
    $endgroup$
    – GLearner
    Dec 28 '18 at 3:46


















  • $begingroup$
    Could you consider clarifying the question?
    $endgroup$
    – pbn990
    Dec 28 '18 at 0:43










  • $begingroup$
    let’s pretend we have a combination 3334444. This has 3 digits that are the same and 4 that are the same. Total 7 digits. You can produce 35 permutations of this, for example 4343344 is one. What are the total possibilities of all such 3A4B (e.g., 0001111) permutations for all 0-9 digits. (4+3)!/(4!3!) = 35 but that only covers one possiblity.
    $endgroup$
    – GLearner
    Dec 28 '18 at 3:46
















$begingroup$
Could you consider clarifying the question?
$endgroup$
– pbn990
Dec 28 '18 at 0:43




$begingroup$
Could you consider clarifying the question?
$endgroup$
– pbn990
Dec 28 '18 at 0:43












$begingroup$
let’s pretend we have a combination 3334444. This has 3 digits that are the same and 4 that are the same. Total 7 digits. You can produce 35 permutations of this, for example 4343344 is one. What are the total possibilities of all such 3A4B (e.g., 0001111) permutations for all 0-9 digits. (4+3)!/(4!3!) = 35 but that only covers one possiblity.
$endgroup$
– GLearner
Dec 28 '18 at 3:46




$begingroup$
let’s pretend we have a combination 3334444. This has 3 digits that are the same and 4 that are the same. Total 7 digits. You can produce 35 permutations of this, for example 4343344 is one. What are the total possibilities of all such 3A4B (e.g., 0001111) permutations for all 0-9 digits. (4+3)!/(4!3!) = 35 but that only covers one possiblity.
$endgroup$
– GLearner
Dec 28 '18 at 3:46










2 Answers
2






active

oldest

votes


















0












$begingroup$

Basic idea: There are $(Y+Z)!$ permutations of the digits. However $Y!$ and $Z!$ are the same arrangements for each digit respectively, so the net result is $frac{(Y+Z)!}{Y!Z!}$






share|cite|improve this answer









$endgroup$













  • $begingroup$
    I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
    $endgroup$
    – GLearner
    Dec 27 '18 at 23:47










  • $begingroup$
    The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
    $endgroup$
    – herb steinberg
    Dec 28 '18 at 1:01



















0












$begingroup$

There are ${10choose 1}$ ways to choose the first category of digits, then there are ${9choose 1}$ ways to choose the second category of digits. Finally, there are $frac{7!}{4!cdot 3!}$ ways to permute the digits:
$${10choose 1}{9choose 1}frac{7!}{4!cdot 3!}.$$



In general, for the $X$-digit number with $Y$ the same and $Z$ the same, but $Yne Z$:
$${10choose 1}{9choose 1}cdot frac{X!}{Y!Z!}.$$






share|cite|improve this answer









$endgroup$














    Your Answer








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


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3054411%2fhow-many-permutations-of-7-digits-4-digits-the-same-3-different-from-the-4-b%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    Basic idea: There are $(Y+Z)!$ permutations of the digits. However $Y!$ and $Z!$ are the same arrangements for each digit respectively, so the net result is $frac{(Y+Z)!}{Y!Z!}$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
      $endgroup$
      – GLearner
      Dec 27 '18 at 23:47










    • $begingroup$
      The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
      $endgroup$
      – herb steinberg
      Dec 28 '18 at 1:01
















    0












    $begingroup$

    Basic idea: There are $(Y+Z)!$ permutations of the digits. However $Y!$ and $Z!$ are the same arrangements for each digit respectively, so the net result is $frac{(Y+Z)!}{Y!Z!}$






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
      $endgroup$
      – GLearner
      Dec 27 '18 at 23:47










    • $begingroup$
      The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
      $endgroup$
      – herb steinberg
      Dec 28 '18 at 1:01














    0












    0








    0





    $begingroup$

    Basic idea: There are $(Y+Z)!$ permutations of the digits. However $Y!$ and $Z!$ are the same arrangements for each digit respectively, so the net result is $frac{(Y+Z)!}{Y!Z!}$






    share|cite|improve this answer









    $endgroup$



    Basic idea: There are $(Y+Z)!$ permutations of the digits. However $Y!$ and $Z!$ are the same arrangements for each digit respectively, so the net result is $frac{(Y+Z)!}{Y!Z!}$







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered Dec 27 '18 at 22:45









    herb steinbergherb steinberg

    3,1832311




    3,1832311












    • $begingroup$
      I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
      $endgroup$
      – GLearner
      Dec 27 '18 at 23:47










    • $begingroup$
      The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
      $endgroup$
      – herb steinberg
      Dec 28 '18 at 1:01


















    • $begingroup$
      I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
      $endgroup$
      – GLearner
      Dec 27 '18 at 23:47










    • $begingroup$
      The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
      $endgroup$
      – herb steinberg
      Dec 28 '18 at 1:01
















    $begingroup$
    I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
    $endgroup$
    – GLearner
    Dec 27 '18 at 23:47




    $begingroup$
    I may have been unclear, but that’s not what I’m asking. I believe your answer gives me how many possibilities for a given selection within the 3A4B or XAYB grouping. What I’m asking for is all possibilities across all selections within the 3A3B or XAYB groupings. I tried 10x2x2x2x2x2x2 but that gets me close but I’m missing something. I think I’m double counting.
    $endgroup$
    – GLearner
    Dec 27 '18 at 23:47












    $begingroup$
    The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
    $endgroup$
    – herb steinberg
    Dec 28 '18 at 1:01




    $begingroup$
    The answer I gave you is the total number of different possibilities. Are you asking for the number of arrangements where all look the same? That would be $Y!Z!$. You need to clarify what you are looking for.
    $endgroup$
    – herb steinberg
    Dec 28 '18 at 1:01











    0












    $begingroup$

    There are ${10choose 1}$ ways to choose the first category of digits, then there are ${9choose 1}$ ways to choose the second category of digits. Finally, there are $frac{7!}{4!cdot 3!}$ ways to permute the digits:
    $${10choose 1}{9choose 1}frac{7!}{4!cdot 3!}.$$



    In general, for the $X$-digit number with $Y$ the same and $Z$ the same, but $Yne Z$:
    $${10choose 1}{9choose 1}cdot frac{X!}{Y!Z!}.$$






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      There are ${10choose 1}$ ways to choose the first category of digits, then there are ${9choose 1}$ ways to choose the second category of digits. Finally, there are $frac{7!}{4!cdot 3!}$ ways to permute the digits:
      $${10choose 1}{9choose 1}frac{7!}{4!cdot 3!}.$$



      In general, for the $X$-digit number with $Y$ the same and $Z$ the same, but $Yne Z$:
      $${10choose 1}{9choose 1}cdot frac{X!}{Y!Z!}.$$






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        There are ${10choose 1}$ ways to choose the first category of digits, then there are ${9choose 1}$ ways to choose the second category of digits. Finally, there are $frac{7!}{4!cdot 3!}$ ways to permute the digits:
        $${10choose 1}{9choose 1}frac{7!}{4!cdot 3!}.$$



        In general, for the $X$-digit number with $Y$ the same and $Z$ the same, but $Yne Z$:
        $${10choose 1}{9choose 1}cdot frac{X!}{Y!Z!}.$$






        share|cite|improve this answer









        $endgroup$



        There are ${10choose 1}$ ways to choose the first category of digits, then there are ${9choose 1}$ ways to choose the second category of digits. Finally, there are $frac{7!}{4!cdot 3!}$ ways to permute the digits:
        $${10choose 1}{9choose 1}frac{7!}{4!cdot 3!}.$$



        In general, for the $X$-digit number with $Y$ the same and $Z$ the same, but $Yne Z$:
        $${10choose 1}{9choose 1}cdot frac{X!}{Y!Z!}.$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Dec 28 '18 at 10:08









        farruhotafarruhota

        22.2k2942




        22.2k2942






























            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.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3054411%2fhow-many-permutations-of-7-digits-4-digits-the-same-3-different-from-the-4-b%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

            Bundesstraße 106

            Verónica Boquete

            Ida-Boy-Ed-Garten