|
|
| Line 4: |
Line 4: |
| ! Description !! Set representing counting problem !! number of ways to count | | ! Description !! Set representing counting problem !! number of ways to count |
| |- | | |- |
| | || <math>\{(a_1, \ldots, a_k) : a_1,\ldots, a_k \in A\}</math> || <math>n^k</math> | | | Pick <math>k</math> things from <math>A</math> with replacement || <math>\{(a_1, \ldots, a_k) : a_1,\ldots, a_k \in A\}</math> || <math>n^k</math> |
| |- | | |- |
| | || <math>\{\{a_1, \ldots, a_k\} : a_1,\ldots, a_k \in A\}</math> || <math>\sum_{i=1}^k \binom n i</math> | | | || <math>\{\{a_1, \ldots, a_k\} : a_1,\ldots, a_k \in A\}</math> || <math>\sum_{i=1}^k \binom n i</math> |
Revision as of 02:30, 14 August 2019
Let
be a set with
elements, and let
be a set with
elements.
| Description |
Set representing counting problem |
number of ways to count
|
Pick things from with replacement |
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|
|
 |
|