Partitioning, Counting Principles, and Basic Probability

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/26

flashcard set

Earn XP

Description and Tags

Stats234 week 1 notes

Last updated 10:58 PM on 5/15/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

27 Terms

1
New cards

Disjoint Events

Also known as mutually exclusive events

Events that are disjoint cannot occur at the same time, as a positive result from one, prevents a positive result in the other events.

For example: when tossing a coin once, you cannot get both heads and tails

2
New cards

Partitioning

Occurs for a sample space (S);

Is a division of S into a collection of events, either simple or compound, such that all of the events are mutually exclusive (disjoint) and mutually exhaustive

Both must be true for a valid partition:

  • A∪Ac =S

  • A∩Ac = ∅

3
New cards

Mutually Exhaustive

All of the events in a sample space add up exactly to the sample space, with no leftover space or events.

  • A∪Ac =S

4
New cards

Mutually Exclusive

Same as Disjoint,

None of the events in a sample space can overlap.

  • A∩Ac = ∅

5
New cards

What are the requirements for a partition of sample space (S) to be valid?

The events must be:

  • disjoint (or mutually exclusive),

  • mutually exhaustive,

  • CANNOT be independent

6
New cards

Cardinality

The number of elements in the set

For some set, A, cardinality is denoted as N(A)

7
New cards

Fundamental Counting Principle

Also known as the multiplication rule

The number of ways in which a series of successive things can occur is found by multiplying the number of ways in which each thing can occur.

  • Works best when there are no restrictions…ALL possible choices.

Example: If you own 5 pairs of jeans, 30 t-shirts, and 3 pairs of shoes, you have 5 × 30 × 3 = 450 possible outfits in your wardrobe

8
New cards

Permutation

The number of ways the arrange r out of n DISTINCT (no repeats) items in a row, keeping track of order

  • read as “choosing r out of n,” with order taken into consideration

formula:

n!

(n - r)!

9
New cards

Combination

The number of ways to choose r out of n distinct items regardless of order

  • Is read as “n choose r”

Formula:

n!

r!(n-r)!

10
New cards

Factorial

The number of ways to arrange n DISTINCT items in a row:

  • Used when arranging or grouping objects

n!

11
New cards

Combinatorial Identities

knowt flashcard image
12
New cards

De Morgan’s Laws

(A∪B)c = Ac ∩ Bc

(A∩B)c = Ac Bc

13
New cards

Equally Likely Events

The probability of an an event, A, in sample space, S, is equal to the cardinality of A (N(A)) divided by the cardinality of S (N(S)).

N(A)

N(S)

14
New cards

Conditional Probability

Given two events, A and B, we denote the probability of event A happening, given that event B is known to happen as: P(A|B)

  • This reads as “A given B”

  • The current information, or the certainty of event B, changes the sample space or the possible outcomes

<p>Given two events, A and B, we denote the probability of event A happening, given that event B is known to happen as: P(A|B)</p><ul><li><p>This reads as “A given B”</p></li><li><p>The current information, or the certainty of event B, changes the sample space or the possible outcomes</p></li></ul><p></p><p></p>
15
New cards

General Addition Rule

P(A∪B) = P(A) + P(B) - P(A∩B)

The formula above only applies to disjoint event. For independent events,

P(A∪B) = P(A) + P(B)

16
New cards

General Multiplication Rule

P(A∩B) = P(A) x P(B|A)

17
New cards

Probability Axioms

  • Axiom 1: For any event, A, P(A) > 0

  • Axiom 2: P(S) = 1, where S = Sample Space

  • Axiom 3: If A1, A2, A3, … is an infinite collection of disjoint events, then:

    • P(A1∪A2∪A3∪…) = P(A1) + P(A2) + P(A3) + …

18
New cards

Compliment Rule

P(Ac) = 1 - P(A)

19
New cards

Independence Checks

Two events A and B are said to be independent if any of the following are true:

  • P(A|B) = P(A)

    • B happening does not affect A happening

  • P(A|B) = P(A|Bc)

    • How likely A is to happening is not affected by B happening or not

  • P(B|A) = P(B)

    • A happening doesn’t affect how likely B happens

  • P(A∩B) = P(A) x P(B)

If any are true, then all are true

20
New cards

Multiplication Rule for Independent Events

P(A∩B) = P(A) x P(B)

21
New cards

Multinomial Arrangement Formula

Is used to find the number of unique arrangements when arranging objects that have repetitions:

If you have:

  • n total objects

  • with repeats of sizes n1, n2, n3, etc.

<p>Is used to find the number of unique arrangements when arranging objects that have repetitions:</p><p>If you have:</p><ul><li><p>n total objects</p></li><li><p>with repeats of sizes n<sub>1</sub>, n<sub>2</sub>, n<sub>3</sub>, etc.</p></li></ul><p></p><p></p>
22
New cards

When a problem that deals with counting asks about arranging objects, use:

factorials

23
New cards

How to prove if an event is disjoint?

P(A∩B) = ∅

Or, in other words, there can be no intersection between the events.

24
New cards

Can a Disjoint event be an Independent Event?

No, disjoint events cannot be an independent event and an independent event cannot be disjoint.

25
New cards

What are the similarities and differences between combinations and permutations?

Similarities:

  • Both are used for selecting groups

  • Both deal with distinct, or non repeating, items

Differences

  • Slightly different formula

  • order DOES NOT matter for combinations

  • order MATTERS for permutations

26
New cards

Can you do combinations with replacement of objects?

Yes! This is known as a combination with repetition or a multiset selection

  • For this type of combination, order does not matter, and items can be repeated.

  • The formula is different:

(n+r-1)!

r!(n-1)!

27
New cards

General Multiplication Rule for several events

P(A∩B∩C) = P(ABC) = P(A) x P(B|A) x P(C|AB)

P(A∩B∩C∩D) = P(ABCD) = P(A) x P(B|A) x P(C|AB) x P(D|ABC)

etc