Ten people are sitting in a row, and each is thinking of a negative integer no smaller than $-15$.
$begingroup$
Ten people are sitting in a row, and each is thinking of a negative integer no smaller than $-15$. Each person subtracts, from his own number, the number of the person sitting to his right (the rightmost person does nothing). Because he has nothing else to do, the rightmost person observes that all the differences were positive. Let $x$ be the greatest integer owned by one of the 10 people at the beginning. What is the minimum possible value of $x$?
Not sure how to go about this. I think it is 1 since -14-(-15)=1. I'm not sure though.
arithmetic
$endgroup$
add a comment |
$begingroup$
Ten people are sitting in a row, and each is thinking of a negative integer no smaller than $-15$. Each person subtracts, from his own number, the number of the person sitting to his right (the rightmost person does nothing). Because he has nothing else to do, the rightmost person observes that all the differences were positive. Let $x$ be the greatest integer owned by one of the 10 people at the beginning. What is the minimum possible value of $x$?
Not sure how to go about this. I think it is 1 since -14-(-15)=1. I'm not sure though.
arithmetic
$endgroup$
$begingroup$
Yes, they are integers no smaller than -15
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
Ten people are sitting in a row, and each is thinking of a negative integer no smaller than $-15$. Each person subtracts, from his own number, the number of the person sitting to his right (the rightmost person does nothing). Because he has nothing else to do, the rightmost person observes that all the differences were positive. Let $x$ be the greatest integer owned by one of the 10 people at the beginning. What is the minimum possible value of $x$?
Not sure how to go about this. I think it is 1 since -14-(-15)=1. I'm not sure though.
arithmetic
$endgroup$
Ten people are sitting in a row, and each is thinking of a negative integer no smaller than $-15$. Each person subtracts, from his own number, the number of the person sitting to his right (the rightmost person does nothing). Because he has nothing else to do, the rightmost person observes that all the differences were positive. Let $x$ be the greatest integer owned by one of the 10 people at the beginning. What is the minimum possible value of $x$?
Not sure how to go about this. I think it is 1 since -14-(-15)=1. I'm not sure though.
arithmetic
arithmetic
asked Feb 21 '18 at 17:52
ddswsdddswsd
37917
37917
$begingroup$
Yes, they are integers no smaller than -15
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
Yes, they are integers no smaller than -15
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
$begingroup$
Yes, they are integers no smaller than -15
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
$begingroup$
Yes, they are integers no smaller than -15
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Let $x_1,x_2,dots,x_{10}$ be your numbers. Then $y_i=x_i-x_{i+1}.$ for $i=1,dots,9,$ be the results of the subtractions. Since $y_i$ are positive, then $x_igeq 1+x_{i+1}.$ In particular, $x_1$ is the largest value, and $x_1geq x_{10}+9geq -15+9=-6.$
Now you just need to find such an example where $x_1=-6.$ That is you minimum largest $x_i.$
$endgroup$
add a comment |
$begingroup$
As I understand it, we shall have
$-15 le x_n le -1$ and $0 < x_n -x_{n+1}$.
That is
$-15 le x_{10}<x_9< cdots < x_1 le -1$
Then greatest $x$, means $x_n le -1$ for any $n$, while "minimum possible" means that when $x_{10}=-15$ then $x_1=-6$ (?)
$endgroup$
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
Each person's number has to be greater than the number of the person sitting to his right, so that when he subtracts his righthand person's number from his own, he gets a positive number. This means that the person on the far left had the largest number to start with; in other words, the leftmost person had the number $x$. This also means that the rightmost person had the smallest integer to start with.
We want to minimize $x$, so it makes sense to give the rightmost person $-15$, since that's the lowest number he could have started with. We also want to make the differences as small as possible, so let all the differences be 1 (remember, all the numbers must be integers). This means that as we go from right to left, we add 1 for each person we pass. Since there were 9 differences calculated in total (one person did nothing), we add 9 overall in going from the rightmost person to the leftmost person. Since the rightmost person had $-15$, the minimum that the leftmost person could have had is $-15+9=boxed{-6}$.
$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
});
}
});
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%2f2660595%2ften-people-are-sitting-in-a-row-and-each-is-thinking-of-a-negative-integer-no-s%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$
Let $x_1,x_2,dots,x_{10}$ be your numbers. Then $y_i=x_i-x_{i+1}.$ for $i=1,dots,9,$ be the results of the subtractions. Since $y_i$ are positive, then $x_igeq 1+x_{i+1}.$ In particular, $x_1$ is the largest value, and $x_1geq x_{10}+9geq -15+9=-6.$
Now you just need to find such an example where $x_1=-6.$ That is you minimum largest $x_i.$
$endgroup$
add a comment |
$begingroup$
Let $x_1,x_2,dots,x_{10}$ be your numbers. Then $y_i=x_i-x_{i+1}.$ for $i=1,dots,9,$ be the results of the subtractions. Since $y_i$ are positive, then $x_igeq 1+x_{i+1}.$ In particular, $x_1$ is the largest value, and $x_1geq x_{10}+9geq -15+9=-6.$
Now you just need to find such an example where $x_1=-6.$ That is you minimum largest $x_i.$
$endgroup$
add a comment |
$begingroup$
Let $x_1,x_2,dots,x_{10}$ be your numbers. Then $y_i=x_i-x_{i+1}.$ for $i=1,dots,9,$ be the results of the subtractions. Since $y_i$ are positive, then $x_igeq 1+x_{i+1}.$ In particular, $x_1$ is the largest value, and $x_1geq x_{10}+9geq -15+9=-6.$
Now you just need to find such an example where $x_1=-6.$ That is you minimum largest $x_i.$
$endgroup$
Let $x_1,x_2,dots,x_{10}$ be your numbers. Then $y_i=x_i-x_{i+1}.$ for $i=1,dots,9,$ be the results of the subtractions. Since $y_i$ are positive, then $x_igeq 1+x_{i+1}.$ In particular, $x_1$ is the largest value, and $x_1geq x_{10}+9geq -15+9=-6.$
Now you just need to find such an example where $x_1=-6.$ That is you minimum largest $x_i.$
answered Feb 21 '18 at 18:41


