How many ambiguous combinations?Use of a null option in a combination with repetition problemHow many combinations are possible?How many Unique Combinations?How much would it cost to try every possible burger combination?How am I counting the possibilities incorrectly in this combinatorics problem?How many ambiguous dates exist?Why does $binomn+k-1k-1$ count the number of sorted sets?Combinatorial Proof of q-Vandermonde Identity (Enumerative Combinatorics Problem #100)In how many combination can I deal 6 cards with only 2 numbers on themHow many different combinations

Why couldn't the separatists legally leave the Republic?

Recommendation letter by significant other if you worked with them professionally?

When Schnorr signatures are part of Bitcoin will it be possible validate each block with only one signature validation?

What materials can be used to make a humanoid skin warm?

Is it possible to find 2014 distinct positive integers whose sum is divisible by each of them?

What will happen if my luggage gets delayed?

Why is there an extra space when I type "ls" in the Desktop directory?

Vocabulary for giving just numbers, not a full answer

Which classes are needed to have access to every spell in the PHB?

Does a difference of tense count as a difference of meaning in a minimal pair?

Why restrict private health insurance?

What would be the most expensive material to an intergalactic society?

Why does Solve lock up when trying to solve the quadratic equation with large integers?

How exactly does an Ethernet collision happen in the cable, since nodes use different circuits for Tx and Rx?

Can't make sense of a paragraph from Lovecraft

Specifying a starting column with colortbl package and xcolor

What is Tony Stark injecting into himself in Iron Man 3?

Does "Until when" sound natural for native speakers?

Has a sovereign Communist government ever run, and conceded loss, on a fair election?

Is this Paypal Github SDK reference really a dangerous site?

How many characters using PHB rules does it take to be able to have access to any PHB spell at the start of an adventuring day?

Signed and unsigned numbers

Having the player face themselves after the mid-game

Possible to detect presence of nuclear bomb?



How many ambiguous combinations?


Use of a null option in a combination with repetition problemHow many combinations are possible?How many Unique Combinations?How much would it cost to try every possible burger combination?How am I counting the possibilities incorrectly in this combinatorics problem?How many ambiguous dates exist?Why does $binomn+k-1k-1$ count the number of sorted sets?Combinatorial Proof of q-Vandermonde Identity (Enumerative Combinatorics Problem #100)In how many combination can I deal 6 cards with only 2 numbers on themHow many different combinations













0












$begingroup$


I am not a mathematician so please forgive my ignorance.



I am examining a body of data in which animals are identified by marking their toes. These animals have four feet, with differing number of markable toes per foot depending on morphology.



Each mark is ascribed an integer value for its position (i.e., the first toe counts X, the second toe counts Y, the third toe counts Z, and so on) such that the sum of the values of all marked toes on an animal is the identity number of the individual.



Various numbering schemes are used. In the case I am currently looking at the values given to the four sets (one set per foot) of marks are: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000.



I believe I can calculate the number of possible combinations of marks $binomAB$ where A is the number of toes per foot that could be marked, and B is the number of toes per foot that are marked.



So, for example, marking up to two (0, 1 or 2) of five toes per foot produces $(binom50 + binom51 + binom52)^4 -1 = 65,534$ possible combinations of marks (with the $-1$ eliminating the completely unmarked combination).



However, the numbering scheme shown above (and other schemes) can produce ambiguous identity numbers where more than one combination of marks can produce the same identity number. I.e., (trivially) the marks 4+7 and marks 1+10 both sum to 11.



I have two questions:



  1. How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?


  2. Without resorting to exhaustive iteration, is it possible to determine whether an arbitrary identity number (sum of marks) is ambiguous or unique?


Any guidance much appreciated!



p.s. I tagged this question with "combinatronics"; please advise if other tags would be more appropriate.










share|cite|improve this question







New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    Why not just do an exhaustive iteration? There is only about a million possibilities afterall.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    Thanks @Jens. Yes, I can do that, but as I mentioned I have described just one case. I ultimately need to consider various $binomAB$ and various numbering schemes. So I could make these inputs into a software algorithm, but a straight forward mathematical solution would likely be a more elegant.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Given the screw... uh...."unconventional" nature of these ID schemes, I seriously doubt any elegant mathematical solution exists.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    I agree the numbering scheme is "unconventional". So what if we arrange the existing four physical sets: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000 into five logical sets: 1, 2, 4, 7, 10, 20, 40, 70, 100, 200, 400, 700, 1000, 2000, 4000, 7000, and 10000, 20000, 40000, 70000? With this arrangement ambiguity exists for any combination of marks within a set whose value is $>=$ an element of the next set.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Following my own logic, there are no combinations of $binom40$ or $binom41$ that satisfy the condition for ambiguity. There is one ambiguous combination of $binom42$ which is $4+7 >= 10$, and there are three ambiguous combinations of $binom43$ which are $1+2+7 >= 10$, $1+4+7 >= 10$, and $2+4+7 >= 10$. I can subtract these from the numbers of unambiguous combinations to derive the total number of ambiguous combinations.
    $endgroup$
    – Tode
    yesterday















0












$begingroup$


I am not a mathematician so please forgive my ignorance.



I am examining a body of data in which animals are identified by marking their toes. These animals have four feet, with differing number of markable toes per foot depending on morphology.



Each mark is ascribed an integer value for its position (i.e., the first toe counts X, the second toe counts Y, the third toe counts Z, and so on) such that the sum of the values of all marked toes on an animal is the identity number of the individual.



Various numbering schemes are used. In the case I am currently looking at the values given to the four sets (one set per foot) of marks are: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000.



I believe I can calculate the number of possible combinations of marks $binomAB$ where A is the number of toes per foot that could be marked, and B is the number of toes per foot that are marked.



So, for example, marking up to two (0, 1 or 2) of five toes per foot produces $(binom50 + binom51 + binom52)^4 -1 = 65,534$ possible combinations of marks (with the $-1$ eliminating the completely unmarked combination).



However, the numbering scheme shown above (and other schemes) can produce ambiguous identity numbers where more than one combination of marks can produce the same identity number. I.e., (trivially) the marks 4+7 and marks 1+10 both sum to 11.



I have two questions:



  1. How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?


  2. Without resorting to exhaustive iteration, is it possible to determine whether an arbitrary identity number (sum of marks) is ambiguous or unique?


Any guidance much appreciated!



p.s. I tagged this question with "combinatronics"; please advise if other tags would be more appropriate.










share|cite|improve this question







New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$











  • $begingroup$
    Why not just do an exhaustive iteration? There is only about a million possibilities afterall.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    Thanks @Jens. Yes, I can do that, but as I mentioned I have described just one case. I ultimately need to consider various $binomAB$ and various numbering schemes. So I could make these inputs into a software algorithm, but a straight forward mathematical solution would likely be a more elegant.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Given the screw... uh...."unconventional" nature of these ID schemes, I seriously doubt any elegant mathematical solution exists.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    I agree the numbering scheme is "unconventional". So what if we arrange the existing four physical sets: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000 into five logical sets: 1, 2, 4, 7, 10, 20, 40, 70, 100, 200, 400, 700, 1000, 2000, 4000, 7000, and 10000, 20000, 40000, 70000? With this arrangement ambiguity exists for any combination of marks within a set whose value is $>=$ an element of the next set.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Following my own logic, there are no combinations of $binom40$ or $binom41$ that satisfy the condition for ambiguity. There is one ambiguous combination of $binom42$ which is $4+7 >= 10$, and there are three ambiguous combinations of $binom43$ which are $1+2+7 >= 10$, $1+4+7 >= 10$, and $2+4+7 >= 10$. I can subtract these from the numbers of unambiguous combinations to derive the total number of ambiguous combinations.
    $endgroup$
    – Tode
    yesterday













0












0








0





$begingroup$


I am not a mathematician so please forgive my ignorance.



I am examining a body of data in which animals are identified by marking their toes. These animals have four feet, with differing number of markable toes per foot depending on morphology.



Each mark is ascribed an integer value for its position (i.e., the first toe counts X, the second toe counts Y, the third toe counts Z, and so on) such that the sum of the values of all marked toes on an animal is the identity number of the individual.



Various numbering schemes are used. In the case I am currently looking at the values given to the four sets (one set per foot) of marks are: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000.



I believe I can calculate the number of possible combinations of marks $binomAB$ where A is the number of toes per foot that could be marked, and B is the number of toes per foot that are marked.



So, for example, marking up to two (0, 1 or 2) of five toes per foot produces $(binom50 + binom51 + binom52)^4 -1 = 65,534$ possible combinations of marks (with the $-1$ eliminating the completely unmarked combination).



However, the numbering scheme shown above (and other schemes) can produce ambiguous identity numbers where more than one combination of marks can produce the same identity number. I.e., (trivially) the marks 4+7 and marks 1+10 both sum to 11.



I have two questions:



  1. How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?


  2. Without resorting to exhaustive iteration, is it possible to determine whether an arbitrary identity number (sum of marks) is ambiguous or unique?


Any guidance much appreciated!



p.s. I tagged this question with "combinatronics"; please advise if other tags would be more appropriate.










share|cite|improve this question







New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







$endgroup$




I am not a mathematician so please forgive my ignorance.



I am examining a body of data in which animals are identified by marking their toes. These animals have four feet, with differing number of markable toes per foot depending on morphology.



Each mark is ascribed an integer value for its position (i.e., the first toe counts X, the second toe counts Y, the third toe counts Z, and so on) such that the sum of the values of all marked toes on an animal is the identity number of the individual.



Various numbering schemes are used. In the case I am currently looking at the values given to the four sets (one set per foot) of marks are: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000.



I believe I can calculate the number of possible combinations of marks $binomAB$ where A is the number of toes per foot that could be marked, and B is the number of toes per foot that are marked.



So, for example, marking up to two (0, 1 or 2) of five toes per foot produces $(binom50 + binom51 + binom52)^4 -1 = 65,534$ possible combinations of marks (with the $-1$ eliminating the completely unmarked combination).



However, the numbering scheme shown above (and other schemes) can produce ambiguous identity numbers where more than one combination of marks can produce the same identity number. I.e., (trivially) the marks 4+7 and marks 1+10 both sum to 11.



I have two questions:



  1. How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?


  2. Without resorting to exhaustive iteration, is it possible to determine whether an arbitrary identity number (sum of marks) is ambiguous or unique?


Any guidance much appreciated!



p.s. I tagged this question with "combinatronics"; please advise if other tags would be more appropriate.







combinatorics






share|cite|improve this question







New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|cite|improve this question







New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|cite|improve this question




share|cite|improve this question






New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









TodeTode

1




1




New contributor




Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Tode is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • $begingroup$
    Why not just do an exhaustive iteration? There is only about a million possibilities afterall.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    Thanks @Jens. Yes, I can do that, but as I mentioned I have described just one case. I ultimately need to consider various $binomAB$ and various numbering schemes. So I could make these inputs into a software algorithm, but a straight forward mathematical solution would likely be a more elegant.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Given the screw... uh...."unconventional" nature of these ID schemes, I seriously doubt any elegant mathematical solution exists.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    I agree the numbering scheme is "unconventional". So what if we arrange the existing four physical sets: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000 into five logical sets: 1, 2, 4, 7, 10, 20, 40, 70, 100, 200, 400, 700, 1000, 2000, 4000, 7000, and 10000, 20000, 40000, 70000? With this arrangement ambiguity exists for any combination of marks within a set whose value is $>=$ an element of the next set.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Following my own logic, there are no combinations of $binom40$ or $binom41$ that satisfy the condition for ambiguity. There is one ambiguous combination of $binom42$ which is $4+7 >= 10$, and there are three ambiguous combinations of $binom43$ which are $1+2+7 >= 10$, $1+4+7 >= 10$, and $2+4+7 >= 10$. I can subtract these from the numbers of unambiguous combinations to derive the total number of ambiguous combinations.
    $endgroup$
    – Tode
    yesterday
















  • $begingroup$
    Why not just do an exhaustive iteration? There is only about a million possibilities afterall.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    Thanks @Jens. Yes, I can do that, but as I mentioned I have described just one case. I ultimately need to consider various $binomAB$ and various numbering schemes. So I could make these inputs into a software algorithm, but a straight forward mathematical solution would likely be a more elegant.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Given the screw... uh...."unconventional" nature of these ID schemes, I seriously doubt any elegant mathematical solution exists.
    $endgroup$
    – Jens
    yesterday










  • $begingroup$
    I agree the numbering scheme is "unconventional". So what if we arrange the existing four physical sets: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000 into five logical sets: 1, 2, 4, 7, 10, 20, 40, 70, 100, 200, 400, 700, 1000, 2000, 4000, 7000, and 10000, 20000, 40000, 70000? With this arrangement ambiguity exists for any combination of marks within a set whose value is $>=$ an element of the next set.
    $endgroup$
    – Tode
    yesterday











  • $begingroup$
    Following my own logic, there are no combinations of $binom40$ or $binom41$ that satisfy the condition for ambiguity. There is one ambiguous combination of $binom42$ which is $4+7 >= 10$, and there are three ambiguous combinations of $binom43$ which are $1+2+7 >= 10$, $1+4+7 >= 10$, and $2+4+7 >= 10$. I can subtract these from the numbers of unambiguous combinations to derive the total number of ambiguous combinations.
    $endgroup$
    – Tode
    yesterday















$begingroup$
Why not just do an exhaustive iteration? There is only about a million possibilities afterall.
$endgroup$
– Jens
yesterday




$begingroup$
Why not just do an exhaustive iteration? There is only about a million possibilities afterall.
$endgroup$
– Jens
yesterday












$begingroup$
Thanks @Jens. Yes, I can do that, but as I mentioned I have described just one case. I ultimately need to consider various $binomAB$ and various numbering schemes. So I could make these inputs into a software algorithm, but a straight forward mathematical solution would likely be a more elegant.
$endgroup$
– Tode
yesterday





$begingroup$
Thanks @Jens. Yes, I can do that, but as I mentioned I have described just one case. I ultimately need to consider various $binomAB$ and various numbering schemes. So I could make these inputs into a software algorithm, but a straight forward mathematical solution would likely be a more elegant.
$endgroup$
– Tode
yesterday













$begingroup$
Given the screw... uh...."unconventional" nature of these ID schemes, I seriously doubt any elegant mathematical solution exists.
$endgroup$
– Jens
yesterday




$begingroup$
Given the screw... uh...."unconventional" nature of these ID schemes, I seriously doubt any elegant mathematical solution exists.
$endgroup$
– Jens
yesterday












$begingroup$
I agree the numbering scheme is "unconventional". So what if we arrange the existing four physical sets: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000 into five logical sets: 1, 2, 4, 7, 10, 20, 40, 70, 100, 200, 400, 700, 1000, 2000, 4000, 7000, and 10000, 20000, 40000, 70000? With this arrangement ambiguity exists for any combination of marks within a set whose value is $>=$ an element of the next set.
$endgroup$
– Tode
yesterday





$begingroup$
I agree the numbering scheme is "unconventional". So what if we arrange the existing four physical sets: 70000, 1, 2, 4, 7, 40000, 10, 20, 40, 70, 20000, 100, 200, 400, 700 and 10000, 1000, 2000, 4000, 7000 into five logical sets: 1, 2, 4, 7, 10, 20, 40, 70, 100, 200, 400, 700, 1000, 2000, 4000, 7000, and 10000, 20000, 40000, 70000? With this arrangement ambiguity exists for any combination of marks within a set whose value is $>=$ an element of the next set.
$endgroup$
– Tode
yesterday













$begingroup$
Following my own logic, there are no combinations of $binom40$ or $binom41$ that satisfy the condition for ambiguity. There is one ambiguous combination of $binom42$ which is $4+7 >= 10$, and there are three ambiguous combinations of $binom43$ which are $1+2+7 >= 10$, $1+4+7 >= 10$, and $2+4+7 >= 10$. I can subtract these from the numbers of unambiguous combinations to derive the total number of ambiguous combinations.
$endgroup$
– Tode
yesterday




$begingroup$
Following my own logic, there are no combinations of $binom40$ or $binom41$ that satisfy the condition for ambiguity. There is one ambiguous combination of $binom42$ which is $4+7 >= 10$, and there are three ambiguous combinations of $binom43$ which are $1+2+7 >= 10$, $1+4+7 >= 10$, and $2+4+7 >= 10$. I can subtract these from the numbers of unambiguous combinations to derive the total number of ambiguous combinations.
$endgroup$
– Tode
yesterday










1 Answer
1






active

oldest

votes


















0












$begingroup$

Per your request, here is the program I made. It was done in Visual Basic for Excel. Below is a screenshot of Excel after the macro executed:



enter image description here



For the program to work, it is necessary that the "toe values" in row 3 are entered into Excel beforehand, exactly as shown. The X's below the toe values show which toes were chosen for each sum. To count the number of sums created or the number of ambiguous sums, insert a filter at row 3. The screenshot can be enlarged by clicking on it.



Below are screenshots showing the program:



enter image description hereenter image description here



The program takes about 20 seconds to run.






share|cite|improve this answer









$endgroup$












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



    );






    Tode is a new contributor. Be nice, and check out our Code of Conduct.









    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140978%2fhow-many-ambiguous-combinations%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









    0












    $begingroup$

    Per your request, here is the program I made. It was done in Visual Basic for Excel. Below is a screenshot of Excel after the macro executed:



    enter image description here



    For the program to work, it is necessary that the "toe values" in row 3 are entered into Excel beforehand, exactly as shown. The X's below the toe values show which toes were chosen for each sum. To count the number of sums created or the number of ambiguous sums, insert a filter at row 3. The screenshot can be enlarged by clicking on it.



    Below are screenshots showing the program:



    enter image description hereenter image description here



    The program takes about 20 seconds to run.






    share|cite|improve this answer









    $endgroup$

















      0












      $begingroup$

      Per your request, here is the program I made. It was done in Visual Basic for Excel. Below is a screenshot of Excel after the macro executed:



      enter image description here



      For the program to work, it is necessary that the "toe values" in row 3 are entered into Excel beforehand, exactly as shown. The X's below the toe values show which toes were chosen for each sum. To count the number of sums created or the number of ambiguous sums, insert a filter at row 3. The screenshot can be enlarged by clicking on it.



      Below are screenshots showing the program:



      enter image description hereenter image description here



      The program takes about 20 seconds to run.






      share|cite|improve this answer









      $endgroup$















        0












        0








        0





        $begingroup$

        Per your request, here is the program I made. It was done in Visual Basic for Excel. Below is a screenshot of Excel after the macro executed:



        enter image description here



        For the program to work, it is necessary that the "toe values" in row 3 are entered into Excel beforehand, exactly as shown. The X's below the toe values show which toes were chosen for each sum. To count the number of sums created or the number of ambiguous sums, insert a filter at row 3. The screenshot can be enlarged by clicking on it.



        Below are screenshots showing the program:



        enter image description hereenter image description here



        The program takes about 20 seconds to run.






        share|cite|improve this answer









        $endgroup$



        Per your request, here is the program I made. It was done in Visual Basic for Excel. Below is a screenshot of Excel after the macro executed:



        enter image description here



        For the program to work, it is necessary that the "toe values" in row 3 are entered into Excel beforehand, exactly as shown. The X's below the toe values show which toes were chosen for each sum. To count the number of sums created or the number of ambiguous sums, insert a filter at row 3. The screenshot can be enlarged by clicking on it.



        Below are screenshots showing the program:



        enter image description hereenter image description here



        The program takes about 20 seconds to run.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered 14 mins ago









        JensJens

        3,90021031




        3,90021031




















            Tode is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            Tode is a new contributor. Be nice, and check out our Code of Conduct.












            Tode is a new contributor. Be nice, and check out our Code of Conduct.











            Tode is a new contributor. Be nice, and check out our Code of Conduct.














            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%2f3140978%2fhow-many-ambiguous-combinations%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

            Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

            random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

            How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer