SlideShare a Scribd company logo
Gambling, Probability, and Risk  (Basic Probability and Counting Methods)
First: Your class data Starting with politics…
 
 
Feelings about math and writing…
Optimism…
A gambling experiment ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
What do you want to bet? ,[object Object],[object Object],[object Object]
Rational strategy ,[object Object],[object Object],[object Object],[object Object]
Probability  ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Assessing Probability ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Computing  theoretical  probabilities:counting methods ,[object Object],[object Object],Note:  these are called “counting methods” because we have to  count   the number of ways A can occur and the number of total possible outcomes.
Counting methods: Example 1 Example 1:  You draw one card from a deck of cards. What’s the probability that you draw an ace?
Counting methods: Example 2 Example 2.  What’s the probability that you draw 2 aces when you draw two cards from the deck? This is a “joint probability”—we’ll get back to this on Wednesday
Counting methods: Example 2 Numerator:   A  A  , A  A  , A  A  ,  A  A  ,  A  A  , A  A  ,  A  A  ,  A  A  ,  A  A  , A  A  , A  A  , or A  A   = 12 Two counting method ways to calculate this: 1. Consider order:   Denominator = 52x51 = 2652  -- why? . . .     52 cards 51 cards . . .  
Numerator:  A  A  , A  A  , A  A  ,  A  A  ,  A  A  ,  A  A   = 6 Denominator =  Counting methods: Example 2 2.  Ignore order: Divide out order!
Summary of Counting Methods Counting methods for computing probabilities With replacement Without replacement Permutations—order matters! Combinations— Order doesn’t matter Without replacement
Summary of Counting Methods Counting methods for computing probabilities Permutations—order matters! With replacement Without replacement
Permutations—Order matters! ,[object Object],[object Object],[object Object]
Summary of Counting Methods Counting methods for computing probabilities With replacement Permutations—order matters!
Permutations—with replacement With Replacement  – Think coin tosses, dice, and DNA.   “ memoryless” – After you get heads, you have an equally likely chance of getting a heads on the next toss (unlike in cards example, where you can’t draw the same card twice from a single deck).   What’s the probability of getting two heads in a row (“HH”) when tossing a coin?   H H T T H T Toss 1: 2 outcomes Toss 2: 2 outcomes 2 2  total possible outcomes: {HH, HT, TH, TT}
Permutations—with replacement What’s the probability of 3 heads in a row? H H T T H T Toss 1: 2 outcomes Toss 2: 2 outcomes Toss 3: 2 outcomes H T H T H T H T HHH HHT HTH HTT THH THT TTH TTT
Permutations—with replacement When you roll a pair of dice (or 1 die twice), what’s the probability of rolling 2 sixes? What’s the probability of rolling a 5 and a 6?
Summary: order matters, with replacement ,[object Object]
Summary of Counting Methods Counting methods for computing probabilities Without replacement Permutations—order matters!
Permutations—without replacement ,[object Object],[object Object]
Permutation—without replacement ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],Quickly becomes a pain! Easier to figure out patterns using a the  probability tree!
Permutation—without replacement # of permutations = 5 x 4 x 3 x 2 x 1 = 5! There are 5! ways to order 5 people in 5 chairs (since a person cannot repeat) E B A C D E A B D A B C D …… . Seat One: 5 possible Seat Two: only 4 possible Etc….
Permutation—without replacement What if you had to arrange 5 people in only 3 chairs (meaning 2 are out)? E B A C D E A B D A B C D Seat One: 5 possible Seat Two: Only 4 possible E B D Seat Three: only 3 possible
Permutation—without replacement Note this also works for 5 people and 5 chairs:
Permutation—without replacement How many two-card hands can I draw from a deck when order matters (e.g., ace of spades followed by ten of clubs is different than ten of clubs followed by ace of spades) . . .     52 cards 51 cards . . .  
Summary: order matters, without replacement ,[object Object]
Practice problems: ,[object Object],[object Object]
Answer 1 ,[object Object],P(success) =  1 (there’s only way to get it right!) / total # of guesses she could make   Total # of guesses one could make randomly: glass one: glass two: glass three:   glass four: 4 choices 3 vintages left  2 left    no “degrees of freedom” left  P(success) = 1 / 4!  = 1/24 = .04167 = 4 x 3 x 2 x 1 = 4!
Answer 2 ,[object Object],[object Object],[object Object]
Summary of Counting Methods Counting methods for computing probabilities Combinations— Order doesn’t matter Without replacement
2. Combinations—Order doesn’t matter ,[object Object],Spoken: “ n  choose  r ” Written as:
Combinations How many two-card hands can I draw from a deck when order does  not  matter (e.g., ace of spades followed by ten of clubs is  the same  as ten of clubs followed by ace of spades) . . .     52 cards 51 cards . . .  
Combinations How many five-card hands can I draw from a deck when order does  not  matter? . . .     52 cards 51 cards 50 cards 49 cards 48 cards . . .   . . .   . . .   . . .  
Combinations   How many repeats total?? … . 1.  2.  3.
Combinations   i.e., how many different ways can you arrange 5 cards…? 1.  2.  3.  … .
Combinations   That’s a permutation without replacement. 5! = 120
Combinations ,[object Object],[object Object],[object Object],[object Object]
Combinations ,[object Object],[object Object],[object Object],[object Object],[object Object]
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],6 permutations of the 3 men (=3!) x 2 permutations of the women (=2!) = 12 12 permutations    1 gender-based seating arrangement
[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],   5! possible arrangements of A, B, C, D, and E are reduced to 5!/12 or 5!/(3!2!)   6 permutations of the 3 men (=3!) x 2 permutations of the women (=2!) = 12
Summary ,[object Object],[object Object]
Summary: combinations If   r  objects are taken from a set of  n  objects without replacement and disregarding order, how many different samples are possible?  Formally, “order doesn’t matter” and “without replacement”    use choosing     
Examples—Combinations  ,[object Object],Which of course means that your probability of winning is 1/13,983,816!
Examples How many ways can you get 3 heads in 5 coin tosses?
Summary of Counting Methods Counting methods for computing probabilities Combinations— Order doesn’t matter Without replacement: With replacement:  n r   Permutations—order matters! Without replacement: n(n-1)(n-2)…(n-r+1)=
Gambling, revisited ,[object Object],[object Object],[object Object],[object Object],[object Object]
Pair of the same color? ,[object Object],Numerator = red aces, black aces; red kings, black kings; etc.…= 2x13 = 26
Any old pair? ,[object Object]
Two cards of same suit?
Two cards of same color? Numerator:  26 C 2  x 2 colors = 26!/(24!2!) = 325 x 2 = 650 Denominator = 1326  So, P(pair of the same color) = 650/1326 = 49% chance A little non-intuitive? Here’s another way to look at it… 26x25 RR 26x26 RB 26x26 BR 26x25 BB 50/102 Not quite 50/100 . . .     52 cards 26 red branches 26 black branches From a Red branch: 26 black left, 25 red left . . .   From a Black branch: 26 red left, 25 black left
Rational strategy? ,[object Object],[object Object],[object Object]
Rational strategy? ,[object Object],[object Object],[object Object]
Rational strategy? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Rational strategy… ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Practice problem: ,[object Object],[object Object]
In-Class Exercises: Answer ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Use SAS as a calculator ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
For class of 30? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
In this class? ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]

