You surely don't want to score 100/100
$begingroup$
The Story:
Today, the Maths quizzes are handed out by the teacher.
You got 100/100. Everyone got 100/100.
But you're not happy with it. Everyone's not happy with it.
You want to score lower. Everyone wants to score lower.
What? Why? Yes, that's the truth.
So, one of your classmates, proposed an idea. You are all going to compete for the lowest mark.
But, everyone knows each other's mark.
So, why the challenge? Because... everyone has a chance (or more)
The challenge: The teacher sees that you are all unsatisfied, and decided to give you all one more chance. This would be your final result.
The Quiz:
The Maths teacher is queer. The quiz consists of only one question scoring 100% of the quiz.
The Question:
Use $1,2,3,4,5,6,7,8,9$ to form 100, each digit once and only once.
Criteria:
For each use of a new kind of operator, $+10$ marks.
For each concatenation of digits, $+5$ marks.
For each operator:
Count the use of that operator. Let that be $n$. $-n(n-1)/2$ marks.
If the Maths teacher find any unnecessary operators, +50 for each one.
Can you win the challenge? What's your score?
List of allowed operators:
$+, -, *, /$ [as in division]$, sqrt{} , text{^}$ (as in exponentiation), $floor(), ceil()$
List of operators not allowed:
$!, log()$
For any inquiries about operators, feel free to ask in the comments. Happy Puzzling ;)
Sorry for the horrible explanation by the Maths teacher. There was a mess during the requiz. Here is a dialogue:
JonMark Perry: Do we have to use every digit 1-9 exactly once?
Teacher: Yes.
Thomas Blue: Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
Teacher: Yes. The equation needs to be valid.
Athin: What is unnecessary operators?
Teacher: operators that can be directly removed without changing the result. Sorry for all this chaos as this is the first time I created such a puzzle...
Teacher: Puzzles belong to the intelligent, and those who find loopholes always have the wit to win... Perhaps the teacher should become the student and the student the teacher... (sigh)...
Hope this helps!
mathematics story calculation-puzzle
$endgroup$
|
show 1 more comment
$begingroup$
The Story:
Today, the Maths quizzes are handed out by the teacher.
You got 100/100. Everyone got 100/100.
But you're not happy with it. Everyone's not happy with it.
You want to score lower. Everyone wants to score lower.
What? Why? Yes, that's the truth.
So, one of your classmates, proposed an idea. You are all going to compete for the lowest mark.
But, everyone knows each other's mark.
So, why the challenge? Because... everyone has a chance (or more)
The challenge: The teacher sees that you are all unsatisfied, and decided to give you all one more chance. This would be your final result.
The Quiz:
The Maths teacher is queer. The quiz consists of only one question scoring 100% of the quiz.
The Question:
Use $1,2,3,4,5,6,7,8,9$ to form 100, each digit once and only once.
Criteria:
For each use of a new kind of operator, $+10$ marks.
For each concatenation of digits, $+5$ marks.
For each operator:
Count the use of that operator. Let that be $n$. $-n(n-1)/2$ marks.
If the Maths teacher find any unnecessary operators, +50 for each one.
Can you win the challenge? What's your score?
List of allowed operators:
$+, -, *, /$ [as in division]$, sqrt{} , text{^}$ (as in exponentiation), $floor(), ceil()$
List of operators not allowed:
$!, log()$
For any inquiries about operators, feel free to ask in the comments. Happy Puzzling ;)
Sorry for the horrible explanation by the Maths teacher. There was a mess during the requiz. Here is a dialogue:
JonMark Perry: Do we have to use every digit 1-9 exactly once?
Teacher: Yes.
Thomas Blue: Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
Teacher: Yes. The equation needs to be valid.
Athin: What is unnecessary operators?
Teacher: operators that can be directly removed without changing the result. Sorry for all this chaos as this is the first time I created such a puzzle...
Teacher: Puzzles belong to the intelligent, and those who find loopholes always have the wit to win... Perhaps the teacher should become the student and the student the teacher... (sigh)...
Hope this helps!
mathematics story calculation-puzzle
$endgroup$
1
$begingroup$
do we have to use every digit 1-9 exactly once?
$endgroup$
– JonMark Perry
Jan 30 at 11:30
2
$begingroup$
Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
$endgroup$
– Thomas Blue
Jan 30 at 11:38
5
$begingroup$
Also, in this conditions can score be made arbitrarily low by adding floor(floor(floor(floor(...)))) to the final answer, so that it exploits the last criteria to the great extent?
$endgroup$
– Thomas Blue
Jan 30 at 11:43
$begingroup$
That will teach me to read the question properly. Did not realise floor and ceil were allowed. Also if using 1 on its own, you could apply sqrt abitrarily often to it and it still works
$endgroup$
– hexomino
Jan 30 at 11:46
1
$begingroup$
This has many similarities with an earlier puzzle.
$endgroup$
– Bass
Jan 30 at 13:18
|
show 1 more comment
$begingroup$
The Story:
Today, the Maths quizzes are handed out by the teacher.
You got 100/100. Everyone got 100/100.
But you're not happy with it. Everyone's not happy with it.
You want to score lower. Everyone wants to score lower.
What? Why? Yes, that's the truth.
So, one of your classmates, proposed an idea. You are all going to compete for the lowest mark.
But, everyone knows each other's mark.
So, why the challenge? Because... everyone has a chance (or more)
The challenge: The teacher sees that you are all unsatisfied, and decided to give you all one more chance. This would be your final result.
The Quiz:
The Maths teacher is queer. The quiz consists of only one question scoring 100% of the quiz.
The Question:
Use $1,2,3,4,5,6,7,8,9$ to form 100, each digit once and only once.
Criteria:
For each use of a new kind of operator, $+10$ marks.
For each concatenation of digits, $+5$ marks.
For each operator:
Count the use of that operator. Let that be $n$. $-n(n-1)/2$ marks.
If the Maths teacher find any unnecessary operators, +50 for each one.
Can you win the challenge? What's your score?
List of allowed operators:
$+, -, *, /$ [as in division]$, sqrt{} , text{^}$ (as in exponentiation), $floor(), ceil()$
List of operators not allowed:
$!, log()$
For any inquiries about operators, feel free to ask in the comments. Happy Puzzling ;)
Sorry for the horrible explanation by the Maths teacher. There was a mess during the requiz. Here is a dialogue:
JonMark Perry: Do we have to use every digit 1-9 exactly once?
Teacher: Yes.
Thomas Blue: Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
Teacher: Yes. The equation needs to be valid.
Athin: What is unnecessary operators?
Teacher: operators that can be directly removed without changing the result. Sorry for all this chaos as this is the first time I created such a puzzle...
Teacher: Puzzles belong to the intelligent, and those who find loopholes always have the wit to win... Perhaps the teacher should become the student and the student the teacher... (sigh)...
Hope this helps!
mathematics story calculation-puzzle
$endgroup$
The Story:
Today, the Maths quizzes are handed out by the teacher.
You got 100/100. Everyone got 100/100.
But you're not happy with it. Everyone's not happy with it.
You want to score lower. Everyone wants to score lower.
What? Why? Yes, that's the truth.
So, one of your classmates, proposed an idea. You are all going to compete for the lowest mark.
But, everyone knows each other's mark.
So, why the challenge? Because... everyone has a chance (or more)
The challenge: The teacher sees that you are all unsatisfied, and decided to give you all one more chance. This would be your final result.
The Quiz:
The Maths teacher is queer. The quiz consists of only one question scoring 100% of the quiz.
The Question:
Use $1,2,3,4,5,6,7,8,9$ to form 100, each digit once and only once.
Criteria:
For each use of a new kind of operator, $+10$ marks.
For each concatenation of digits, $+5$ marks.
For each operator:
Count the use of that operator. Let that be $n$. $-n(n-1)/2$ marks.
If the Maths teacher find any unnecessary operators, +50 for each one.
Can you win the challenge? What's your score?
List of allowed operators:
$+, -, *, /$ [as in division]$, sqrt{} , text{^}$ (as in exponentiation), $floor(), ceil()$
List of operators not allowed:
$!, log()$
For any inquiries about operators, feel free to ask in the comments. Happy Puzzling ;)
Sorry for the horrible explanation by the Maths teacher. There was a mess during the requiz. Here is a dialogue:
JonMark Perry: Do we have to use every digit 1-9 exactly once?
Teacher: Yes.
Thomas Blue: Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
Teacher: Yes. The equation needs to be valid.
Athin: What is unnecessary operators?
Teacher: operators that can be directly removed without changing the result. Sorry for all this chaos as this is the first time I created such a puzzle...
Teacher: Puzzles belong to the intelligent, and those who find loopholes always have the wit to win... Perhaps the teacher should become the student and the student the teacher... (sigh)...
Hope this helps!
mathematics story calculation-puzzle
mathematics story calculation-puzzle
edited Mar 15 at 20:35


