Unit 11 Flashcards
Equation for: one item from a group of “m” items time a second item from a group of “n” items
mxn
permutation equation and rules
nPr=n!/(n-r)! & no item reused, are distinct, and order matters
non-distinct permutation equation
n!/p!q!r!
combination equations and rules
nCr=n!/(n-r)!r! & no item reused, are distinct, and order doesn’t matter
Equation for ‘find the probability of’
0≤prob≤1
P(E)=n(E)/n(S)
Equation for ‘find the probability of OR’
P(A)+P(B)-P(A&B)
Probability of an Event NOT occurring equations
P(S)=P(E)+P(NOT E)
P(NOT E)=1-P(E)
Odds in FAVOR of an Event
a:b which is ‘a to b’
P(E)/P(NOT E)
Odds AGAINST an Event
b:a which is ‘b to a’
P(NOT E)/P(E)
Formula for AND probability of TWO OR MORE ‘independent events’
P(E AND F)=P(E)xP(F)
Formula for AND probability of TWO OR MORE ‘dependent events’
P(E AND F)=P(E)xP(F given that E has occurred)
EX: You have 9 books to place on a bookshelf w/ only 4 spots. How many ways can you place them?
9!/(9-4)!=3,024
EX: 5-digit code with 3 letters & 2 digits. How many possible codes?
26x26x26x10x10=1,757,600
EX: How many diff arrangements possible for 10 flags if 3 are red, 5 blue, and 2 white?
10!/3!5!2!=2,520
EX: Committee of 4 people with 2 women and 2 men chosen from 6 women and 4 men. How many possible ways can you form committee?
6C2x4C2=15x6=90