More Related Content

What's hot

tree diagrams
 tree diagrams tree diagrams
tree diagrams
Unsa Shakir
 
Practice Test 2 Probability
Practice Test 2 ProbabilityPractice Test 2 Probability
Practice Test 2 Probability
Long Beach City College
 
Probability with Cards
Probability with CardsProbability with Cards
Probability with Cards
ianrhunter
 
1 f2 fractions
1 f2 fractions1 f2 fractions
1 f2 fractionsmath123a
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combinationArijit Sarkar
 
Probability and Statistics - Week 1
Probability and Statistics - Week 1Probability and Statistics - Week 1
Probability and Statistics - Week 1
Ferdin Joe John Joseph PhD
 
Probabilitytree
ProbabilitytreeProbabilitytree
ProbabilitytreeFDonkor
 
Probability and Statistics - Week 2
Probability and Statistics - Week 2Probability and Statistics - Week 2
Probability and Statistics - Week 2
Ferdin Joe John Joseph PhD
 
12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thm12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thmsilvia
 
Kahn Help on ACT Math 1
Kahn Help on ACT Math 1 Kahn Help on ACT Math 1
Kahn Help on ACT Math 1 Jim Mathews
 
Math for 800 06 statistics, probability, sets, and graphs-charts
Math for 800   06 statistics, probability, sets, and graphs-chartsMath for 800   06 statistics, probability, sets, and graphs-charts
Math for 800 06 statistics, probability, sets, and graphs-charts
Edwin Lapuerta
 
