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

Multi tool use
Multi tool use

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







            EgJt4KOJu5SisqQYjy,WeqvfPrtFpwyE3btdZ8hruho0zddtEdWxE,N4ifAhkp7N,bS9 ue2Pv,nCh0Xe,BBoG,0SjIims,SIAoJXWP
            VMvN1,NJ b 5a5K,zqg8,QWx5WYr8Ky

            Popular posts from this blog

            Football at the 1986 Brunei Merdeka Games Contents Teams Group stage Knockout stage References Navigation menu"Brunei Merdeka Games 1986".

            Solar Wings Breeze Design and development Specifications (Breeze) References Navigation menu1368-485X"Hang glider: Breeze (Solar Wings)"e

            Kathakali Contents Etymology and nomenclature History Repertoire Songs and musical instruments Traditional plays Styles: Sampradayam Training centers and awards Relationship to other dance forms See also Notes References External links Navigation menueThe Illustrated Encyclopedia of Hinduism: A-MSouth Asian Folklore: An EncyclopediaRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to PlayKathakali Dance-drama: Where Gods and Demons Come to Play10.1353/atj.2005.0004The Illustrated Encyclopedia of Hinduism: A-MEncyclopedia of HinduismKathakali Dance-drama: Where Gods and Demons Come to PlaySonic Liturgy: Ritual and Music in Hindu Tradition"The Mirror of Gesture"Kathakali Dance-drama: Where Gods and Demons Come to Play"Kathakali"Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceMedieval Indian Literature: An AnthologyThe Oxford Companion to Indian TheatreSouth Asian Folklore: An Encyclopedia : Afghanistan, Bangladesh, India, Nepal, Pakistan, Sri LankaThe Rise of Performance Studies: Rethinking Richard Schechner's Broad SpectrumIndian Theatre: Traditions of PerformanceModern Asian Theatre and Performance 1900-2000Critical Theory and PerformanceBetween Theater and AnthropologyKathakali603847011Indian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceIndian Theatre: Traditions of PerformanceBetween Theater and AnthropologyBetween Theater and AnthropologyNambeesan Smaraka AwardsArchivedThe Cambridge Guide to TheatreRoutledge International Encyclopedia of Women: Global Women's Issues and KnowledgeThe Garland Encyclopedia of World Music: South Asia : the Indian subcontinentThe Ethos of Noh: Actors and Their Art10.2307/1145740By Means of Performance: Intercultural Studies of Theatre and Ritual10.1017/s204912550000100xReconceiving the Renaissance: A Critical ReaderPerformance TheoryListening to Theatre: The Aural Dimension of Beijing Opera10.2307/1146013Kathakali: The Art of the Non-WorldlyOn KathakaliKathakali, the dance theatreThe Kathakali Complex: Performance & StructureKathakali Dance-Drama: Where Gods and Demons Come to Play10.1093/obo/9780195399318-0071Drama and Ritual of Early Hinduism"In the Shadow of Hollywood Orientalism: Authentic East Indian Dancing"10.1080/08949460490274013Sanskrit Play Production in Ancient IndiaIndian Music: History and StructureBharata, the Nāṭyaśāstra233639306Table of Contents2238067286469807Dance In Indian Painting10.2307/32047833204783Kathakali Dance-Theatre: A Visual Narrative of Sacred Indian MimeIndian Classical Dance: The Renaissance and BeyondKathakali: an indigenous art-form of Keralaeee