Split up bonus inversely to errors












1












$begingroup$


I have five teams, A-E, who have made errors as follows (errors are percentages):



A   30
B 20
C 12
D 22
E 16


I have to allocate a bonus of $50 in inverse proportion to their errors.



I initially tried a naive approach to allocate based on existing percentages, and then subtract that from 50, in which I ended up with a bonus distribution of 200 against 50, which is obviously not feasible.



My current approach is to take 1/Percentage, then take the percentage of each team's inverse over the total, and use that to split up the $50, which gives me:



    Score   Point   Adjusted    Adjusted Percent    Allocation
A 30 0.3 3.3333333 0.1213793103 6.068965517
B 20 0.2 5 0.1820685 9.103448276
C 12 0.12 8.3333333 0.3034482759 15.17241379
D 22 0.22 4.5454545 0.1655172414 8.275862069
E 16 0.16 6.25 0.2275862069 11.37931034


Now, this works, and does give me something that feels right, but I'm wondering if there is a better approach to splitting up the bonus.



This is not a homework problem, or one I found in a textbook, so I don't have a solution or topic based hint to check against.










share|cite|improve this question









$endgroup$

















    1












    $begingroup$


    I have five teams, A-E, who have made errors as follows (errors are percentages):



    A   30
    B 20
    C 12
    D 22
    E 16


    I have to allocate a bonus of $50 in inverse proportion to their errors.



    I initially tried a naive approach to allocate based on existing percentages, and then subtract that from 50, in which I ended up with a bonus distribution of 200 against 50, which is obviously not feasible.



    My current approach is to take 1/Percentage, then take the percentage of each team's inverse over the total, and use that to split up the $50, which gives me:



        Score   Point   Adjusted    Adjusted Percent    Allocation
    A 30 0.3 3.3333333 0.1213793103 6.068965517
    B 20 0.2 5 0.1820685 9.103448276
    C 12 0.12 8.3333333 0.3034482759 15.17241379
    D 22 0.22 4.5454545 0.1655172414 8.275862069
    E 16 0.16 6.25 0.2275862069 11.37931034


    Now, this works, and does give me something that feels right, but I'm wondering if there is a better approach to splitting up the bonus.



    This is not a homework problem, or one I found in a textbook, so I don't have a solution or topic based hint to check against.










    share|cite|improve this question









    $endgroup$















      1












      1








      1





      $begingroup$


      I have five teams, A-E, who have made errors as follows (errors are percentages):



      A   30
      B 20
      C 12
      D 22
      E 16


      I have to allocate a bonus of $50 in inverse proportion to their errors.



      I initially tried a naive approach to allocate based on existing percentages, and then subtract that from 50, in which I ended up with a bonus distribution of 200 against 50, which is obviously not feasible.



      My current approach is to take 1/Percentage, then take the percentage of each team's inverse over the total, and use that to split up the $50, which gives me:



          Score   Point   Adjusted    Adjusted Percent    Allocation
      A 30 0.3 3.3333333 0.1213793103 6.068965517
      B 20 0.2 5 0.1820685 9.103448276
      C 12 0.12 8.3333333 0.3034482759 15.17241379
      D 22 0.22 4.5454545 0.1655172414 8.275862069
      E 16 0.16 6.25 0.2275862069 11.37931034


      Now, this works, and does give me something that feels right, but I'm wondering if there is a better approach to splitting up the bonus.



      This is not a homework problem, or one I found in a textbook, so I don't have a solution or topic based hint to check against.










      share|cite|improve this question









      $endgroup$




      I have five teams, A-E, who have made errors as follows (errors are percentages):



      A   30
      B 20
      C 12
      D 22
      E 16


      I have to allocate a bonus of $50 in inverse proportion to their errors.



      I initially tried a naive approach to allocate based on existing percentages, and then subtract that from 50, in which I ended up with a bonus distribution of 200 against 50, which is obviously not feasible.



      My current approach is to take 1/Percentage, then take the percentage of each team's inverse over the total, and use that to split up the $50, which gives me:



          Score   Point   Adjusted    Adjusted Percent    Allocation
      A 30 0.3 3.3333333 0.1213793103 6.068965517
      B 20 0.2 5 0.1820685 9.103448276
      C 12 0.12 8.3333333 0.3034482759 15.17241379
      D 22 0.22 4.5454545 0.1655172414 8.275862069
      E 16 0.16 6.25 0.2275862069 11.37931034


      Now, this works, and does give me something that feels right, but I'm wondering if there is a better approach to splitting up the bonus.



      This is not a homework problem, or one I found in a textbook, so I don't have a solution or topic based hint to check against.







      percentages






      share|cite|improve this question













      share|cite|improve this question











      share|cite|improve this question




      share|cite|improve this question










      asked Dec 9 '18 at 8:30









      JeremyJeremy

      61




      61






















          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%2f3032150%2fsplit-up-bonus-inversely-to-errors%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%2f3032150%2fsplit-up-bonus-inversely-to-errors%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

          Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

          ComboBox Display Member on multiple fields

          Is it possible to collect Nectar points via Trainline?