Finite Math - Sets of Outcomes and Trees
Finite Math - Sets of Outcomes and TreesFinite Math - Sets of Outcomes and Trees
Finite Math - Sets of Outcomes and Trees
Justin Tallant
 
5. probability qt 1st tri semester
5. probability qt 1st tri semester 5. probability qt 1st tri semester
5. probability qt 1st tri semester
Karan Kukreja
 
counting techniques
counting techniquescounting techniques
counting techniques
Unsa Shakir
 
Probability
ProbabilityProbability
Probability
nitishguptamaps
 
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite MathComputing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
Justin Tallant
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
Angel Willis
 
09a 5 mm1f_methods_unit_1f_-_november_2012
09a 5 mm1f_methods_unit_1f_-_november_201209a 5 mm1f_methods_unit_1f_-_november_2012
09a 5 mm1f_methods_unit_1f_-_november_2012claire meadows-smith
 
6. prob. assignment (1)
6. prob. assignment (1)6. prob. assignment (1)
6. prob. assignment (1)
Karan Kukreja
 

What's hot (19)

tree diagrams
 tree diagrams tree diagrams
tree diagrams
 
Practice Test 2 Probability
Practice Test 2 ProbabilityPractice Test 2 Probability
Practice Test 2 Probability
 
Probability with Cards
Probability with CardsProbability with Cards
Probability with Cards
 
1 f2 fractions
1 f2 fractions1 f2 fractions
1 f2 fractions
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Probability and Statistics - Week 1
Probability and Statistics - Week 1Probability and Statistics - Week 1
Probability and Statistics - Week 1
 
Probabilitytree
ProbabilitytreeProbabilitytree
Probabilitytree
 
Probability and Statistics - Week 2
Probability and Statistics - Week 2Probability and Statistics - Week 2
Probability and Statistics - Week 2
 
12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thm12 2 Combinations And Binomial Thm
12 2 Combinations And Binomial Thm
 
Kahn Help on ACT Math 1
Kahn Help on ACT Math 1 Kahn Help on ACT Math 1
Kahn Help on ACT Math 1
 
Math for 800 06 statistics, probability, sets, and graphs-charts
Math for 800   06 statistics, probability, sets, and graphs-chartsMath for 800   06 statistics, probability, sets, and graphs-charts
Math for 800 06 statistics, probability, sets, and graphs-charts
 
Finite Math - Sets of Outcomes and Trees
Finite Math - Sets of Outcomes and TreesFinite Math - Sets of Outcomes and Trees
Finite Math - Sets of Outcomes and Trees
 
5. probability qt 1st tri semester
5. probability qt 1st tri semester 5. probability qt 1st tri semester
5. probability qt 1st tri semester
 
counting techniques
counting techniquescounting techniques
counting techniques
 
Probability
ProbabilityProbability
Probability
 
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite MathComputing Probabilities By Using Equally Likely Outcomes - Finite Math
Computing Probabilities By Using Equally Likely Outcomes - Finite Math
 
Permutations and Combinations
Permutations and CombinationsPermutations and Combinations
Permutations and Combinations
 
09a 5 mm1f_methods_unit_1f_-_november_2012
09a 5 mm1f_methods_unit_1f_-_november_201209a 5 mm1f_methods_unit_1f_-_november_2012
09a 5 mm1f_methods_unit_1f_-_november_2012
 
6. prob. assignment (1)
6. prob. assignment (1)6. prob. assignment (1)
6. prob. assignment (1)
 

Viewers also liked

Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probabilityguest45a926
 
Probability
ProbabilityProbability
Probability
lrassbach
 
Lecture 08
Lecture 08Lecture 08
Lecture 08
Faisal Mehmood
 
