Probability and Statistics Flashcards
Sample space
All of the possible outcomes (not the number of them!)
Probability of event A
Number of ways event A can happen/total number of equally likely outcomes
How would this be solved:
How many three letter combinations can be made from the 26 letters?
26^3=18576
How would this be solved:
How many different ways can you arrange 3 books from a group of 10 best sellers in a
store window?
10x9x8=720
Options per slot
Permutation
Arrangement of objects in a certain order
P(n,r)
Number of permutations of n objects taken r at a time
nPr=?
n!/(n-r)!
n!
N-factorial
6!
6x5x4x3x2x1= 720
Permutation for n objects with a objects of one kind, b objects of another, c objects of another…
n!/a!b!c!
Combination
An arrangement of objects in which order does not matter
nCr
Number of combinations for n objects taken r at a time
nC1=?
n
nCn=?
1
How would this be solved:
A pizza company offers 3 meat toppings and 9 vegetable toppings. How many different pizzas could be ordered if you wanted 2 meats and 3 veggies?
3C2x9C3