week 2 Flashcards

1
Q

the sum of all branches coming out of the right side of a node equals

A

the value on the left branch leading into the node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

the size of a set is equal to to

A

the sum of all branches leading into (coming from the left of) nodes with that set as the node’s name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

the size of the universal set is

A

the sum of branches coming out of the root node

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

the size of a set is

A

equal to the sum of the rightmost values of all the paths that are subsets of that set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

for any set the number of subsets is

A

2 ^n(a)

number of elements in A

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

multiplication rule (fundamental counting principle)

A

when you have subsequent choices ( and then ) you can compute the total number of possibilities by multiplying the number of choices together

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

addition rule

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

number of ways an event can happen
selection with replacement

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

counting the opposite

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly