Evaluate binomial coefficients: Difference between revisions

Content added Content deleted
m (→‎{{header|TI-83 BASIC}}: Superfluous blanks suppressed)
Line 1,752: Line 1,752:
=={{header|TI-83 BASIC}}==
=={{header|TI-83 BASIC}}==
Builtin operator nCr gives the number of combinations.
Builtin operator nCr gives the number of combinations.
<lang ti83b>
<lang ti83b>10 nCr 4</lang>
10 nCr 4
</lang>
{{out}}
{{out}}
<pre>
<pre>
210
210
</pre>
</pre>



=={{header|TI-89 BASIC}}==
=={{header|TI-89 BASIC}}==