BY: Cesar, Jennifer, Adrianne & Allen

Slides:



Advertisements
Similar presentations
Card Counting Driller By Oscar Chen For CS491A. Practice your Card Counting Skills Application to allow Blackjack Enthusiasts to sharpen their skills.
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.
Victory in the Card Game ‘War’ and Initial Hand Strength
Probability, matrices and game theory The mathematics of Blackjack (21)
Lecture 11. R function Function is a wrapper that allows us to write code in modules Back to Handout Homework: Create a function for drunken sailor –
Lecture 10. Simplified roulette European roulette has numbers 0,1,…36. xD0s
BLACKJACK SHARKS: Aabida Mayet, Omar Bacerra, Eser Kaptan March 15, 2010.
12 Pontoon1May Pontoon program CE : Fundamental Programming Techniques.
Rene Plowden Joseph Libby. Improving the profit margin by optimizing the win ratio through the use of various strategies and algorithmic computations.
MATH CLASH Integer Addition Game 1. Player Rules Players must be paired with another person Cards must be evenly divided at the start of the round Players.
Centinel tournament ● A deck: the numbers in random order ● A game lasts until no numbers are left in deck ● A game is played like this (first player.
Chapter 5 Black Jack. Copyright © 2005 Pearson Addison-Wesley. All rights reserved. 5-2 Chapter Objectives Provide a case study example from problem statement.
Black Jack Dr. Bernard Chen University of Central Arkansas Spring 2012.
Blackjack: Myths vs. Reality Group K Andrew KerrAndrew Phillips Sven SkoogWoj Wrona.
Blackjack: An Analysis of Probability By: John Theobald.
Poker UML and ADT design plan.
Learning BlackJack with ANN (Aritificial Neural Network) Ip Kei Sam ID:
Blackjack: A Beatable Game Amber Guo Adapted from: David Parker Advisor: Dr. Wyels California Lutheran University ‘05.
Main Program Repeat call InitialiseVar # a procedure to reset all variables call ShufflePack# a procedure to generate a random list of 52 cards call PlayerGo#
Expected Value. Expected Value - Definition The mean (average) of a random variable.
Gambling Because why not?. Blackjack and card counting Card counting is a casino card game strategy used primarily in the blackjack family of casino games.
Remember Playing perfect black jack – the probability of winning a hand is.498 What is the probability that you will win 8 of the next 10 games of blackjack?
Draw 3 cards without replacement from a standard 52 card deck. What is the probability that: 1.They are all red ? 2.At least one is black ? 3.They are.
By Kevin Sandhu. Pick a Deck 5 decks to choose from Each player gets 20 life points Each player cuts the others deck Untap all cards at beginning Draw.
GamblingGambling What are the odds? Jessica Judd.
Week 8 : User-Defined Objects (Simple Blackjack Game)
Problem: Roll a two dice until you get doubles. How long did you have to wait?
12.4 Multiplying Probabilities, II
University of Minnesota
9.2 Seven and Half (Card Game)
Figure 5: Change in Blackjack Posterior Distributions over Time.
Ionic Poker.
3.1 Black Jack Lesson : Getting Acquainted with basic tools and material used for Blackjack and related mathematical concepts and processes, relevant.
Entry Ticket: Algorithms and Program Construction
Random Thoughts 2012 (COMP 066)
Lecture 11.
1. A manufacturer produces a large number of toasters
11/7/16 Entry 173 – Objective I will review and continue developing my understanding of uniform probability models, including the complement of an event.
Section 12.2 Probability.
Discrete Optimization
Chapter 5 Black Jack.
6.NS.5 Integer War You will need: deck of cards
Lecture 10.
CSE 378 Prof. Richard Haskell Hassan Ahmad Brandon Krieter
Probability of casino games
Lecture 12.
3.4 The Binomial Distribution
Finite Projective Planes
Truth tables: Ways to organize results of Boolean expressions.
Probability Bingo Two dice will be thrown.
Truth tables: Ways to organize results of Boolean expressions.
Extra Brownie Points! Lottery To Win: choose the 5 winnings numbers from 1 to 49 AND Choose the "Powerball" number from 1 to 42 What is the probability.
Blackjack: Counting Hands and Counting Cards
Warm Up Imagine a family has three children. 1) What is the probability the family has: 3 girls and 0 boys 2 girls and 1 boy 1 girl and 2 boys 0 girls.
Alphabet Bingo BINGO r g j l o d h s i n m f b y w q e BINGO f j s g m
The World Chess Championship is decided over twelve games
Truth tables: Ways to organize results of Boolean expressions.
Task 2 Implementation help
Section 12.2 Theoretical Probability
Probability Chances Are… You can do it! Activity #2.
Freebird Midnight Train to GA
Section 12.2 Theoretical Probability
probability with cards
Freebird Midnight Train to GA
Freebird Midnight Train to GA
Warm Up You have 16 coins in your pocket. If half are pennies, how many pennies do you have? If a fourth are nickels, how many nickels do you have?
Elements of Chance Exemplar – Card Game.
Tic-Tac-Toe Game Engine
Section 12.2 Theoretical Probability
Whose is it? Game.
Presentation transcript:

BY: Cesar, Jennifer, Adrianne & Allen BlackJack BY: Cesar, Jennifer, Adrianne & Allen

How to Play BlackJack The object of playing black jack is to get 21 Ask the person if they want a hit Determine wether or not they won

Black Jack 1 Plays one game with one person Ask the user if they want a hit Simplifications: Only one player Ace value is random

BlackJack 2 Draw cards until 21 of bust Runs 10,000 times Counts number of 21’s

Conclusion The probability of getting 21 is 14 % People have a higher chance of getting over 21