Post Reply 
(12C Platinum) Combination Permutation
01-26-2019, 12:57 PM (This post was last modified: 01-26-2019 01:00 PM by Gamo.)
Post: #2
RE: (12C Platinum) Combination Permutation
ALG program solution version II

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

**Permutations: x P y

Procedure:

y [=] x [R/S] display answer

Example: 14 P 5

5 [=] 14 [R/S] display 240,240.00

Program: ALG mode
Code:

[-] [X<>Y] [=] [n!] [÷] [X<>Y] [n!] [=] [1/x]
----------------------------------------
**Combinations: x C y

Procedure:

y [=] x [R/S] display answer

Example: 14 C 5

5 [=] 14 [R/S] display 2002.00

Program: ALG Mode
Code:

[-] [X<>Y] [=] [n!] [x] [LSTx] [n!] [=] [÷] [X<>Y] [n!] [=] [1/x]

Gamo
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (12C Platinum) Combination Permutation - Gamo - 01-26-2019 12:57 PM



User(s) browsing this thread: 1 Guest(s)