Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. The Lounge
  3. Which one is correct?

Which one is correct?

Scheduled Pinned Locked Moved The Lounge
questionbusinesshelp
14 Posts 6 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Daniel Wilson

    Hey guys, Perhaps you all can help me answer a question that I have. I am curious what is the correct way, semantically, to distinguish between these two discounting methods. Starting price = p, first discount = f, second discount = s The first one is where you have a base price (p) and apply a discount (f) adn then apply the second discount to the resulting price. 1) (p*(1-f))(1-s) The second is where you sum the discounts together and use that as the discount from the base price. 2) (p*(1-(f+s)) is the first a cumulative discount and the second is an additive discount. I don't think this is the case and am curious if there exists a exact mathematical or business term to distinguish between the two. Thanks, Daniel Wilson

    J Offline
    J Offline
    Jeremy Falcon
    wrote on last edited by
    #2

    I don't know the correct/official way, but when I worked a Wal-Mart many moons ago we always discounted against the original price (at least that's what the stickers said). Hope that helps. Jeremy Falcon

    D 1 Reply Last reply
    0
    • D Daniel Wilson

      Hey guys, Perhaps you all can help me answer a question that I have. I am curious what is the correct way, semantically, to distinguish between these two discounting methods. Starting price = p, first discount = f, second discount = s The first one is where you have a base price (p) and apply a discount (f) adn then apply the second discount to the resulting price. 1) (p*(1-f))(1-s) The second is where you sum the discounts together and use that as the discount from the base price. 2) (p*(1-(f+s)) is the first a cumulative discount and the second is an additive discount. I don't think this is the case and am curious if there exists a exact mathematical or business term to distinguish between the two. Thanks, Daniel Wilson

      R Offline
      R Offline
      Roger Wright
      wrote on last edited by
      #3

      Funny that you should mention this - it was the topic of my class last week.:-D A series discount is usually expressed as 20/15/5 or some such on an invoice. To find the net cost, after all discounts, you use the product of the complements of the discount amounts: Net = (1 - d1)(1 - d2)...(1 - dn) x Retail. Ex: given 20/15/5, Net = (.8)(.85)(.95) x Retail = .65 x Retail or 65% of Retail To find the cumulative discount, take the complement of the product of complements, or: Total discount = 1 - (1 - d1)(1 - d2)...(1 - dn) Ex: given 20/15/5, Total discount = 1 - .65 = .35 or 35% The additive form isn't used in any business I know of. Heard in Bullhead City - "You haven't lost your girl -
      you've just lost your turn..." [sigh] So true...

      R D C J 4 Replies Last reply
      0
      • J Jeremy Falcon

        I don't know the correct/official way, but when I worked a Wal-Mart many moons ago we always discounted against the original price (at least that's what the stickers said). Hope that helps. Jeremy Falcon

        D Offline
        D Offline
        Daniel Wilson
        wrote on last edited by
        #4

        Thanks for the response. I expect both are possible approaches used by different retailers but am unsure as to how to distinguish between the two verbally. For instance, when I say multiply or add two numbers you immediately know what i mean. I am looking for a similiar word to distinguish between these two process. Something like -- apply these two discounts to the base price.

        1 Reply Last reply
        0
        • R Roger Wright

          Funny that you should mention this - it was the topic of my class last week.:-D A series discount is usually expressed as 20/15/5 or some such on an invoice. To find the net cost, after all discounts, you use the product of the complements of the discount amounts: Net = (1 - d1)(1 - d2)...(1 - dn) x Retail. Ex: given 20/15/5, Net = (.8)(.85)(.95) x Retail = .65 x Retail or 65% of Retail To find the cumulative discount, take the complement of the product of complements, or: Total discount = 1 - (1 - d1)(1 - d2)...(1 - dn) Ex: given 20/15/5, Total discount = 1 - .65 = .35 or 35% The additive form isn't used in any business I know of. Heard in Bullhead City - "You haven't lost your girl -
          you've just lost your turn..." [sigh] So true...

          R Offline
          R Offline
          Richard Stringer
          wrote on last edited by
          #5

          Roger Wright wrote: The additive form isn't used in any business I know of. Never worked in the insurance business did you ? Some companies use the cumulative rule for policy discounts and some use additive. It drives us nuts ( we produce third party software to promuglate rates for agents using multiple companies ). And the worst part is - in most cases - the company IS department ( whcih we have to liason with ) has no frigging Idea how its done or if its the favored way - "its just always been done that way". Add to the mix that there are always discount caps that have to be entered into the mix Richard "The man that hath not music in himself and is not moved with concord of sweet sounds is fit for treasons, stratagems and spoils; Let no man trust him." Shakespeare

          D R 2 Replies Last reply
          0
          • R Roger Wright

            Funny that you should mention this - it was the topic of my class last week.:-D A series discount is usually expressed as 20/15/5 or some such on an invoice. To find the net cost, after all discounts, you use the product of the complements of the discount amounts: Net = (1 - d1)(1 - d2)...(1 - dn) x Retail. Ex: given 20/15/5, Net = (.8)(.85)(.95) x Retail = .65 x Retail or 65% of Retail To find the cumulative discount, take the complement of the product of complements, or: Total discount = 1 - (1 - d1)(1 - d2)...(1 - dn) Ex: given 20/15/5, Total discount = 1 - .65 = .35 or 35% The additive form isn't used in any business I know of. Heard in Bullhead City - "You haven't lost your girl -
            you've just lost your turn..." [sigh] So true...

            D Offline
            D Offline
            Daniel Wilson
            wrote on last edited by
            #6

            Thanks. I think you have definitely addressed one half of the puzzle perhaps both. Let me see if I understand you correctly. It seems to me as though you are referring to what I called number 1)p*f'*s' where f' is the complement of f adn the same for s, Ex: given 20/15/5 Net = Retail * .8 * .85 * .95 you are calling a series discounting method. You would refer to the second one Ex: given 20/15/5 Net = Retail * .6 as an additive discounting method

            R 1 Reply Last reply
            0
            • R Richard Stringer

              Roger Wright wrote: The additive form isn't used in any business I know of. Never worked in the insurance business did you ? Some companies use the cumulative rule for policy discounts and some use additive. It drives us nuts ( we produce third party software to promuglate rates for agents using multiple companies ). And the worst part is - in most cases - the company IS department ( whcih we have to liason with ) has no frigging Idea how its done or if its the favored way - "its just always been done that way". Add to the mix that there are always discount caps that have to be entered into the mix Richard "The man that hath not music in himself and is not moved with concord of sweet sounds is fit for treasons, stratagems and spoils; Let no man trust him." Shakespeare

              D Offline
              D Offline
              Daniel Wilson
              wrote on last edited by
              #7

              So applying a cumulative discounts and applying additive discounts are valid terms for these two processes. Thanks, Daniel

              R 1 Reply Last reply
              0
              • R Roger Wright

                Funny that you should mention this - it was the topic of my class last week.:-D A series discount is usually expressed as 20/15/5 or some such on an invoice. To find the net cost, after all discounts, you use the product of the complements of the discount amounts: Net = (1 - d1)(1 - d2)...(1 - dn) x Retail. Ex: given 20/15/5, Net = (.8)(.85)(.95) x Retail = .65 x Retail or 65% of Retail To find the cumulative discount, take the complement of the product of complements, or: Total discount = 1 - (1 - d1)(1 - d2)...(1 - dn) Ex: given 20/15/5, Total discount = 1 - .65 = .35 or 35% The additive form isn't used in any business I know of. Heard in Bullhead City - "You haven't lost your girl -
                you've just lost your turn..." [sigh] So true...

                C Offline
                C Offline
                Chris Meech
                wrote on last edited by
                #8

                Roger Wright wrote: The additive form isn't used in any business I know of. You've been staying away from the snake oil salesmen. :) Chris Meech We're more like a hobbiest in a Home Depot drooling at all the shiny power tools, rather than a craftsman that makes the chair to an exacting level of comfort by measuring the customer's butt. Marc Clifton VB is like a toolbox, in the hands of a craftsman, you can end up with some amazing stuff, but without the skills to use it right you end up with Homer Simpson's attempt at building a barbeque or his attempt at a Spice rack. Michael P. Butler

                R 1 Reply Last reply
                0
                • R Richard Stringer

                  Roger Wright wrote: The additive form isn't used in any business I know of. Never worked in the insurance business did you ? Some companies use the cumulative rule for policy discounts and some use additive. It drives us nuts ( we produce third party software to promuglate rates for agents using multiple companies ). And the worst part is - in most cases - the company IS department ( whcih we have to liason with ) has no frigging Idea how its done or if its the favored way - "its just always been done that way". Add to the mix that there are always discount caps that have to be entered into the mix Richard "The man that hath not music in himself and is not moved with concord of sweet sounds is fit for treasons, stratagems and spoils; Let no man trust him." Shakespeare

                  R Offline
                  R Offline
                  Roger Wright
                  wrote on last edited by
                  #9

                  Richard Stringer wrote: Never worked in the insurance business did you ? :laugh: No, I haven't, but insurance people live in their own little paranoid world, don't they?;) Heard in Bullhead City - "You haven't lost your girl -
                  you've just lost your turn..." [sigh] So true...

                  1 Reply Last reply
                  0
                  • D Daniel Wilson

                    Thanks. I think you have definitely addressed one half of the puzzle perhaps both. Let me see if I understand you correctly. It seems to me as though you are referring to what I called number 1)p*f'*s' where f' is the complement of f adn the same for s, Ex: given 20/15/5 Net = Retail * .8 * .85 * .95 you are calling a series discounting method. You would refer to the second one Ex: given 20/15/5 Net = Retail * .6 as an additive discounting method

                    R Offline
                    R Offline
                    Roger Wright
                    wrote on last edited by
                    #10

                    Daniel Wilson wrote: an additive discounting method I've never seen that method used before, but that would be a good term to describe it. :) Heard in Bullhead City - "You haven't lost your girl -
                    you've just lost your turn..." [sigh] So true...

                    1 Reply Last reply
                    0
                    • C Chris Meech

                      Roger Wright wrote: The additive form isn't used in any business I know of. You've been staying away from the snake oil salesmen. :) Chris Meech We're more like a hobbiest in a Home Depot drooling at all the shiny power tools, rather than a craftsman that makes the chair to an exacting level of comfort by measuring the customer's butt. Marc Clifton VB is like a toolbox, in the hands of a craftsman, you can end up with some amazing stuff, but without the skills to use it right you end up with Homer Simpson's attempt at building a barbeque or his attempt at a Spice rack. Michael P. Butler

                      R Offline
                      R Offline
                      Roger Wright
                      wrote on last edited by
                      #11

                      Apparently... Though we have so many snakes around here we just squeeze our own whenever we feel the need. Heard in Bullhead City - "You haven't lost your girl -
                      you've just lost your turn..." [sigh] So true...

                      1 Reply Last reply
                      0
                      • D Daniel Wilson

                        So applying a cumulative discounts and applying additive discounts are valid terms for these two processes. Thanks, Daniel

                        R Offline
                        R Offline
                        Richard Stringer
                        wrote on last edited by
                        #12

                        Valid but different: For example I have a bas amount of 100.00 and 2 discounts of 5% and 10%. if I apply them in one manner I get 85.00 and in the other I get 85.5 Richard "The man that hath not music in himself and is not moved with concord of sweet sounds is fit for treasons, stratagems and spoils; Let no man trust him." Shakespeare

                        1 Reply Last reply
                        0
                        • R Roger Wright

                          Funny that you should mention this - it was the topic of my class last week.:-D A series discount is usually expressed as 20/15/5 or some such on an invoice. To find the net cost, after all discounts, you use the product of the complements of the discount amounts: Net = (1 - d1)(1 - d2)...(1 - dn) x Retail. Ex: given 20/15/5, Net = (.8)(.85)(.95) x Retail = .65 x Retail or 65% of Retail To find the cumulative discount, take the complement of the product of complements, or: Total discount = 1 - (1 - d1)(1 - d2)...(1 - dn) Ex: given 20/15/5, Total discount = 1 - .65 = .35 or 35% The additive form isn't used in any business I know of. Heard in Bullhead City - "You haven't lost your girl -
                          you've just lost your turn..." [sigh] So true...

                          J Offline
                          J Offline
                          Jorgen Sigvardsson
                          wrote on last edited by
                          #13

                          Roger Wright wrote: The additive form isn't used in any business I know of. I know some taxes are additive. I've worked with ARTS (http://www.nrf-arts.org/[^]) which supports both cumulative and additive taxations (including tax tables for different retail prices!) Calculating the tax is unambigous and straight forward. However, calculating the tax on an already taxed price (calculating backwards that is) is much more complicated. Additive and cumulative series makes for a knap sack problem which isn't easy to solve in a nonambigous way. I ended up having to use numerical analysis and find "x". Although, I think it was for the better because my algorithm is O(n log n) instead of O(nway too much) :) Anyhow, my point is; don't mix additive and cumulative series if you ever have to "unroll" the series. -- Unser Tanz ist so wild! Ein neuer böser Tanz. Alle gegen Alle!

                          R 1 Reply Last reply
                          0
                          • J Jorgen Sigvardsson

                            Roger Wright wrote: The additive form isn't used in any business I know of. I know some taxes are additive. I've worked with ARTS (http://www.nrf-arts.org/[^]) which supports both cumulative and additive taxations (including tax tables for different retail prices!) Calculating the tax is unambigous and straight forward. However, calculating the tax on an already taxed price (calculating backwards that is) is much more complicated. Additive and cumulative series makes for a knap sack problem which isn't easy to solve in a nonambigous way. I ended up having to use numerical analysis and find "x". Although, I think it was for the better because my algorithm is O(n log n) instead of O(nway too much) :) Anyhow, my point is; don't mix additive and cumulative series if you ever have to "unroll" the series. -- Unser Tanz ist so wild! Ein neuer böser Tanz. Alle gegen Alle!

                            R Offline
                            R Offline
                            Roger Wright
                            wrote on last edited by
                            #14

                            Jörgen Sigvardsson wrote: don't mix additive and cumulative series if you ever have to "unroll" the series. Amen to that! Heard in Bullhead City - "You haven't lost your girl -
                            you've just lost your turn..." [sigh] So true...

                            1 Reply Last reply
                            0
                            Reply
                            • Reply as topic
                            Log in to reply
                            • Oldest to Newest
                            • Newest to Oldest
                            • Most Votes


                            • Login

                            • Don't have an account? Register

                            • Login or register to search.
                            • First post
                              Last post
                            0
                            • Categories
                            • Recent
                            • Tags
                            • Popular
                            • World
                            • Users
                            • Groups