Ray Karol 2/26/2013. Let’s Make a Deal Monte Hall Problem Suppose you’re on a game show, and you’re given a choice of three doors: Behind one door is.

Slides:



Advertisements
Similar presentations
The Monty Hall Problem Madeleine Jetter 6/1/2000.
Advertisements

ABC Welcome to the Monty Hall show! Behind one of these doors is a shiny new car. Behind two of these doors are goats Our contestant will select a door.
Discrete Probability Rosen 5.1.
The Monty Hall Problem. Warm up example (from Mondays In Class Problems) Suppose there are 50 red balls and 50 blue balls in each of two bins (200 balls.
Probability and Statistics
More on Probability by David Palay. Review In how many ways can the debate team choose a president and a secretary if there are 10 people on the team?
Probability Activities Tree Diagrams, Sequences, Summation Notation, Dice Rolling, Rock-Paper- Scissors, and The “Monty Hall” Problem.
Probability Monty Hall, Bayes Law, and why Anya probably isn’t autistic Arup Guha 1/14/2013.
Bayes’ Rule: The Monty Hall Problem Josh Katzenstein Kerry Braxton-Andrew Problem From: Image from:
Section 16.1: Basic Principles of Probability
1 Probability Part 1 – Definitions * Event * Probability * Union * Intersection * Complement Part 2 – Rules Part 1 – Definitions * Event * Probability.
Lec 18 Nov 12 Probability – definitions and simulation.
Unit 6: Probability. Expected values Ex 1: Flip a coin 10 times, paying $1 to play each time. You win $.50 (plus your $1) if you get a head. How much.
Games, Logic, and Math Kristy and Dan. GAMES Game Theory Applies to social science Applies to social science Explains how people make all sorts of decisions.
1 Discrete Structures & Algorithms Discrete Probability.
1 Many people debate basic questions of chance in games such as lotteries. The Monty Hall problem is a fun brain teaser that Marilyn vos Savant addressed.
1 Discrete Math CS 280 Prof. Bart Selman Module Probability --- Part a) Introduction.
Probability … and how it can change your life Dan Simon Cleveland State University ESC Revised December 30, 2010.
I The meaning of chance Axiomatization. E Plurbus Unum.
Learning Goal 13: Probability Use the basic laws of probability by finding the probabilities of mutually exclusive events. Find the probabilities of dependent.
Great Theoretical Ideas in Computer Science.
Statistics and Data Analysis Professor William Greene Stern School of Business IOMS Department Department of Economics.
What is the probability that it will snow on Christmas day in Huntingdon?
Catch the Spirit of Mathematical Practices Mathematics Investigations Door 1Door 2 Door 3 Let’s Make a Deal...  Contestant picks one of three doors (1,
Probability, Bayes’ Theorem and the Monty Hall Problem
COMP14112: Artificial Intelligence Fundamentals L ecture 3 - Foundations of Probabilistic Reasoning Lecturer: Xiao-Jun Zeng
An Intuitive Explanation of Bayes' Theorem By Eliezer Yudkowsky.
Independence and Dependence 1 Krishna.V.Palem Kenneth and Audrey Kennedy Professor of Computing Department of Computer Science, Rice University.
Decision Technology Modeling, Software and Applications Matthew J. Liberatore Robert L. Nydick John Wiley & Sons, Inc.
 Suppose you're on a game show, and you're given the choice of three doors: Behind one door is a car; behind the others, goats. You pick a door (it remains.
Section 7.1. Section Summary Finite Probability Probabilities of Complements and Unions of Events Probabilistic Reasoning.
© Robert J. Marks II ENGR 5345 Review of Probability & Random Variables.
Topic 2: Intro to probability CEE 11 Spring 2002 Dr. Amelia Regan These notes draw liberally from the class text, Probability and Statistics for Engineering.
22C:19 Discrete Structures Discrete Probability Spring 2014 Sukumar Ghosh.
Making sense of randomness
LESSON TWO ECONOMIC RATIONALITY Subtopic 10 – Statistical Reasoning Created by The North Carolina School of Science and Math forThe North Carolina School.
Expectations, Permutations & Combinations 1 Krishna.V.Palem Kenneth and Audrey Kennedy Professor of Computing Department of Computer Science, Rice University.
Basics on Probability Jingrui He 09/11/2007. Coin Flips  You flip a coin Head with probability 0.5  You flip 100 coins How many heads would you expect.
Mental Math – Powers of 10 To schwoop or not to schwoop, that is the question….
Introduction Lecture 25 Section 6.1 Wed, Mar 22, 2006.
Introduction to Discrete Probability Epp, section 6.x CS 202.
What is the probability of picking an ace? Probability =
Independence and Dependence 1 Krishna.V.Palem Kenneth and Audrey Kennedy Professor of Computing Department of Computer Science, Rice University.
CPSC 7373: Artificial Intelligence Lecture 5: Probabilistic Inference Jiang Bian, Fall 2012 University of Arkansas at Little Rock.
1 Learning Objectives Bayes’ Formula The student will be able to solve problems involving finding the probability of an earlier event conditioned on the.
Section 7.1. Probability of an Event We first define these key terms: An experiment is a procedure that yields one of a given set of possible outcomes.
Monty Hall This is a old problem, but it illustrates the concept of conditional probability beautifully. References to this problem have been made in much.
Microsoft produces a New operating system on a disk. There is 0
1 COMP2121 Discrete Mathematics Principle of Inclusion and Exclusion Probability Hubert Chan (Chapters 7.4, 7.5, 6) [O1 Abstract Concepts] [O3 Basic Analysis.
Special Triangles Review
Chapter # - Chapter Title
Chapter 5: Bayes’ Theorem (And Additional Applications)
Probabilities What is the probability that among 23 people (this class) there will be a shared birthday?
Confidence Intervals and Limits
Patrick's Casino. Patrick's Casino What is the probability of picking an ace?
Graphical Models in Brief
The Monty Hall Problem Madeleine Jetter 6/1/2000.
Discrete Math for CS CMPSC 360 LECTURE 32 Last time: Review. Today:
A Problem that will delight your fancy
WARM - UP The American Red Cross says that about 45% of the US Population has Type O blood, 40% Type A, 11% Type B, and the rest Type AB. a.) Selecting.
Microsoft produces a New operating system on a disk. There is 0
Lecture 2: Probability.
OUTLINE Questions? Quiz Results Ballot Results Go over homework
OUTLINE Questions? Midterm Results Discuss homework Amazon Commodities
Hosted by Type your name here
Probability Rules.
Let’s Win a Lollipop! Door 1 Door 2 Door 3 Win! You pick...and stay with and the Lose.   You pick...and stay with... Door 1 Door 2 Door 3 ...and.
Probabilistic Reasoning With Bayes’ Rule
Presentation transcript:

Ray Karol 2/26/2013

Let’s Make a Deal

Monte Hall Problem Suppose you’re on a game show, and you’re given a choice of three doors: Behind one door is a car; behind the others, goats. You pick a door, say number 1, and the host, who knows what’s behind the doors, opens another door, say number 3, which has a goat. He says to you, ‘Do you want to switch doors?’ Is it to your advantage to switch your choice of doors?”

What is the probability of winning the car if you stay with your first choice? What if you decide to switch?

Methods to Solve Common sense Monte Carlo Bayes Theorem Conditional Probability etc. There is only one correct answer and it is counterintuitive