Probability
ProbabilityProbability
Probability
Thongminhhon Nguyen
 
Basics of probability
Basics of probabilityBasics of probability
Basics of probability
suncil0071
 
Topic 6 stat probability theory
Topic 6 stat probability theoryTopic 6 stat probability theory
Topic 6 stat probability theorySizwan Ahammed
 
The fundamental counting principle
The fundamental counting principleThe fundamental counting principle
The fundamental counting principleEmma Balbastro
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpoint
mesmith1
 
Counting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationCounting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationChie Pegollo
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
Ikhlas Rahman
 
Basic Probability
Basic Probability Basic Probability
Basic Probability
kaurab
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpointTiffany Deegan
 
Probability Powerpoint
Probability PowerpointProbability Powerpoint
Probability Powerpointspike2904
 

Viewers also liked (13)

Basic Concept Of Probability
Basic Concept Of ProbabilityBasic Concept Of Probability
Basic Concept Of Probability
 
Probability
ProbabilityProbability
Probability
 
Lecture 08
Lecture 08Lecture 08
Lecture 08
 
Probability
ProbabilityProbability
Probability
 
Basics of probability
Basics of probabilityBasics of probability
Basics of probability
 
Topic 6 stat probability theory
Topic 6 stat probability theoryTopic 6 stat probability theory
Topic 6 stat probability theory
 
The fundamental counting principle
The fundamental counting principleThe fundamental counting principle
The fundamental counting principle
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpoint
 
Counting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationCounting Technique, Permutation, Combination
Counting Technique, Permutation, Combination
 
Basic concept of probability
Basic concept of probabilityBasic concept of probability
Basic concept of probability
 
Basic Probability
Basic Probability Basic Probability
Basic Probability
 
Probability powerpoint
Probability powerpointProbability powerpoint
Probability powerpoint
 
Probability Powerpoint
Probability PowerpointProbability Powerpoint
Probability Powerpoint
 

Similar to Gambling, Probability, and Risk

probability 2.ppt
probability 2.pptprobability 2.ppt
probability 2.ppt
Izah Catli
 
Probably probability
Probably probabilityProbably probability
Probably probability
Matthew DeMoss
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
sarath4droid
 
Your Statistics Homework Solver is Here! 📊📚
Your Statistics Homework Solver is Here! 📊📚Your Statistics Homework Solver is Here! 📊📚
Your Statistics Homework Solver is Here! 📊📚
Statistics Homework Helper
 
Math questions
Math  questionsMath  questions
Math questions
Santosh Kumar Kar
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
manishhmishra001
 
COUNTING RULES-Revised.pdf
COUNTING RULES-Revised.pdfCOUNTING RULES-Revised.pdf
COUNTING RULES-Revised.pdf
AtikaAbdulhayee
 
Prob2definitions
Prob2definitionsProb2definitions
Prob2definitions
Raju David Chittilappilly
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
Statistics Assignment Help
 
Normal distribution for statistical analysis
Normal distribution for statistical analysis Normal distribution for statistical analysis
Normal distribution for statistical analysis Dr. Trilok Kumar Jain
 
Normal distribution for statistical analysis
Normal distribution for statistical analysis Normal distribution for statistical analysis
Normal distribution for statistical analysis Dr. Trilok Kumar Jain
 
Week-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptxWeek-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptx
DariusRosete
 
Mathematics Homework Help
Mathematics Homework HelpMathematics Homework Help
Mathematics Homework Help
Edu Assignment Help
 
Simple probability
Simple probabilitySimple probability
Simple probability
06426345
 
Counting Project
Counting ProjectCounting Project
Counting Project
guestc5d3f2
 
Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
Long Beach City College
 
permutations-and-combinations.pptx
permutations-and-combinations.pptxpermutations-and-combinations.pptx
permutations-and-combinations.pptx
AryanArora64
 
03 Probability Review for Analysis of Algorithms
03 Probability Review for Analysis of Algorithms03 Probability Review for Analysis of Algorithms
03 Probability Review for Analysis of Algorithms
Andres Mendez-Vazquez
 
Math Homework Help
Math Homework HelpMath Homework Help
Math Homework Help
Maths Assignment Help
 
