Combinations And Permutations Flashcards

1
Q

Combination

A

Used when order in which a task is completed doesn’t matter

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

Permutation

A

When the order in which a task is completed does matter

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

Combination formula (basic)

A

N!
________
(N - k)!k!

N is the number of objects from which you’ll choose
K is the number of objects you will actually choose

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

Handshake questions

A

Any question counting that asks us to determine the number of ways to connect any two members of a group while also meeting any restrictions that may exist

Nk
___
2

N is the number of entities and k is the number of entities n is connected to

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

nCk

A

= nCn-k

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

If n x and y are non negative integers such that nCx = nCy then

A

N = x+y

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

If there are m ways to perform task 1 and n ways to perform task 2 and the tasks are independent then there are _____ ways to perform both tasks together

A

M x n

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

Number of configurations that can be made when restricting two people being in a group together

A

Number of configurations where both people are both in - number of configurations where neither are in

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

Basic permutation

A

n!
____
(n-k)!

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

In permutation problems how do you handle identical items

A

Only should be counted once

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

Permutations for indistinguishable items

A

P = N!
____________
R1! X R2!…

Where R represents the number of each indistinguishable objects

Ie AAB
3!
___
2!

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

If a 2 dimensional pathway involves one or more checkpoints, we can determine the total number of pathways from starting point to destination by:

A

1.) identify every checkpoint (points travelers MUST pass through
2.) determine the number of ways to travel between each pair of successive checkpoints
3.) calculate the product of all results from 2

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