Glorfindel
14.4k45386
14.4k45386
asked Jan 30 at 11:25


Omega KryptonOmega Krypton
5,4042847
5,4042847
1
$begingroup$
do we have to use every digit 1-9 exactly once?
$endgroup$
– JonMark Perry
Jan 30 at 11:30
2
$begingroup$
Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
$endgroup$
– Thomas Blue
Jan 30 at 11:38
5
$begingroup$
Also, in this conditions can score be made arbitrarily low by adding floor(floor(floor(floor(...)))) to the final answer, so that it exploits the last criteria to the great extent?
$endgroup$
– Thomas Blue
Jan 30 at 11:43
$begingroup$
That will teach me to read the question properly. Did not realise floor and ceil were allowed. Also if using 1 on its own, you could apply sqrt abitrarily often to it and it still works
$endgroup$
– hexomino
Jan 30 at 11:46
1
$begingroup$
This has many similarities with an earlier puzzle.
$endgroup$
– Bass
Jan 30 at 13:18
|
show 1 more comment
1
$begingroup$
do we have to use every digit 1-9 exactly once?
$endgroup$
– JonMark Perry
Jan 30 at 11:30
2
$begingroup$
Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
$endgroup$
– Thomas Blue
Jan 30 at 11:38
5
$begingroup$
Also, in this conditions can score be made arbitrarily low by adding floor(floor(floor(floor(...)))) to the final answer, so that it exploits the last criteria to the great extent?
$endgroup$
– Thomas Blue
Jan 30 at 11:43
$begingroup$
That will teach me to read the question properly. Did not realise floor and ceil were allowed. Also if using 1 on its own, you could apply sqrt abitrarily often to it and it still works
$endgroup$
– hexomino
Jan 30 at 11:46
1
$begingroup$
This has many similarities with an earlier puzzle.
$endgroup$
– Bass
Jan 30 at 13:18
1
1
$begingroup$
do we have to use every digit 1-9 exactly once?
$endgroup$
– JonMark Perry
Jan 30 at 11:30
$begingroup$
do we have to use every digit 1-9 exactly once?
$endgroup$
– JonMark Perry
Jan 30 at 11:30
2
2
$begingroup$
Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
$endgroup$
– Thomas Blue
Jan 30 at 11:38
$begingroup$
Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
$endgroup$
– Thomas Blue
Jan 30 at 11:38
5
5
$begingroup$
Also, in this conditions can score be made arbitrarily low by adding floor(floor(floor(floor(...)))) to the final answer, so that it exploits the last criteria to the great extent?
$endgroup$
– Thomas Blue
Jan 30 at 11:43
$begingroup$
Also, in this conditions can score be made arbitrarily low by adding floor(floor(floor(floor(...)))) to the final answer, so that it exploits the last criteria to the great extent?
$endgroup$
– Thomas Blue
Jan 30 at 11:43
$begingroup$
That will teach me to read the question properly. Did not realise floor and ceil were allowed. Also if using 1 on its own, you could apply sqrt abitrarily often to it and it still works
$endgroup$
– hexomino
Jan 30 at 11:46
$begingroup$
That will teach me to read the question properly. Did not realise floor and ceil were allowed. Also if using 1 on its own, you could apply sqrt abitrarily often to it and it still works
$endgroup$
– hexomino
Jan 30 at 11:46
1
1
$begingroup$
This has many similarities with an earlier puzzle.
$endgroup$
– Bass
Jan 30 at 13:18
$begingroup$
This has many similarities with an earlier puzzle.
$endgroup$
– Bass
Jan 30 at 13:18
|
show 1 more comment
3 Answers
3
active
oldest
votes
$begingroup$
Tricky tricks: Loophole battle with the teacher
Flooring trick ver.2 (copied the nice formulas from hexomino, tyvm)
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ Since each of the unary floors is unnecessary, we will get a +50 bonus for each of those. Well then, let us use more to compensate for that. Taking the example provided, and using 1001 floor operators, we get score of:
$+ 3*10 + 5 - (6*5/2) - (1001*1000/2) + 50*1001 = -450430$ points (and immediate detention)
$endgroup$
9
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
add a comment |
$begingroup$
This answer
$4 times 5^{2^{1^{3^{6^{7^{8^9}}}}}} = 100$
has a score of
$20 - frac{7 times 6}{2} = -1$
$endgroup$
add a comment |
$begingroup$
How about this to start
$1+3-4+5+6+72+8+9 = 100$
For a score of
$10 = $$10$ (for $+$) $ + 10$ (for $-$) $ + 5$ (for concatenation) $- 15$ (for using $+$ six times)
Edit: However, as Thomas Blue points out in the comments
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ $$ceil(ceil(ceil(ldots(ceil(1+3-4+5+6+72+8+9))ldots))) = 100 $$ and can use a similar trick with the square root operator and $1$ $$ sqrt{sqrt{sqrt{ldots sqrt{1}}}}+3-4+5+6+72+8+9 = 100 $$ so perhaps these operators should be disallowed?
Update: the question has now been edited with the intention of addressing this scenario.
$endgroup$
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
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: "559"
};
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
});
}
});
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%2fpuzzling.stackexchange.com%2fquestions%2f79049%2fyou-surely-dont-want-to-score-100-100%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Tricky tricks: Loophole battle with the teacher
Flooring trick ver.2 (copied the nice formulas from hexomino, tyvm)
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ Since each of the unary floors is unnecessary, we will get a +50 bonus for each of those. Well then, let us use more to compensate for that. Taking the example provided, and using 1001 floor operators, we get score of:
$+ 3*10 + 5 - (6*5/2) - (1001*1000/2) + 50*1001 = -450430$ points (and immediate detention)
$endgroup$
9
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
add a comment |
$begingroup$
Tricky tricks: Loophole battle with the teacher
Flooring trick ver.2 (copied the nice formulas from hexomino, tyvm)
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ Since each of the unary floors is unnecessary, we will get a +50 bonus for each of those. Well then, let us use more to compensate for that. Taking the example provided, and using 1001 floor operators, we get score of:
$+ 3*10 + 5 - (6*5/2) - (1001*1000/2) + 50*1001 = -450430$ points (and immediate detention)
$endgroup$
9
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
add a comment |
$begingroup$
Tricky tricks: Loophole battle with the teacher
Flooring trick ver.2 (copied the nice formulas from hexomino, tyvm)
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ Since each of the unary floors is unnecessary, we will get a +50 bonus for each of those. Well then, let us use more to compensate for that. Taking the example provided, and using 1001 floor operators, we get score of:
$+ 3*10 + 5 - (6*5/2) - (1001*1000/2) + 50*1001 = -450430$ points (and immediate detention)
$endgroup$
Tricky tricks: Loophole battle with the teacher
Flooring trick ver.2 (copied the nice formulas from hexomino, tyvm)
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ Since each of the unary floors is unnecessary, we will get a +50 bonus for each of those. Well then, let us use more to compensate for that. Taking the example provided, and using 1001 floor operators, we get score of:
$+ 3*10 + 5 - (6*5/2) - (1001*1000/2) + 50*1001 = -450430$ points (and immediate detention)
edited Feb 17 at 6:30


Omega Krypton
5,4042847
5,4042847
answered Jan 30 at 12:52


Thomas BlueThomas Blue
2,3581547
2,3581547
9
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
add a comment |
9
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
9
9
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
+1 quadratic scaling beats linear scaling every time.
$endgroup$
– hexomino
Jan 30 at 12:53
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
$begingroup$
nice job! @ThomasBlue
$endgroup$
– Omega Krypton
Jan 30 at 13:16
add a comment |
$begingroup$
This answer
$4 times 5^{2^{1^{3^{6^{7^{8^9}}}}}} = 100$
has a score of
$20 - frac{7 times 6}{2} = -1$
$endgroup$
add a comment |
$begingroup$
This answer
$4 times 5^{2^{1^{3^{6^{7^{8^9}}}}}} = 100$
has a score of
$20 - frac{7 times 6}{2} = -1$
$endgroup$
add a comment |
$begingroup$
This answer
$4 times 5^{2^{1^{3^{6^{7^{8^9}}}}}} = 100$
has a score of
$20 - frac{7 times 6}{2} = -1$
$endgroup$
This answer
$4 times 5^{2^{1^{3^{6^{7^{8^9}}}}}} = 100$
has a score of
$20 - frac{7 times 6}{2} = -1$
answered Jan 30 at 12:01


