Post Reply 
(12C Platinum) Combination Permutation
04-19-2019, 08:41 AM
Post: #3
RE: (12C Platinum) Combination Permutation
Combinations and Permutation Version III
ALG mode program:

Program code is from HP-12C Platinum Solutions Handbook.

With this program both Combination and Permutation are combine into one program and the fist answer is Combination follow by Permutation.

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

Procedure:

m [ENTER] n [R/S] display C [R/S] display P

--------------------------------------------------
Example: FIX 0

11C5 and 11P5

11 [ENTER] 5 [R/S] 462 [R/S] 55440

Answer: C=462 and P=55440
-------------------------------------------------
Program: ALG mode
Code:

006// [LSTx] [-] [X<>Y] [=] [X<>Y] [n!]
014// [÷] [X<>Y] [n!] [÷] [LSTx] [n!] [=] [R/S]
023// [R↓] [R↓] [=] [LSTx] [=] [LSTx] [-] [X<>Y] [=]
030// [X<>Y] [n!] [÷] [X<>Y] [n!] [=] [GTO 000]

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 - 04-19-2019 08:41 AM



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