Post Reply 
(12C) Permutation & Combination revisit
07-28-2024, 10:57 AM
Post: #2
RE: (12C) Permutation & Combination revisit
The same, just a little shorter:
Code:
01-       34 : x<>y
02-    43  3 : n!
03-       34 : x<>y
04-    43 36 : LSTx
05-       34 : x<>y
06-       30 : -
07-    43  3 : n!
08-       10 : ÷
09- 43,33 00 : GTO 00
10-       31 : R/S
11-       34 : x<>y
12-       36 : ENTER
13-    43  3 : n!
14-       33 : R↓
15-       34 : x<>y
16-       30 : -
17-    43 36 : LSTx
18-    43  3 : n!
19-       34 : x<>y
20-    43  3 : n!
21-       20 : ×
22-       34 : x<>y
23-       33 : R↓
24-       10 : ÷
25-       34 : x<>y
26-       33 : R↓
27- 43,33 10 : GTO 10

Now you have to GTO 11 to calculate Combination nCr.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: (12C) Permutation & Combination revisit - Thomas Klemm - 07-28-2024 10:57 AM



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