(12C) Three Essential Function
|
01-26-2020, 09:21 AM
Post: #1
|
|||
|
|||
(12C) Three Essential Function | |||
02-05-2020, 01:01 PM
(This post was last modified: 02-06-2020 10:15 AM by Gamo.)
Post: #2
|
|||
|
|||
RE: (12C) Three Essential Function
These update added more functions from the previous version.
1. Profit on Pricing 2. Geometric & Harmonic Mean 3. Combination 4. Permutation All these funtions fit perfectly with 99 programming steps. To go to each of these program: "Very easy to remember to each [GTO] programs" f [PRGM] for Profit on Pricing [GTO] 97 for Permutation [GTO] 98 for Combination [GTO] 99 for Geometric Harmonic Mean ----------------------------------------------------------------- Example: Combination 115C4 [GTO] 98 [R/S] initialize f [∑] Clear Statistic Registers // do this steps for each new problem 115 [ENTER] 4 [R/S] 6,913,340 Permutation 115P4 [GTO] 97 [R/S] initialize f [∑] Clear Statistic Registers // do this steps for each new problem 115 [ENTER] 4 [R/S] 165,920,160 Geometric & Harmonic Mean [GTO] 99 [R/S] initialize f [∑] Clear Statistic Registers // do this steps for each new problem Data: 30, 10 30 [R/S] display Data #1 10 [R/S] display Data #2 0 [R/S] 17.3205 [X<>Y] 15 GM = 17.3250 HM = 15 Profit on Pricing: f [PRGM] [n] Cost [i] Price [PV] Markup [PMT] Margin Input 0 for two unknown Cost 8 Markup 25% 8 [n] 0 [i] 25 [PV] 0 [PMT] [R/S] [RCL] [i] 10 // Answer Price [RCL] [PMT] 20 // Answer Margin --------------------------------------------- Program: Code:
Remark: Each of these programs can run the same functions in the loop until user change the program number. ( 97, 98 and 99) or f [PRGM] Gamo 2/2020 |
|||
02-08-2020, 06:57 AM
Post: #3
|
|||
|
|||
RE: (12C) Three Essential Function
This YouTube clip demostrated on how to direct to each of the programs:
https://youtu.be/scXBWci1WCs Gamo 2/2020 |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)