Important questions for class 10 maths chapter 15 probability with solutions
Important questions for class 10 maths chapter 15 probability with solutionsImportant questions for class 10 maths chapter 15 probability with solutions
Important questions for class 10 maths chapter 15 probability with solutions
ExpertClass
 

Similar to Gambling, Probability, and Risk (20)

probability 2.ppt
probability 2.pptprobability 2.ppt
probability 2.ppt
 
Probably probability
Probably probabilityProbably probability
Probably probability
 
Permutation and combination
Permutation and combinationPermutation and combination
Permutation and combination
 
Your Statistics Homework Solver is Here! 📊📚
Your Statistics Homework Solver is Here! 📊📚Your Statistics Homework Solver is Here! 📊📚
Your Statistics Homework Solver is Here! 📊📚
 
Math questions
Math  questionsMath  questions
Math questions
 
Lecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic andLecture Week 17 which hleps in study for logic and
Lecture Week 17 which hleps in study for logic and
 
COUNTING RULES-Revised.pdf
COUNTING RULES-Revised.pdfCOUNTING RULES-Revised.pdf
COUNTING RULES-Revised.pdf
 
Prob2definitions
Prob2definitionsProb2definitions
Prob2definitions
 
Probability Assignment Help
Probability Assignment HelpProbability Assignment Help
Probability Assignment Help
 
Normal distribution for statistical analysis
Normal distribution for statistical analysis Normal distribution for statistical analysis
Normal distribution for statistical analysis
 
Normal distribution for statistical analysis
Normal distribution for statistical analysis Normal distribution for statistical analysis
Normal distribution for statistical analysis
 
Week-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptxWeek-7_Day-1_Complementary-Events_PPT.pptx
Week-7_Day-1_Complementary-Events_PPT.pptx
 
Mathematics Homework Help
Mathematics Homework HelpMathematics Homework Help
Mathematics Homework Help
 
Simple probability
Simple probabilitySimple probability
Simple probability
 
Counting Project
Counting ProjectCounting Project
Counting Project
 
Practice Test 2 Solutions
Practice Test 2  SolutionsPractice Test 2  Solutions
Practice Test 2 Solutions
 
permutations-and-combinations.pptx
permutations-and-combinations.pptxpermutations-and-combinations.pptx
permutations-and-combinations.pptx
 
03 Probability Review for Analysis of Algorithms
03 Probability Review for Analysis of Algorithms03 Probability Review for Analysis of Algorithms
03 Probability Review for Analysis of Algorithms
 
Math Homework Help
Math Homework HelpMath Homework Help
Math Homework Help
 
Important questions for class 10 maths chapter 15 probability with solutions
Important questions for class 10 maths chapter 15 probability with solutionsImportant questions for class 10 maths chapter 15 probability with solutions
Important questions for class 10 maths chapter 15 probability with solutions
 

More from Rod Medallion

Portfolio optimization with warren and bill
Portfolio optimization with warren and billPortfolio optimization with warren and bill
Portfolio optimization with warren and bill
Rod Medallion
 
Introduction to credit derivatives
Introduction to credit derivativesIntroduction to credit derivatives
Introduction to credit derivatives
Rod Medallion
 
Global derivatives market historical perspective
Global derivatives market historical perspectiveGlobal derivatives market historical perspective
Global derivatives market historical perspective
Rod Medallion
 
Derivatives
DerivativesDerivatives
Derivatives
Rod Medallion
 
Carlyle Group sees strong growth potential in se asia
Carlyle Group sees strong growth potential in se asiaCarlyle Group sees strong growth potential in se asia
Carlyle Group sees strong growth potential in se asia
Rod Medallion
 
Central banks macro_adjustments
Central banks macro_adjustmentsCentral banks macro_adjustments
Central banks macro_adjustmentsRod Medallion
 
Central bank monetary policy
Central bank monetary policyCentral bank monetary policy
Central bank monetary policyRod Medallion
 
Low Income Housing Tax Credit Funds Investment Opportunities For Banks
Low  Income  Housing  Tax  Credit  Funds  Investment  Opportunities For  BanksLow  Income  Housing  Tax  Credit  Funds  Investment  Opportunities For  Banks
Low Income Housing Tax Credit Funds Investment Opportunities For Banks
Rod Medallion
 
