Test 1 Formulae/Definitions/Rules Flashcards

1
Q

Theorem - Counting rule for compound events

A

N1 x N2 x … x Nk

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

Theorem - Permutations of n distinct objects

A

n!

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

Theorem - Permutations of n objects taken r at a time

A

nPr = n!/(n-r)! - order matters

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

Theorem - Circular Permutations

A

n!/n=(n-1)!

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

Theorem - Permutations of repeated elements

A

n!/ n1! x n2! x…x nk!

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

Theorem - Combinations of the binomial theorem

A

( n choose r) = nPr/r! = n!/r!(n-r)! - order does not matter

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

Theorem - Binomial theorem

A

(x+y)^n = (n choose r) x^n-r y^r
or
(n choose n-r)

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

Theorem - Pascal’s triangle coefficients

A

(n choose r) = (n-1 choose r) + (n-1 choose r-1)

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

Theorem - multinomial coefficients

A

( n choose r1, r2, r3, … , rk) = n!/r1! x r2! x … rk!

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

Theorem - Probability of an event with equal outcomes

A

P(A) = n (possible or optimal outcome)/k (all outcomes)

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

DeMorgan’s Law

A

(A’uB’) = A’ n B’

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

Postulates of Probability

A

P1. Non-negative real number
P2. P(S)=1
P3. P(A1uA2…)=P(A1)+P(A2)…
- countably additive
- if all three are satisfied a probability can be assigned

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

Theorem - Probability of an event

A

If A is an event in S, P(A) is the sum of the individual outcomes of A

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

Rules of Probability

A
  1. P(A) + P(A’) = 1 or P(A’)=1-P(A)
  2. P(null)=0
  3. If AcB than P(A) less than or equal to P(B)
  4. 0 less than or equal to P(A) less than or equal to 1
  5. Inclusion-Exclusion Principles
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Theorem - Inclusion-Exclusion Principle

A

P(AuB) = P(A) + P(B) - P(AnB)
- for three sets:
P(AuBuC)=P(A) + P(B) +P(C) - P(AnB) - P(AnC) - P(BnC) + P(AnBnC)

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

Theorem - Conditional Probability

A

P(A|B) = P(AnB)/P(B)

17
Q

Theorem - Conditional Probability Multiplication Rule

A

P(A) x P(B|A) = P(BnA)
P(AnBnC)=P(A) x P(B|A) x P(C|AnB)

18
Q

Definition - Independent and Dependent events

A

Events A and B are independent only if P(AnB)=P(A) x P(B) otherwise they are dependent
- If A and B are independent, then so are A and B’
- Additionally, A1, A2 etc are independent if the probability of the intersection of any number of these is equal to the product of their individual probabilities

19
Q

Rule of total probability

A

P(V)=P(A)·P(V|A)+P(B)·P(V|B)