Thomas AndrewsThomas Andrews
130k12147298
130k12147298
add a comment |
add a comment |
$begingroup$
As I understand it, we shall have
$-15 le x_n le -1$ and $0 < x_n -x_{n+1}$.
That is
$-15 le x_{10}<x_9< cdots < x_1 le -1$
Then greatest $x$, means $x_n le -1$ for any $n$, while "minimum possible" means that when $x_{10}=-15$ then $x_1=-6$ (?)
$endgroup$
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
As I understand it, we shall have
$-15 le x_n le -1$ and $0 < x_n -x_{n+1}$.
That is
$-15 le x_{10}<x_9< cdots < x_1 le -1$
Then greatest $x$, means $x_n le -1$ for any $n$, while "minimum possible" means that when $x_{10}=-15$ then $x_1=-6$ (?)
$endgroup$
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
As I understand it, we shall have
$-15 le x_n le -1$ and $0 < x_n -x_{n+1}$.
That is
$-15 le x_{10}<x_9< cdots < x_1 le -1$
Then greatest $x$, means $x_n le -1$ for any $n$, while "minimum possible" means that when $x_{10}=-15$ then $x_1=-6$ (?)
$endgroup$
As I understand it, we shall have
$-15 le x_n le -1$ and $0 < x_n -x_{n+1}$.
That is
$-15 le x_{10}<x_9< cdots < x_1 le -1$
Then greatest $x$, means $x_n le -1$ for any $n$, while "minimum possible" means that when $x_{10}=-15$ then $x_1=-6$ (?)
edited Feb 21 '18 at 18:55
answered Feb 21 '18 at 18:09
G CabG Cab
19.9k31340
19.9k31340
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
$begingroup$
I'm not sure I understand this.
$endgroup$
– ddswsd
Feb 21 '18 at 18:25
add a comment |
$begingroup$
Each person's number has to be greater than the number of the person sitting to his right, so that when he subtracts his righthand person's number from his own, he gets a positive number. This means that the person on the far left had the largest number to start with; in other words, the leftmost person had the number $x$. This also means that the rightmost person had the smallest integer to start with.
We want to minimize $x$, so it makes sense to give the rightmost person $-15$, since that's the lowest number he could have started with. We also want to make the differences as small as possible, so let all the differences be 1 (remember, all the numbers must be integers). This means that as we go from right to left, we add 1 for each person we pass. Since there were 9 differences calculated in total (one person did nothing), we add 9 overall in going from the rightmost person to the leftmost person. Since the rightmost person had $-15$, the minimum that the leftmost person could have had is $-15+9=boxed{-6}$.
$endgroup$
add a comment |
$begingroup$
Each person's number has to be greater than the number of the person sitting to his right, so that when he subtracts his righthand person's number from his own, he gets a positive number. This means that the person on the far left had the largest number to start with; in other words, the leftmost person had the number $x$. This also means that the rightmost person had the smallest integer to start with.
We want to minimize $x$, so it makes sense to give the rightmost person $-15$, since that's the lowest number he could have started with. We also want to make the differences as small as possible, so let all the differences be 1 (remember, all the numbers must be integers). This means that as we go from right to left, we add 1 for each person we pass. Since there were 9 differences calculated in total (one person did nothing), we add 9 overall in going from the rightmost person to the leftmost person. Since the rightmost person had $-15$, the minimum that the leftmost person could have had is $-15+9=boxed{-6}$.
$endgroup$
add a comment |
$begingroup$
Each person's number has to be greater than the number of the person sitting to his right, so that when he subtracts his righthand person's number from his own, he gets a positive number. This means that the person on the far left had the largest number to start with; in other words, the leftmost person had the number $x$. This also means that the rightmost person had the smallest integer to start with.
We want to minimize $x$, so it makes sense to give the rightmost person $-15$, since that's the lowest number he could have started with. We also want to make the differences as small as possible, so let all the differences be 1 (remember, all the numbers must be integers). This means that as we go from right to left, we add 1 for each person we pass. Since there were 9 differences calculated in total (one person did nothing), we add 9 overall in going from the rightmost person to the leftmost person. Since the rightmost person had $-15$, the minimum that the leftmost person could have had is $-15+9=boxed{-6}$.
$endgroup$
Each person's number has to be greater than the number of the person sitting to his right, so that when he subtracts his righthand person's number from his own, he gets a positive number. This means that the person on the far left had the largest number to start with; in other words, the leftmost person had the number $x$. This also means that the rightmost person had the smallest integer to start with.
We want to minimize $x$, so it makes sense to give the rightmost person $-15$, since that's the lowest number he could have started with. We also want to make the differences as small as possible, so let all the differences be 1 (remember, all the numbers must be integers). This means that as we go from right to left, we add 1 for each person we pass. Since there were 9 differences calculated in total (one person did nothing), we add 9 overall in going from the rightmost person to the leftmost person. Since the rightmost person had $-15$, the minimum that the leftmost person could have had is $-15+9=boxed{-6}$.
answered Jan 21 at 22:46
szaasdszaasd
1
1
add a comment |
add a comment |
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%2f2660595%2ften-people-are-sitting-in-a-row-and-each-is-thinking-of-a-negative-integer-no-s%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$
Yes, they are integers no smaller than -15
$endgroup$
– ddswsd
Feb 21 '18 at 18:25