(41) Profit on Pricing Solver
|
12-29-2019, 05:51 AM
(This post was last modified: 01-02-2020 02:04 AM by Gamo.)
Post: #1
|
|||
|
|||
(41) Profit on Pricing Solver
Profit on Pricing is based on four data.
1. Cost 2. Selling Price 3. Markup 4. Margin User provide two known data and program will find the two remaining unknown. The only exception is that the two known data cannot be Markup with Margin. But Markup and Margin can be calculate by itself between it. Assign each Cost, Price, Markup and Margin to the top row keys from left to right. To assing key: f [ASN] COST [A] // Sigma + key f [ASN] PRICE [B] // 1/x key f [ASN] Markup [C] // Square Root key f [ASN] Margin [D] // LOG key f [ASN] RESET [E] // LN key Example: [USER] [FIX] 2 Cost 88 and Margin 20 what is Price and Markup? [E] display 0.00 // This use for clearing register 1 to 4 and Initialize. 88 [A] display 88.00 // Press and hold not more than 1 second will show COST monentary on display 20 [D] display 20.00 // Press and hold on other remaining keys will show Name of that Labels. [B] display 110.00 // Price [C] display 25.00 // Markup Remark: Example above user can go to [C] then [B] as well. [A] [D] to [B] [C] or [C] [B] Program: Quote:01 LBL COST Gamo 12/29/2019 |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
(41) Profit on Pricing Solver - Gamo - 12-29-2019 05:51 AM
RE: (41) Profit on Pricing Solver - David Hayden - 12-29-2019, 03:21 PM
RE: (41) Profit on Pricing Solver - Gamo - 12-30-2019, 03:37 AM
RE: (41) Profit on Pricing Solver - Gamo - 05-12-2020, 04:45 AM
|
User(s) browsing this thread: 5 Guest(s)