Blackjack: Counting Hands and Counting Cards

Slides:



Advertisements
Similar presentations
Math and Card Games By: Candace DiBiano.
Advertisements

By: Jonathan Quenzer. To have a computer learn how to play Blackjack through reinforcement learning Computer starts off with no memory. After each hand.
Lecture 10. Simplified roulette European roulette has numbers 0,1,…36. xD0s
Card Counting What is it, how does it work, and can I use it to pay for college? (and if it does work, do I even have to go to college?) Jeff O’Connell.
BLACKJACK SHARKS: Aabida Mayet, Omar Bacerra, Eser Kaptan March 15, 2010.
Dice, Cards and Darts Probabilities in Games Finding the Right Representation.
Excursions in Modern Mathematics, 7e: Copyright © 2010 Pearson Education, Inc. 15 Chances, Probabilities, and Odds 15.1Random Experiments and.
An application of the Probability Theory
Rene Plowden Joseph Libby. Improving the profit margin by optimizing the win ratio through the use of various strategies and algorithmic computations.
Computer Science 313 – Advanced Programming Topics.
1 Section 5.1 Discrete Probability. 2 LaPlace’s definition of probability Number of successful outcomes divided by the number of possible outcomes This.
Black Jack Dr. Bernard Chen University of Central Arkansas Spring 2012.
Blackjack: A Beatable Game
Blackjack: Myths vs. Reality Group K Andrew KerrAndrew Phillips Sven SkoogWoj Wrona.
Permutations and Combinations
Blackjack: An Analysis of Probability By: John Theobald.
April 2009 BEATING BLACKJACK CARD COUNTING FEASIBILITY ANALYSIS THROUGH SIMULATION.
Casinos There’s a reason they are big and extravagant!
1 Introduction to Discrete Probability Rosen, Section 6.1 Based on slides by Aaron Bloomfield and …
Introduction for Rotarians
Objective Probabilities
Blackjack: A Beatable Game Amber Guo Adapted from: David Parker Advisor: Dr. Wyels California Lutheran University ‘05.
Blackjack Betting and Playing Strategies: A Statistical Comparison By Jared Luffman MSIM /3/2007.
Oklahoma’s Personal Financial Literacy Passport © Oklahoma State Department of Education. All rights reserved. 1 Teacher Presentation Series 12 Standard.
Quiz Plot the point: (-4, 2, -3) in the Cartesian space. Find the midpoint between the 2 points: P(1, 5, -7) and Q(-5, 3, -3) 3. Find the distance.
13.4 Expected Value Understand the meaning of expected value. Understand the meaning of expected value. Use expected value to solve applied problems. Use.
GamblingGambling What are the odds? Jessica Judd.
6.7 Permutations & Combinations. Factorial: 4! = 4*3*2*1 On calculator: math ==> PRB ==> 4 7! = 5040 Try 12!
Math in the gamble. Poker is Math Poker is a game that requires the ability to read situations and your opponents to gain an advantage in every hand you.
COUNTING Discrete Math Team KS MATEMATIKA DISKRIT (DISCRETE MATHEMATICS ) 1.
13 Lesson 1 Let Me Count the Ways Fundamental Counting Principle, Permutations & Combinations CP Probability and Statistics FA 2014 S-ID.1S-CP.3S-CP.5.
Warm up How many ways can 8 children be placed on a 8- horse Merry-Go-Round? 7! = What if Simone insisted on riding the red horse? Here we are only.
MEAN AND RANGE. 6PS1.1 Compute the range, mean, median, and mode of data sets Objective: Understand what the mean and range of a data set stand for Learning.
Extending Mathematical Understanding Parent Workshop 7th June 2016 St Brendan’s Catholic Primary School Lake Munmorah.
Unit 7: Chance Variation
Counting Principles Ex. Eight pieces of paper are numbered 1 to 8 and placed in a box. One piece of paper is drawn from the box, its number is written.
MAT 142 Lecture Video Series
Multiplication Rule Combinations Permutations
Rapid Recall Activities
Permutations and Combinations
Lecture 13.
CSC 321: Data Structures Fall 2015 Counting and problem solving
Combinations Problems
CSC 321: Data Structures Fall 2016 Counting and proofs
Lecture 11.
Discrete Optimization
Chapter 5 Black Jack.
Permutations and Combinations
Lecture 10.
Chapter 10: Counting Methods
GCLUB ONLINE CASINO 1 We are a legitimate online casino service that is available to all online casino players. For new members, we will recommend the.
Probability of casino games
Lecture 12.
The Costs and Benefits of Gambling
Probability And Expected Value ————————————
Truth tables: Ways to organize results of Boolean expressions.
Truth tables: Ways to organize results of Boolean expressions.
Chapter 3.1 Probability Students will learn several ways to model situations involving probability, such as tree diagrams and area models. They will.
Probability, Part I.
Games Workshop.
3rd/4th grade Family Math Night Games
Counting Discrete Mathematics.
Probability And Expected Value ————————————
How many possible outcomes can you make with the accessories?
Truth tables: Ways to organize results of Boolean expressions.
Task 2 Implementation help
Counting and Probability
Warm Up – 5/7 - Wednesday A single bag contains 4 red and 3 yellow discs. Two discs are pulled from the bag and not replaced. A) Draw a tree diagram modeling.
BY: Cesar, Jennifer, Adrianne & Allen
PROBABILITY.
Presentation transcript:

