Constant Rate of Decline Over x Period- Average Per Day
$begingroup$
Forgive me ignorance in advance for this question as I'm not a mathematician in any respect. I can't even pretend to give correct terminology so I'll just give an example:
We're a a retail company. We buy 1000 units of products. We sell an equal amount of these products each day and by day 90 we have 0 products. How do I calculate how many units we have on average each day over that 90 days? (even better would be calculating the average units on hand in month 1, month 2, and month 3.
I can calculate this manually but I'm sure there must be a nice formula for this (I'll be putting the formula ultimately into Excel if that makes a difference)
Thank you so much in advance!
constants
$endgroup$
add a comment |
$begingroup$
Forgive me ignorance in advance for this question as I'm not a mathematician in any respect. I can't even pretend to give correct terminology so I'll just give an example:
We're a a retail company. We buy 1000 units of products. We sell an equal amount of these products each day and by day 90 we have 0 products. How do I calculate how many units we have on average each day over that 90 days? (even better would be calculating the average units on hand in month 1, month 2, and month 3.
I can calculate this manually but I'm sure there must be a nice formula for this (I'll be putting the formula ultimately into Excel if that makes a difference)
Thank you so much in advance!
constants
$endgroup$
add a comment |
$begingroup$
Forgive me ignorance in advance for this question as I'm not a mathematician in any respect. I can't even pretend to give correct terminology so I'll just give an example:
We're a a retail company. We buy 1000 units of products. We sell an equal amount of these products each day and by day 90 we have 0 products. How do I calculate how many units we have on average each day over that 90 days? (even better would be calculating the average units on hand in month 1, month 2, and month 3.
I can calculate this manually but I'm sure there must be a nice formula for this (I'll be putting the formula ultimately into Excel if that makes a difference)
Thank you so much in advance!
constants
$endgroup$
Forgive me ignorance in advance for this question as I'm not a mathematician in any respect. I can't even pretend to give correct terminology so I'll just give an example:
We're a a retail company. We buy 1000 units of products. We sell an equal amount of these products each day and by day 90 we have 0 products. How do I calculate how many units we have on average each day over that 90 days? (even better would be calculating the average units on hand in month 1, month 2, and month 3.
I can calculate this manually but I'm sure there must be a nice formula for this (I'll be putting the formula ultimately into Excel if that makes a difference)
Thank you so much in advance!
constants
constants
asked Mar 18 '18 at 14:29
David-Dj BryantDavid-Dj Bryant
11
11
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Since the rate of change is constant, in $90$ days you sell $1000$ units, in $1$ day you sell $frac{1000}{90} = frac{100}{9}$ or $11.111 cdots$ units.
As an extension, you can make a formula to find how many units you have in a given day, or how many days it would take to reach a given unit.
Let $y$ be the number of units, and $x$ be the number of days. The equation of a line is $y = mx+b$. Then the constant rate of change – the slope $m$ is $frac{100}{9}$ as in the first part.
We now have $y = frac{100}{9}x + b$. Since we know that in $90$ days, there will be $0$ units, we can substitute $x = 90$, $y = 0$ into the equation to get $0 = frac{100}{9} cdot 90 + b$. This is $0 = 1000+b$, so $b = 1000$. Putting it all together, we have $y = frac{100}{9}x + 1000$. Now you can substitute $x = 30, 60, 90$ to find how how many units you have at the end of each month.
$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%2f2697325%2fconstant-rate-of-decline-over-x-period-average-per-day%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$
Since the rate of change is constant, in $90$ days you sell $1000$ units, in $1$ day you sell $frac{1000}{90} = frac{100}{9}$ or $11.111 cdots$ units.
As an extension, you can make a formula to find how many units you have in a given day, or how many days it would take to reach a given unit.
Let $y$ be the number of units, and $x$ be the number of days. The equation of a line is $y = mx+b$. Then the constant rate of change – the slope $m$ is $frac{100}{9}$ as in the first part.
We now have $y = frac{100}{9}x + b$. Since we know that in $90$ days, there will be $0$ units, we can substitute $x = 90$, $y = 0$ into the equation to get $0 = frac{100}{9} cdot 90 + b$. This is $0 = 1000+b$, so $b = 1000$. Putting it all together, we have $y = frac{100}{9}x + 1000$. Now you can substitute $x = 30, 60, 90$ to find how how many units you have at the end of each month.
$endgroup$
add a comment |
$begingroup$
Since the rate of change is constant, in $90$ days you sell $1000$ units, in $1$ day you sell $frac{1000}{90} = frac{100}{9}$ or $11.111 cdots$ units.
As an extension, you can make a formula to find how many units you have in a given day, or how many days it would take to reach a given unit.
Let $y$ be the number of units, and $x$ be the number of days. The equation of a line is $y = mx+b$. Then the constant rate of change – the slope $m$ is $frac{100}{9}$ as in the first part.
We now have $y = frac{100}{9}x + b$. Since we know that in $90$ days, there will be $0$ units, we can substitute $x = 90$, $y = 0$ into the equation to get $0 = frac{100}{9} cdot 90 + b$. This is $0 = 1000+b$, so $b = 1000$. Putting it all together, we have $y = frac{100}{9}x + 1000$. Now you can substitute $x = 30, 60, 90$ to find how how many units you have at the end of each month.
$endgroup$
add a comment |
$begingroup$
Since the rate of change is constant, in $90$ days you sell $1000$ units, in $1$ day you sell $frac{1000}{90} = frac{100}{9}$ or $11.111 cdots$ units.
As an extension, you can make a formula to find how many units you have in a given day, or how many days it would take to reach a given unit.
Let $y$ be the number of units, and $x$ be the number of days. The equation of a line is $y = mx+b$. Then the constant rate of change – the slope $m$ is $frac{100}{9}$ as in the first part.
We now have $y = frac{100}{9}x + b$. Since we know that in $90$ days, there will be $0$ units, we can substitute $x = 90$, $y = 0$ into the equation to get $0 = frac{100}{9} cdot 90 + b$. This is $0 = 1000+b$, so $b = 1000$. Putting it all together, we have $y = frac{100}{9}x + 1000$. Now you can substitute $x = 30, 60, 90$ to find how how many units you have at the end of each month.
$endgroup$
Since the rate of change is constant, in $90$ days you sell $1000$ units, in $1$ day you sell $frac{1000}{90} = frac{100}{9}$ or $11.111 cdots$ units.
As an extension, you can make a formula to find how many units you have in a given day, or how many days it would take to reach a given unit.
Let $y$ be the number of units, and $x$ be the number of days. The equation of a line is $y = mx+b$. Then the constant rate of change – the slope $m$ is $frac{100}{9}$ as in the first part.
We now have $y = frac{100}{9}x + b$. Since we know that in $90$ days, there will be $0$ units, we can substitute $x = 90$, $y = 0$ into the equation to get $0 = frac{100}{9} cdot 90 + b$. This is $0 = 1000+b$, so $b = 1000$. Putting it all together, we have $y = frac{100}{9}x + 1000$. Now you can substitute $x = 30, 60, 90$ to find how how many units you have at the end of each month.
answered Nov 30 '18 at 12:24
Toby MakToby Mak
3,41311128
3,41311128
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%2f2697325%2fconstant-rate-of-decline-over-x-period-average-per-day%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