Economic Crisis a study of
Economic Crisis a study ofEconomic Crisis a study of
Economic Crisis a study of
Rod Medallion
 
BRAZIL’S 1998-1999 CURRENCY CRISIS
BRAZIL’S 1998-1999 CURRENCY CRISISBRAZIL’S 1998-1999 CURRENCY CRISIS
BRAZIL’S 1998-1999 CURRENCY CRISIS
Rod Medallion
 
Two myths about the Dollar
Two myths about the DollarTwo myths about the Dollar
Two myths about the DollarRod Medallion
 
Sovereign Wealth Funds I M F
Sovereign Wealth Funds  I M FSovereign Wealth Funds  I M F
Sovereign Wealth Funds I M FRod Medallion
 
I M F Risks Derivatives
I M F  Risks  DerivativesI M F  Risks  Derivatives
I M F Risks DerivativesRod Medallion
 
Hedge funds - Quick Overview
Hedge funds - Quick OverviewHedge funds - Quick Overview
Hedge funds - Quick Overview
Rod Medallion
 
Sun Tzu\'s The Art of War
Sun Tzu\'s The Art of WarSun Tzu\'s The Art of War
Sun Tzu\'s The Art of War
Rod Medallion
 
Deutsche Bank Return to Normalcy
Deutsche Bank Return to NormalcyDeutsche Bank Return to Normalcy
Deutsche Bank Return to NormalcyRod Medallion
 

More from Rod Medallion (20)

Portfolio optimization with warren and bill
Portfolio optimization with warren and billPortfolio optimization with warren and bill
Portfolio optimization with warren and bill
 
Introduction to credit derivatives
Introduction to credit derivativesIntroduction to credit derivatives
Introduction to credit derivatives
 
Global derivatives market historical perspective
Global derivatives market historical perspectiveGlobal derivatives market historical perspective
Global derivatives market historical perspective
 
Derivatives
DerivativesDerivatives
Derivatives
 
Carlyle Group sees strong growth potential in se asia
Carlyle Group sees strong growth potential in se asiaCarlyle Group sees strong growth potential in se asia
Carlyle Group sees strong growth potential in se asia
 
Banking in the us
Banking in the usBanking in the us
Banking in the us
 
Basel ii-12-mar-07
Basel ii-12-mar-07Basel ii-12-mar-07
Basel ii-12-mar-07
 
Central banks macro_adjustments
Central banks macro_adjustmentsCentral banks macro_adjustments
Central banks macro_adjustments
 
Central bank monetary policy
Central bank monetary policyCentral bank monetary policy
Central bank monetary policy
 
The Great Recession
The  Great  RecessionThe  Great  Recession
The Great Recession
 
Low Income Housing Tax Credit Funds Investment Opportunities For Banks
Low  Income  Housing  Tax  Credit  Funds  Investment  Opportunities For  BanksLow  Income  Housing  Tax  Credit  Funds  Investment  Opportunities For  Banks
Low Income Housing Tax Credit Funds Investment Opportunities For Banks
 
Economic Crisis a study of
Economic Crisis a study ofEconomic Crisis a study of
Economic Crisis a study of
 
BRAZIL’S 1998-1999 CURRENCY CRISIS
BRAZIL’S 1998-1999 CURRENCY CRISISBRAZIL’S 1998-1999 CURRENCY CRISIS
BRAZIL’S 1998-1999 CURRENCY CRISIS
 
Two myths about the Dollar
Two myths about the DollarTwo myths about the Dollar
Two myths about the Dollar
 
Sovereign Wealth Funds I M F
Sovereign Wealth Funds  I M FSovereign Wealth Funds  I M F
Sovereign Wealth Funds I M F
 
I M F Risks Derivatives
I M F  Risks  DerivativesI M F  Risks  Derivatives
I M F Risks Derivatives
 
Hedge funds - Quick Overview
Hedge funds - Quick OverviewHedge funds - Quick Overview
Hedge funds - Quick Overview
 
Imf proposal bancor
Imf proposal bancorImf proposal bancor
Imf proposal bancor
 
Sun Tzu\'s The Art of War
Sun Tzu\'s The Art of WarSun Tzu\'s The Art of War
Sun Tzu\'s The Art of War
 
