Calculate approximate cost of service based on companies' revenue












0












$begingroup$


We create bespoke web designs and we always get asked how much the designs will cost without even knowing the job. Some people don't like to be asked for their budget, some can't understand how hourly rate works either, so, to simplify things we came up with some sort of formula.



The idea is this - calculate an approximate price of the design based on their companies revenue. Their revenues are public on Latvian companies' register.



So, if the companies' revenue is 100,000 USD per year, we would say the starting price is 1,750 USD (that is 0.0175 of their revenue).
If the revenue is 300,000 USD the price would be 1,950 USD (0.0065 of the revenue). Design for a company which has a revenue of 10,000,000 would cost ~8,500.



P.S. the minimum price would be, let's say - 1,600 (or something similar).



More examples:

- 100,000 USD revenue - 0.0175 ratio = 1,750 USD

- 300,000 USD revenue - 0.0065 ratio = 1,950 USD

- 500,000 USD revenue - 0.0045 ratio = 2,250 USD

- 1,000,000 USD revenue - 0.0035 ratio = 3 500 USD

- 2,000,000 USD revenue - 0.0025 ratio = 5,000 USD

- 10,000,000 USD revenue - 0.0085 ratio = 8,500 USD

... etc ...



So, for example, if our X is 100000 and we would put it in to our formula we would get an output of 1750.



Note: these are just examples, we don't need to get those exact numbers - what we want is just some sort of approximation for a quote.



The function does not need to be a one line function, we could make a program out of it for the "ifs".



Any help would be really appreciated.










share|cite|improve this question











$endgroup$












  • $begingroup$
    You already have a table ($X$ revenue maps to $Y$ ratio), and you don't need a nice "one line function". What it is the real question? Do you want a curve fitting these given points to provide the mapping for intermediate values?
    $endgroup$
    – Lee David Chung Lin
    Jan 25 at 3:41












  • $begingroup$
    Well, those Y (ratio) values are "static" in this example. I though (and asked) if maybe, we could use some combination of lon/lg/cos/root/% on the X (revenue) to create a "dynamic" ratio value. I did try to use a formula generation tool which, as you suggested, maps values to ratios... but those ratios have to be entered statically. So, if, for example, we would want to get a quote for a revenue of 33kk - we would need to enter a new ratio in to the table.
    $endgroup$
    – Thomas
    Jan 25 at 4:54


















0












$begingroup$


We create bespoke web designs and we always get asked how much the designs will cost without even knowing the job. Some people don't like to be asked for their budget, some can't understand how hourly rate works either, so, to simplify things we came up with some sort of formula.



The idea is this - calculate an approximate price of the design based on their companies revenue. Their revenues are public on Latvian companies' register.



So, if the companies' revenue is 100,000 USD per year, we would say the starting price is 1,750 USD (that is 0.0175 of their revenue).
If the revenue is 300,000 USD the price would be 1,950 USD (0.0065 of the revenue). Design for a company which has a revenue of 10,000,000 would cost ~8,500.



P.S. the minimum price would be, let's say - 1,600 (or something similar).



More examples:

- 100,000 USD revenue - 0.0175 ratio = 1,750 USD

- 300,000 USD revenue - 0.0065 ratio = 1,950 USD

- 500,000 USD revenue - 0.0045 ratio = 2,250 USD

- 1,000,000 USD revenue - 0.0035 ratio = 3 500 USD

- 2,000,000 USD revenue - 0.0025 ratio = 5,000 USD

- 10,000,000 USD revenue - 0.0085 ratio = 8,500 USD

... etc ...



So, for example, if our X is 100000 and we would put it in to our formula we would get an output of 1750.



Note: these are just examples, we don't need to get those exact numbers - what we want is just some sort of approximation for a quote.



The function does not need to be a one line function, we could make a program out of it for the "ifs".



Any help would be really appreciated.










share|cite|improve this question











$endgroup$












  • $begingroup$
    You already have a table ($X$ revenue maps to $Y$ ratio), and you don't need a nice "one line function". What it is the real question? Do you want a curve fitting these given points to provide the mapping for intermediate values?
    $endgroup$
    – Lee David Chung Lin
    Jan 25 at 3:41












  • $begingroup$
    Well, those Y (ratio) values are "static" in this example. I though (and asked) if maybe, we could use some combination of lon/lg/cos/root/% on the X (revenue) to create a "dynamic" ratio value. I did try to use a formula generation tool which, as you suggested, maps values to ratios... but those ratios have to be entered statically. So, if, for example, we would want to get a quote for a revenue of 33kk - we would need to enter a new ratio in to the table.
    $endgroup$
    – Thomas
    Jan 25 at 4:54
















0












0








0





$begingroup$


We create bespoke web designs and we always get asked how much the designs will cost without even knowing the job. Some people don't like to be asked for their budget, some can't understand how hourly rate works either, so, to simplify things we came up with some sort of formula.



The idea is this - calculate an approximate price of the design based on their companies revenue. Their revenues are public on Latvian companies' register.



So, if the companies' revenue is 100,000 USD per year, we would say the starting price is 1,750 USD (that is 0.0175 of their revenue).
If the revenue is 300,000 USD the price would be 1,950 USD (0.0065 of the revenue). Design for a company which has a revenue of 10,000,000 would cost ~8,500.



P.S. the minimum price would be, let's say - 1,600 (or something similar).



More examples:

- 100,000 USD revenue - 0.0175 ratio = 1,750 USD

- 300,000 USD revenue - 0.0065 ratio = 1,950 USD

- 500,000 USD revenue - 0.0045 ratio = 2,250 USD

