week 2 Flashcards
the sum of all branches coming out of the right side of a node equals
the value on the left branch leading into the node
the size of a set is equal to to
the sum of all branches leading into (coming from the left of) nodes with that set as the node’s name
the size of the universal set is
the sum of branches coming out of the root node
the size of a set is
equal to the sum of the rightmost values of all the paths that are subsets of that set
for any set the number of subsets is
2 ^n(a)
number of elements in A
multiplication rule (fundamental counting principle)
when you have subsequent choices ( and then ) you can compute the total number of possibilities by multiplying the number of choices together
addition rule
when you have contradictory choices ( one of, or, but not both ) you can compute the total number of possibilities by adding the number of choices together
number of ways an event can happen
selection with replacement
when choosing from a collection of n objects k times, and each time the same n objects are available, the total number of choices is n^k
counting the opposite
- count the total number of objects possible
- count the number of objects that don’t satisfy the condition
- subtract don’t satisfy from total possible