Deutsche Bank Return to Normalcy
Deutsche Bank Return to NormalcyDeutsche Bank Return to Normalcy
Deutsche Bank Return to Normalcy
 

Recently uploaded

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
EugeneSaldivar
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
vaibhavrinwa19
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
camakaiclarkmusic
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
Thiyagu K
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
Vikramjit Singh
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
Mohd Adib Abd Muin, Senior Lecturer at Universiti Utara Malaysia
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
SACHIN R KONDAGURI
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
Celine George
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
TechSoup
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Po-Chuan Chen
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
MysoreMuleSoftMeetup
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
siemaillard
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
Levi Shapiro
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
timhan337
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
kaushalkr1407
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 

Recently uploaded (20)

TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...TESDA TM1 REVIEWER  FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
TESDA TM1 REVIEWER FOR NATIONAL ASSESSMENT WRITTEN AND ORAL QUESTIONS WITH A...
 
Acetabularia Information For Class 9 .docx
Acetabularia Information For Class 9  .docxAcetabularia Information For Class 9  .docx
Acetabularia Information For Class 9 .docx
 
CACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdfCACJapan - GROUP Presentation 1- Wk 4.pdf
CACJapan - GROUP Presentation 1- Wk 4.pdf
 
Unit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdfUnit 8 - Information and Communication Technology (Paper I).pdf
Unit 8 - Information and Communication Technology (Paper I).pdf
 
Digital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and ResearchDigital Tools and AI for Teaching Learning and Research
Digital Tools and AI for Teaching Learning and Research
 
Chapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptxChapter 3 - Islamic Banking Products and Services.pptx
Chapter 3 - Islamic Banking Products and Services.pptx
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
"Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe..."Protectable subject matters, Protection in biotechnology, Protection of othe...
"Protectable subject matters, Protection in biotechnology, Protection of othe...
 
Model Attribute Check Company Auto Property
Model Attribute  Check Company Auto PropertyModel Attribute  Check Company Auto Property
Model Attribute Check Company Auto Property
 
The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Introduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp NetworkIntroduction to AI for Nonprofits with Tapp Network
Introduction to AI for Nonprofits with Tapp Network
 
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdfAdversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
Adversarial Attention Modeling for Multi-dimensional Emotion Regression.pdf
 
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
Mule 4.6 & Java 17 Upgrade | MuleSoft Mysore Meetup #46
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
 
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
June 3, 2024 Anti-Semitism Letter Sent to MIT President Kornbluth and MIT Cor...
 
Honest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptxHonest Reviews of Tim Han LMA Course Program.pptx
Honest Reviews of Tim Han LMA Course Program.pptx
 
The Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdfThe Roman Empire A Historical Colossus.pdf
The Roman Empire A Historical Colossus.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 

