Math Math Mathy Math Flashcards
What is a permutation?
An order of arrangements of [r] objects without repetition, selected from [n] distinct objects. Where you need to count the # of ways you can arrange items where order is important. ORDER MATTERS!
Permutation formula
nPr = n!/(n-r)!
Permutations: 7 factorial
7!
Permutations: 0!
Always = 1
Permutations example: How many ways can 8 cd’s be arranged on a shelf?
[n] = 8 (8 cd's in this problem) [r] = 8 (arranging all 8 cd's) nPr = n!/(n-r)! nPr = 8!/(8-8)! nPr = 8!/0! = 8!/1 =8! =8 x 7 x 6 x 5 x 4 x 3 x 2 x 1 =40320
Permutations example: In how many ways can a sorority of 20 members select a president, vp, and treasurer, assuming that the same person cannot hold more than one office?
[n] = 20 (20 members in the sorority) [r] = 3 (3 offices to be held) nPr = 20!/(20-3)! = 20!/17! = 6840
Permutations example: How many different arrangements can be made using 2 of the letters of the word TEXAS, if no letter is to be used twice?
[n] = 5 (5 letters in TEXAS) [r] = 2 (2 letters at a time) nPr = 5!/(5-2)! = 5!/3! = 20
What are combinations?
When you need to count the # of groupings, without regard to order.
Arrangement of [r] objects, without regard to order and without repetition, selected from [n] distinct objects.
Combinations formula
nCr = n!/(n-r)! r!
Combinations example: In a conference of 9 schools, how many intraconference football games are played during the season if the teams all play each other exactly once?
[n] = 9 (9 teams in conference) [r] = 2 (2 teams play per game) nCr = 9!/(9-2)! 2! = 9!/7! 2! = 36
Combinations example: You are going to draw 4 CARDS from a standard deck of 52 cards. How many different 4 card hands are possible?
[n] = 52 (52 cards in the deck) [r] = 4 (we want 4 hands) nCr - 52!/(52-4)! 4! = 52!/48! 4! = 270725
Combinations example: 3 marbles are drawn at random from a bag with 3 red and 5 white marbles. How many different draws are there?
[n] = 8 (8marbles in the bag) [r] = 3 (3marbles are drawn at a time) nCr = 8!/(8-3)! 3! = 8!/5! 3! = 56
What is probability?
Used to find out chances, research, and advertising
Probability: experiment definition
An act for which the outcome is uncertain (rolling a die, tossing a coin)
Probability: sample space definition
[S] set of all possible outcomes of the experiment such that each outcome corresponds to exactly one element in [S]. Elements of [S] are called sample points. If there is a finite # of sample points, that # is denoted [n(S)]