athinathin
8,48522776
8,48522776
add a comment |
add a comment |
$begingroup$
How about this to start
$1+3-4+5+6+72+8+9 = 100$
For a score of
$10 = $$10$ (for $+$) $ + 10$ (for $-$) $ + 5$ (for concatenation) $- 15$ (for using $+$ six times)
Edit: However, as Thomas Blue points out in the comments
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ $$ceil(ceil(ceil(ldots(ceil(1+3-4+5+6+72+8+9))ldots))) = 100 $$ and can use a similar trick with the square root operator and $1$ $$ sqrt{sqrt{sqrt{ldots sqrt{1}}}}+3-4+5+6+72+8+9 = 100 $$ so perhaps these operators should be disallowed?
Update: the question has now been edited with the intention of addressing this scenario.
$endgroup$
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
add a comment |
$begingroup$
How about this to start
$1+3-4+5+6+72+8+9 = 100$
For a score of
$10 = $$10$ (for $+$) $ + 10$ (for $-$) $ + 5$ (for concatenation) $- 15$ (for using $+$ six times)
Edit: However, as Thomas Blue points out in the comments
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ $$ceil(ceil(ceil(ldots(ceil(1+3-4+5+6+72+8+9))ldots))) = 100 $$ and can use a similar trick with the square root operator and $1$ $$ sqrt{sqrt{sqrt{ldots sqrt{1}}}}+3-4+5+6+72+8+9 = 100 $$ so perhaps these operators should be disallowed?
Update: the question has now been edited with the intention of addressing this scenario.
$endgroup$
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
add a comment |
$begingroup$
How about this to start
$1+3-4+5+6+72+8+9 = 100$
For a score of
$10 = $$10$ (for $+$) $ + 10$ (for $-$) $ + 5$ (for concatenation) $- 15$ (for using $+$ six times)
Edit: However, as Thomas Blue points out in the comments
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ $$ceil(ceil(ceil(ldots(ceil(1+3-4+5+6+72+8+9))ldots))) = 100 $$ and can use a similar trick with the square root operator and $1$ $$ sqrt{sqrt{sqrt{ldots sqrt{1}}}}+3-4+5+6+72+8+9 = 100 $$ so perhaps these operators should be disallowed?
Update: the question has now been edited with the intention of addressing this scenario.
$endgroup$
How about this to start
$1+3-4+5+6+72+8+9 = 100$
For a score of
$10 = $$10$ (for $+$) $ + 10$ (for $-$) $ + 5$ (for concatenation) $- 15$ (for using $+$ six times)
Edit: However, as Thomas Blue points out in the comments
We can use floor or ceil to reduce the score as far as we want e.g, $$floor(floor(floor(ldots(floor(1+3-4+5+6+72+8+9))ldots))) = 100 $$ $$ceil(ceil(ceil(ldots(ceil(1+3-4+5+6+72+8+9))ldots))) = 100 $$ and can use a similar trick with the square root operator and $1$ $$ sqrt{sqrt{sqrt{ldots sqrt{1}}}}+3-4+5+6+72+8+9 = 100 $$ so perhaps these operators should be disallowed?
Update: the question has now been edited with the intention of addressing this scenario.
edited Jan 30 at 12:18
answered Jan 30 at 11:41