Gambling, Probability, and Risk

  • 1. Gambling, Probability, and Risk (Basic Probability and Counting Methods)
  • 2. First: Your class data Starting with politics…
  • 3.  
  • 4.  
  • 5. Feelings about math and writing…
  • 7.
  • 8.
  • 9.
  • 10.
  • 11.
  • 12.
  • 13. Counting methods: Example 1 Example 1: You draw one card from a deck of cards. What’s the probability that you draw an ace?
  • 14. Counting methods: Example 2 Example 2. What’s the probability that you draw 2 aces when you draw two cards from the deck? This is a “joint probability”—we’ll get back to this on Wednesday
  • 15. Counting methods: Example 2 Numerator: A  A  , A  A  , A  A  , A  A  , A  A  , A  A  , A  A  , A  A  , A  A  , A  A  , A  A  , or A  A  = 12 Two counting method ways to calculate this: 1. Consider order: Denominator = 52x51 = 2652 -- why? . . .     52 cards 51 cards . . .  
  • 16. Numerator: A  A  , A  A  , A  A  , A  A  , A  A  , A  A  = 6 Denominator = Counting methods: Example 2 2. Ignore order: Divide out order!
  • 17. Summary of Counting Methods Counting methods for computing probabilities With replacement Without replacement Permutations—order matters! Combinations— Order doesn’t matter Without replacement
  • 18. Summary of Counting Methods Counting methods for computing probabilities Permutations—order matters! With replacement Without replacement
  • 19.
  • 20. Summary of Counting Methods Counting methods for computing probabilities With replacement Permutations—order matters!
  • 21. Permutations—with replacement With Replacement – Think coin tosses, dice, and DNA.   “ memoryless” – After you get heads, you have an equally likely chance of getting a heads on the next toss (unlike in cards example, where you can’t draw the same card twice from a single deck).   What’s the probability of getting two heads in a row (“HH”) when tossing a coin? H H T T H T Toss 1: 2 outcomes Toss 2: 2 outcomes 2 2 total possible outcomes: {HH, HT, TH, TT}
  • 22. Permutations—with replacement What’s the probability of 3 heads in a row? H H T T H T Toss 1: 2 outcomes Toss 2: 2 outcomes Toss 3: 2 outcomes H T H T H T H T HHH HHT HTH HTT THH THT TTH TTT
  • 23. Permutations—with replacement When you roll a pair of dice (or 1 die twice), what’s the probability of rolling 2 sixes? What’s the probability of rolling a 5 and a 6?
  • 24.
  • 25. Summary of Counting Methods Counting methods for computing probabilities Without replacement Permutations—order matters!
  • 26.
  • 27.
  • 28. Permutation—without replacement # of permutations = 5 x 4 x 3 x 2 x 1 = 5! There are 5! ways to order 5 people in 5 chairs (since a person cannot repeat) E B A C D E A B D A B C D …… . Seat One: 5 possible Seat Two: only 4 possible Etc….
  • 29. Permutation—without replacement What if you had to arrange 5 people in only 3 chairs (meaning 2 are out)? E B A C D E A B D A B C D Seat One: 5 possible Seat Two: Only 4 possible E B D Seat Three: only 3 possible
  • 30. Permutation—without replacement Note this also works for 5 people and 5 chairs:
  • 31. Permutation—without replacement How many two-card hands can I draw from a deck when order matters (e.g., ace of spades followed by ten of clubs is different than ten of clubs followed by ace of spades) . . .     52 cards 51 cards . . .  
  • 32.
  • 33.
  • 34.
  • 35.
  • 36. Summary of Counting Methods Counting methods for computing probabilities Combinations— Order doesn’t matter Without replacement
  • 37.
  • 38. Combinations How many two-card hands can I draw from a deck when order does not matter (e.g., ace of spades followed by ten of clubs is the same as ten of clubs followed by ace of spades) . . .     52 cards 51 cards . . .  
  • 39. Combinations How many five-card hands can I draw from a deck when order does not matter? . . .     52 cards 51 cards 50 cards 49 cards 48 cards . . .   . . .   . . .   . . .  
  • 40. Combinations   How many repeats total?? … . 1. 2. 3.
  • 41. Combinations   i.e., how many different ways can you arrange 5 cards…? 1. 2. 3. … .
  • 42. Combinations   That’s a permutation without replacement. 5! = 120
  • 43.
  • 44.
  • 45.
  • 46.
  • 47.
  • 48. Summary: combinations If r objects are taken from a set of n objects without replacement and disregarding order, how many different samples are possible? Formally, “order doesn’t matter” and “without replacement”  use choosing   
  • 49.
  • 50. Examples How many ways can you get 3 heads in 5 coin tosses?
  • 51. Summary of Counting Methods Counting methods for computing probabilities Combinations— Order doesn’t matter Without replacement: With replacement: n r Permutations—order matters! Without replacement: n(n-1)(n-2)…(n-r+1)=
  • 52.
  • 53.
  • 54.
  • 55. Two cards of same suit?
  • 56. Two cards of same color? Numerator: 26 C 2 x 2 colors = 26!/(24!2!) = 325 x 2 = 650 Denominator = 1326 So, P(pair of the same color) = 650/1326 = 49% chance A little non-intuitive? Here’s another way to look at it… 26x25 RR 26x26 RB 26x26 BR 26x25 BB 50/102 Not quite 50/100 . . .     52 cards 26 red branches 26 black branches From a Red branch: 26 black left, 25 red left . . .   From a Black branch: 26 red left, 25 black left
  • 57.
  • 58.
  • 59.
  • 60.
  • 61.
  • 62.
  • 63.
  • 64.
  • 65.