Difference between revisions of "A choose b"
Line 6: | Line 6: | ||
== a choose 2 == | == a choose 2 == | ||
+ | Here is a list of n choose 2's | ||
+ | |||
+ | <math>\binom{2}{2}=1</math> | ||
+ | |||
+ | <math>\binom{3}{2}=3</math> | ||
+ | |||
+ | <math>\binom{4}{2}=6</math> | ||
+ | |||
+ | <math>\binom{5}{2}=10</math> | ||
+ | |||
+ | These are triangle numbers! Here is my proof: |
Revision as of 16:59, 15 June 2019
Here is the formula for a choose b: . This is assuming that of course .
Why is it important?
a choose b counts the number of ways you can pick b things from a set of a things. For example . More at https://artofproblemsolving.com/videos/counting/chapter4/64.
a choose 2
Here is a list of n choose 2's
These are triangle numbers! Here is my proof: