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
$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:
How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?
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
New contributor
$endgroup$
|
show 6 more comments
$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:
How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?
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
New contributor
$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
|
show 6 more comments
$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:
How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?
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
New contributor
$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:
How can I calculate the number of ambiguous combinations of marks for a given $binomAB$ and numbering scheme?
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
combinatorics
New contributor
New contributor
New contributor
asked yesterday
TodeTode
1
1
New contributor
New contributor
$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
|
show 6 more comments
$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
|
show 6 more comments
1 Answer
1
active
oldest
votes
$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:
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:
The program takes about 20 seconds to run.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Tode is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%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
$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:
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:
The program takes about 20 seconds to run.
$endgroup$
add a comment |
$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:
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:
The program takes about 20 seconds to run.
$endgroup$
add a comment |
$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:
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:
The program takes about 20 seconds to run.
$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:
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:
The program takes about 20 seconds to run.
answered 14 mins ago
JensJens
3,90021031
3,90021031
add a comment |
add a comment |
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.
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3140978%2fhow-many-ambiguous-combinations%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$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