Counting Methods [Formulas]

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

Factorial Design Counting Problem

Total Runs = (Level of Factor 1) × (Level of Factor 2)…….

2
New cards

Permutation Problem (repetition is allowed)

n^r

Each of the r positions can be filled by any of the n items.

3
New cards

Permutation Problem (repetition is not allowed)

P(n, r) = n!/(n - r)!

Used when arranging items and order matters

4
New cards

Combination Problem (repetition is allowed)

C(n + r - 1, r) = (n + r - 1)!/r!(n - 1)!

Use when the order doesn’t matter and items can repeat.

5
New cards

Combination Problem (repetition is not allowed)

C(n, r) = n!/r!(n - r)!

Used when order does not matter and no repetition is allowed.

6
New cards

Counting Principle Problem (repetition is allowed)

Total outcomes = n^r

Used when any of the steps have any of the same n outcomes again.

7
New cards

Counting Principle Problem (repetition is not allowed)

n!

Use when each choice reduces the options available for the next two steps.