Blackjack: Counting Hands and Counting Cards Presentation by Joe Brown, credit to Edward O. Thorp and Catalin Barboianu

Outline How to actually play blackjack Difficulty in modelling games How to play I: The actual game How to play II: Helpful terms How to play III: Variations of importance Difficulty in modelling games A simple example (Odds of getting a natural) A more complex example (possible game starts) What makes this so hard Counting cards Counting is a misnomer Let’s learn how to count Running vs True

Playing and Winning at Blackjack What is your win condition? How do you achieve your win condition?

A bit of lingo to help us out “Natural/blackjack” “Soft” vs “Hard” Shoe Game Options Hit Stay Double (Down) Split Surrender Insurance

Variations on the game How many decks are being used? When does dealer hit? Do we have hole cards? Resplitting and Reno rule

Dealing and how it affects counting Dealing individual hands gives us combinations Dealing cards “in order” gives us permutations For now (this presentation), we’ll make our lives simpler

Simple example (premise) What are the odds of my opening hand being natural with one deck?

Simple example (math) First take all possible first hands C(52,2)=1326 Now, pick our ace C(4,1)=4 Now pick our “10” C(16,1)=16 Final division (C(16,1)*C(4,1))/C(52,2)=64/1326≈5%

One to work through together What are the odds of my initial hand being able to be split?

Complex example (premise) Now that we know the odds of an initial natural on one deck, let’s calculate the number of possible opening hands from any number of players from any number of decks up to 8. Caveat: To make life easier, we assume all cards are distinct (e.g. 10 of clubs from deck 1 is separate from 10 of clubs from deck 3)

Complex example (math) Let’s try one deck at first. So we take the possible first hand for k players, and then sum up the k’s

Increasing the difficulty So one deck wasn’t too hard to calculate, now lets try two. Same way as before, just double some numbers (cards and players)

The next logical summation Well, if we can calculate each individual deck number, why not sum them?

The Grand Total The number of possible opening hands of blackjack (using anywhere from 1 to 8 decks) is 2019207372 This is about 3/10 the amount of people living today, so not incomprehensibly large, but still big

Why we chose combinations Not only does it make hand order not matter like in true blackjack, but it means that the numbers are smaller. For example, if we did permutations for 8 decks and the maximum number of players, we’d have (52*8)!≈3.8*10910 hands.

The crux of the modeling problem Sheer size You can’t keep hitting forever Just the sheer number of options

Learning how to “cheat” by addition Counting cards isn’t keeping track of every card, it’s just adding Assign every card a number 2-6=+1 7-9=0 10-Ace=-1

Running Count vs True Count Just because you have a +5 on board, this doesn’t mean your odds are that much greater if you have 7 decks in the shoe. Thus, we divide

Why counting works It increases chance of natural It increases the odds of splitting being worth it It makes doubling likely more worth it It makes the dealer more likely to bust It makes insurance worth more. However, counting isn’t perfect, so one still needs to be smart

Improvements and variations in general Other counting systems More in depth combinatorics Computer programs

Questions?

References Beat the Dealer: A Winning Strategy for the Game of Twenty-One, Edward O. Thorp Probability Guide to Gambling: The Mathematics of Dice, Slots, Roulette, Baccarat, Blackjack, Poker, Lottery and Sport Bets, Catalin Barboianu https://www.blackjackapprenticeship.com/how-to-count-cards/ https://en.wikipedia.org/wiki/Card_counting https://en.wikipedia.org/wiki/Blackjack Countless other Blackjack sites Wolfram Alpha, for computing my sums