(12C) Profit on Pricing Solver
|
05-30-2019, 07:04 AM
(This post was last modified: 06-08-2019 01:53 PM by Gamo.)
Post: #1
|
|||
|
|||
(12C) Profit on Pricing Solver
This pricing program is very useful feature to have for a Financial Calculator.
Profit on Pricing is based on Cost, Price, Markup and Margin. Program provides interchangeable solutions for the Pricing's relations. Specifically, one may solve for: 1. Cost Markup --> Price Margin 2. Cost Margin --> Price Markup 3. Price Markup --> Cost Margin 4. Price Margin --> Cost Markup 5. Cost Price --> Markup Margin 6. Markup --> Margin 7. Margin --> Markup By input two known variables program will attempt to find the remaining two unknown variables. With this program all four variables are assign to TVM button located at the top left of calculator shown as [n] [i] [PV] [PMT] [n] is for Cost [i] is for Price [PV] is for Markup [PMT] is for Margin To see all the answers press [RCL] follow by [n] [i] [PV] [PMT] ------------------------------------------- Procedure: FIX 2 Data Input: input 0 for the two unknown variables Cost [ENTER] Price [ENTER] Markup [ENTER] Margin [R/S] display 0.00 Recall all answer: RCL [n] // answer Cost RCL [i] // answer Price RCL [PV] // answer Markup RCL [PMT] // answer Margin ------------------------------------------------ Example: Known: Cost = 8 and Margin = 20 8 [ENTER] 0 [ENTER] 0 [ENTER] 20 [R/S] display 0 RCL [i] display 10.00 // answer Price RCL [PV] display 25.00 // answer Markup ------------------------------------------------ Known: Price = 10 and Markup = 25 0 [ENTER] 10 [ENTER] 25 [ENTER] 0 [R/S] display 0 RCL [n] display 8 // answer Cost RCL [PMT] display 20 // answer Margin ----------------------------------------------- Known: Cost = 8 and Price = 10 8 [ENTER] 10 [ENTER] 0 [ENTER] 0 [R/S] display 0 RCL [PV] display 25 // Markup RCL [PMT] display 20 // Margin ----------------------------------------------- Program: Profit Pricing Solver_2_12C.pdf (Size: 208.98 KB / Downloads: 70) Flowchart: Demonstration Clip: https://youtu.be/4n4PA-PgyYs Gamo |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)