- 1,000,000 USD revenue - 0.0035 ratio = 3 500 USD

- 2,000,000 USD revenue - 0.0025 ratio = 5,000 USD

- 10,000,000 USD revenue - 0.0085 ratio = 8,500 USD

... etc ...



So, for example, if our X is 100000 and we would put it in to our formula we would get an output of 1750.



Note: these are just examples, we don't need to get those exact numbers - what we want is just some sort of approximation for a quote.



The function does not need to be a one line function, we could make a program out of it for the "ifs".



Any help would be really appreciated.










share|cite|improve this question











$endgroup$




We create bespoke web designs and we always get asked how much the designs will cost without even knowing the job. Some people don't like to be asked for their budget, some can't understand how hourly rate works either, so, to simplify things we came up with some sort of formula.



The idea is this - calculate an approximate price of the design based on their companies revenue. Their revenues are public on Latvian companies' register.



So, if the companies' revenue is 100,000 USD per year, we would say the starting price is 1,750 USD (that is 0.0175 of their revenue).
If the revenue is 300,000 USD the price would be 1,950 USD (0.0065 of the revenue). Design for a company which has a revenue of 10,000,000 would cost ~8,500.



P.S. the minimum price would be, let's say - 1,600 (or something similar).



More examples:

- 100,000 USD revenue - 0.0175 ratio = 1,750 USD

- 300,000 USD revenue - 0.0065 ratio = 1,950 USD

- 500,000 USD revenue - 0.0045 ratio = 2,250 USD

- 1,000,000 USD revenue - 0.0035 ratio = 3 500 USD

- 2,000,000 USD revenue - 0.0025 ratio = 5,000 USD

- 10,000,000 USD revenue - 0.0085 ratio = 8,500 USD

... etc ...



So, for example, if our X is 100000 and we would put it in to our formula we would get an output of 1750.



Note: these are just examples, we don't need to get those exact numbers - what we want is just some sort of approximation for a quote.



The function does not need to be a one line function, we could make a program out of it for the "ifs".



Any help would be really appreciated.







arithmetic-progressions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 25 at 2:10







Thomas

















asked Jan 25 at 2:04









ThomasThomas

11




11












  • $begingroup$
    You already have a table ($X$ revenue maps to $Y$ ratio), and you don't need a nice "one line function". What it is the real question? Do you want a curve fitting these given points to provide the mapping for intermediate values?
    $endgroup$
    – Lee David Chung Lin
    Jan 25 at 3:41












  • $begingroup$
    Well, those Y (ratio) values are "static" in this example. I though (and asked) if maybe, we could use some combination of lon/lg/cos/root/% on the X (revenue) to create a "dynamic" ratio value. I did try to use a formula generation tool which, as you suggested, maps values to ratios... but those ratios have to be entered statically. So, if, for example, we would want to get a quote for a revenue of 33kk - we would need to enter a new ratio in to the table.
    $endgroup$
    – Thomas
    Jan 25 at 4:54




















  • $begingroup$
    You already have a table ($X$ revenue maps to $Y$ ratio), and you don't need a nice "one line function". What it is the real question? Do you want a curve fitting these given points to provide the mapping for intermediate values?
    $endgroup$
    – Lee David Chung Lin
    Jan 25 at 3:41












  • $begingroup$
    Well, those Y (ratio) values are "static" in this example. I though (and asked) if maybe, we could use some combination of lon/lg/cos/root/% on the X (revenue) to create a "dynamic" ratio value. I did try to use a formula generation tool which, as you suggested, maps values to ratios... but those ratios have to be entered statically. So, if, for example, we would want to get a quote for a revenue of 33kk - we would need to enter a new ratio in to the table.
    $endgroup$
    – Thomas
    Jan 25 at 4:54


















$begingroup$
You already have a table ($X$ revenue maps to $Y$ ratio), and you don't need a nice "one line function". What it is the real question? Do you want a curve fitting these given points to provide the mapping for intermediate values?
$endgroup$
– Lee David Chung Lin
Jan 25 at 3:41






$begingroup$
You already have a table ($X$ revenue maps to $Y$ ratio), and you don't need a nice "one line function". What it is the real question? Do you want a curve fitting these given points to provide the mapping for intermediate values?
$endgroup$
– Lee David Chung Lin
Jan 25 at 3:41














$begingroup$
Well, those Y (ratio) values are "static" in this example. I though (and asked) if maybe, we could use some combination of lon/lg/cos/root/% on the X (revenue) to create a "dynamic" ratio value. I did try to use a formula generation tool which, as you suggested, maps values to ratios... but those ratios have to be entered statically. So, if, for example, we would want to get a quote for a revenue of 33kk - we would need to enter a new ratio in to the table.
$endgroup$
– Thomas
Jan 25 at 4:54






$begingroup$
Well, those Y (ratio) values are "static" in this example. I though (and asked) if maybe, we could use some combination of lon/lg/cos/root/% on the X (revenue) to create a "dynamic" ratio value. I did try to use a formula generation tool which, as you suggested, maps values to ratios... but those ratios have to be entered statically. So, if, for example, we would want to get a quote for a revenue of 33kk - we would need to enter a new ratio in to the table.
$endgroup$
– Thomas
Jan 25 at 4:54












0






active

oldest

votes











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3086614%2fcalculate-approximate-cost-of-service-based-on-companies-revenue%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes
















draft saved

draft discarded




















































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%2f3086614%2fcalculate-approximate-cost-of-service-based-on-companies-revenue%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







Popular posts from this blog

MongoDB - Not Authorized To Execute Command

How to fix TextFormField cause rebuild widget in Flutter

in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith