HP Forums

Full Version: (12C Platinum) Discounts and Grand Total
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
ALG mode solution program to calculate Discount and Grand Total

Procedure:

Each new calculation f [REG] [CLx]

Original Price [=] Discount %
[R/S] discount amount [R/S] Discount Price [X<>Y] Grand Total

---------------------------------------------------

Example:

f [REG] [CLx]

$100 with 10% discount
$80 with 15% discount

100 [=] 10 [R/S] 10 [R/S] 90 // $10 discount price, $90 total
80 [=] 15 [R/S] 12 [R/S] 68 [X<>Y] 158 // $12 discount price, $68 total,

$158 Grand Total // (90+68)
--------------------------------------------------
Program: ALG Mode
Quote:[X<>Y] [-] [X<>Y] [%] [R/S] [=] [STO]+0 [RCL] 0 [X<>Y]

Gamo
Reference URL's