hexominohexomino
45.6k4140219
45.6k4140219
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
add a comment |
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
$begingroup$
edited the rule to prevent this situation
$endgroup$
– Omega Krypton
Jan 30 at 12:14
add a comment |
Thanks for contributing an answer to Puzzling 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%2fpuzzling.stackexchange.com%2fquestions%2f79049%2fyou-surely-dont-want-to-score-100-100%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
1
$begingroup$
do we have to use every digit 1-9 exactly once?
$endgroup$
– JonMark Perry
Jan 30 at 11:30
2
$begingroup$
Do we actually have to compete? I mean, wouldn't 123456789 = 100 give us the lowest score, since it will also be wrong?
$endgroup$
– Thomas Blue
Jan 30 at 11:38
5
$begingroup$
Also, in this conditions can score be made arbitrarily low by adding floor(floor(floor(floor(...)))) to the final answer, so that it exploits the last criteria to the great extent?
$endgroup$
– Thomas Blue
Jan 30 at 11:43
$begingroup$
That will teach me to read the question properly. Did not realise floor and ceil were allowed. Also if using 1 on its own, you could apply sqrt abitrarily often to it and it still works
$endgroup$
– hexomino
Jan 30 at 11:46
1
$begingroup$
This has many similarities with an earlier puzzle.
$endgroup$
– Bass
Jan 30 at 13:18