HP Forums

Full Version: (19BII) Successive Discounts (1-3)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Successive Discounts

"Successive discount is the discount offered on the discount. It is similar to compound interest (interest on interest). Let us have an example to understand yhe concept. Let the original price of a CD be 'x', a shopkeeper offers a discount of 'y%' and again 'z%' on the new price."

What will be the discount on the selling price of the CD?
The total discount can be calculated as: y + z - yz/100 %
The selling price can be calculated as: x - (y + z - yz/100) × x

note:Now if three successive discounts are given as x%, y% & z% respectively & you need to calculate the total discount, then calculate the total discount due to x% & y% using the above formula, then calculate the overall discount using this total discount & z%."

formula
%DT=L(DS:%I+%J-(%I×%J÷100))+%K-G(DS)×%K÷100

where
%DT = total discount
%I = initial discount
%J = second discount
%K = third discount
[/size]
Example(s)

if %I = 30, %J = 50, %K = 0 then %DT = 65

if %I = 5, %J = 10, %K = 15 then %DT = 27.325

note: material in italics form web source
Reference URL's