SDS PODCAST EPISODE 96 FIVE MINUTE FRIDAY: THE BAYES THEOREM

Size: px
Start display at page:

Download "SDS PODCAST EPISODE 96 FIVE MINUTE FRIDAY: THE BAYES THEOREM"

Transcription

1 SDS PODCAST EPISODE 96 FIVE MINUTE FRIDAY: THE BAYES THEOREM

2 This is Five Minute Friday episode number 96: The Bayes Theorem Welcome everybody back to the SuperDataScience podcast. Super excited to have you on board, and today I would like to discuss something very interesting, the Bayes Theorem and an example of its application. So the Bayes Theorem was developed in the 18th century by Thomas Bayes as a way to include additional evidence in our probability calculation as that evidence comes to be. So it sometimes can be hard to get your head around the Bayes Theorem. There is a somewhat complex-looking formula even though the intuition behind it is very, very simple. And that's why today I wanted to just quickly give an example, which I really enjoyed learning about, of the Bayes Theorem applied in practice to just illustrate what it's all about. So let's have a look at an example of breathalyser tests. So, for instance, in Australia here, the police is working very efficiently, and we often have these roadblocks, especially on a Friday or a Saturday in the evening, when you're driving, and the police will have blocked off the whole road, and every single car has to pull over and you have to do the breathalyser test so they know if you're drunk or not. So they're looking for drink driving just to make sure that the roads are safe. And so let's have a look at an example where a group of police officers have set up a roadblock and they're testing every single person regardless of their driving, regardless of what they observe of the driving. They're testing every single person, they have these devices where you just breathe into it, and it says whether or not the person is drunk. This might not be exactly how it is in reality in Australia, but this is the set up of this specific problem that we're going to look into. The device works as follows: they never fail to detect a drunk person. So if somebody is drunk, they will detect him 100% of the time. But at the same time, they have a false positive rate of 5%.

3 What does that mean? Well that means that if a person is not drunk, they might still say that that person is drunk with a 5% chance. So that is the outline of the problem, and the question is, if somebody was pulled over, and they breathe into this breathalyser, then what is the probability that they are actually drunk? What is the probability that this person is actually drunk? So if indeed they are actually drunk, then the breathalyser will detect them with 100% certainty. But at the same time, if they are not drunk, there is still a 5% chance that the breathalyser will detect them as drunk. So the question is, we have this situation, a person was pulled over, they breathe into the breathalyser, it says that they're drunk. What is the likelihood that they are indeed really drunk, and that they're drink driving? The essential first answer that comes to mind is obviously 95%, right? Because there's only a 5% chance of a false positive, so basically the remainder is the 95% chance should be true that they are drink driving. But that is actually not the true case of things. So this is where the Bayes Theorem comes in. What we need to include is other evidence that we already have about our problem, about our situation. And that will help us refine the final probability. And the other evidence that we're going to include is the statistics around drink driving in the population in general. So let's say that, on average, we know that about 1 out of 1000 people drink and drive. So if you take 1000 people who are driving at any given point in time, approximately one of them, so 0.1%, is actually going to be drink driving. So now if we take into account this base rate, it's called the base rate, something we knew in advance, something that we know overall about this whole situation, we know that 1 in 1000 people are drink driving at any given point in time. And now we're going to apply that in addition to the knowledge in our problem. So if we apply that, then what we're going to

4 know is that let's just take 1000 people. Just visualise this. So we take 1000 people, out of them, 1 is a driver who's driving drunk, and if we breathalyse all those 1000 people, then the breathalyser will pick that person up as drunk because it is 100% accurate for people who are drink driving. So that person will be picked up as a true positive. Now, in the remaining 999 people, when they're breathalysed, 5% of them will still be picked up as if they are drunk, even though they are not, because there is a false positive rate, 5% of them will be picked up as drunk, and 5% of 999 is about So people will be picked up as false positive results. And so if we add those two together, in total, the test will pick up the following number of drunk people: 1, which is our true positive, plus false positives. And if we add them together, we get times out of 1000, the test will say that people are indeed drunk. So now, it's very easy to calculate the probability that somebody is indeed truly drunk, it's basically that 1 person out of the is truly drunk, so 1/50.95 gives us approximately 2%. Gives us something. So that means that in those people that the test will identify as drunk and driving, only 2% of the people will actually be drunk. How crazy is that. If you think about that for a second, the police blocked off the road, they have these super devices that have 100% accuracy of detecting a drunk person, a 95% accuracy of detecting a non-drunk person, so only a 5% false positive rate, and they're breathalysing people. But even when the person reads that that person is indeed drunk, the actual likelihood of them being drunk is only 2%. How crazy is that! For me, that was a very vivid example of the Bayes Theorem in action, and that it's very counterintuitive, but this happens very often in different situations in life. Nate Silver, for example, talks a bit more about well, actually quite a lot about this in his book, "The Signal and The Noise," and

5 if you just look up "Bayes Theorem examples" online, you'll find other examples, but this is a very, very vivid example of that happening in action. And by the way, that is also the reason why police officers will sometimes ask the potentially drink driving person to breathe into another device, to do a second breathalyser test. Because that's additional evidence. It gives us additional evidence. When they breathe into the second device, our prior information is richer, and now we're adding on because we already know that 1 in 1000 people drink drive, but we already know about this person, that they have a likelihood of 2% being a drink driver. So the likelihood went from 0.1% (1 in 1000) to 2% now. But now if we ask him to breathe into another breathalyser, then the probability (and you can do the mathematical calculations on your own, it's pretty straightforward, it's exactly the same as what we did now), the probability goes up to 29% if they breathe twice and both times they're detected as drunk. And then if they breathe in again, if they do another breathalyser test, then the third time probability goes up to 89%. So as you can see, as we're gathering more evidence, the probability goes up higher and higher and higher, and therefore it shouldn't come as a surprise that police officers sometimes ask people to breathe into the breathalyser more than once. So there we go, that's how the Bayes Theorem works. I hope you enjoyed the short intro. Once again, there are lots of resources online where you can find more additional examples, for instance one of my favourite ones is Julia Galef's YouTube video titled "A Visual Guide to Bayesian Thinking". Very interesting, maybe check that out. And overall, don't forget about this when you're doing work in data science, or even in your day to day life. Remember that sometimes we need to take into account the bigger picture, the prior evidence that we may have about the problem rather than just simply reacting to the evidence that we're presented at a single point in time. It is often the case that there is much more evidence that we can include in our probability calculations.

6 So there you go. Hope you enjoyed today's quick introduction to the Bayes Theorem, and I look forward to seeing you here next time. Until then, happy analyzing.

Chapter 21. Margin of Error. Intervals. Asymmetric Boxes Interpretation Examples. Chapter 21. Margin of Error

Chapter 21. Margin of Error. Intervals. Asymmetric Boxes Interpretation Examples. Chapter 21. Margin of Error Context Part VI Sampling Accuracy of Percentages Previously, we assumed that we knew the contents of the box and argued about chances for the draws based on this knowledge. In survey work, we frequently

More information

Formalising arguments

Formalising arguments Formalising arguments Marianne: Hi, I'm Marianne Talbot and this is the first of the videos that supplements the podcasts on formal logic. (Slide 1) This particular video supplements Session 2 of the formal

More information

Conditional Probability and Bayes

Conditional Probability and Bayes Conditional Probability and Bayes Chapter 2 Lecture 7 Yiren Ding Shanghai Qibao Dwight High School March 15, 2016 Yiren Ding Conditional Probability and Bayes 1 / 20 Outline 1 Bayes Theorem 2 Application

More information

Episode 10: The Last Laugh: 81-Year Old Man Tries Stand-Up Comedy (3/27/2018)

Episode 10: The Last Laugh: 81-Year Old Man Tries Stand-Up Comedy (3/27/2018) Episode 10: The Last Laugh: 81-Year Old Man Tries Stand-Up Comedy (3/27/2018) Segment Who Copy Intro Schill I like to make people laugh and I really do believe that there are times when I'm taking their

More information

MITOCW big_picture_integrals_512kb-mp4

MITOCW big_picture_integrals_512kb-mp4 MITOCW big_picture_integrals_512kb-mp4 PROFESSOR: Hi. Well, if you're ready, this will be the other big side of calculus. We still have two functions, as before. Let me call them the height and the slope:

More information

2 nd Int. Conf. CiiT, Molika, Dec CHAITIN ARTICLES

2 nd Int. Conf. CiiT, Molika, Dec CHAITIN ARTICLES 2 nd Int. Conf. CiiT, Molika, 20-23.Dec.2001 93 CHAITIN ARTICLES D. Gligoroski, A. Dimovski Institute of Informatics, Faculty of Natural Sciences and Mathematics, Sts. Cyril and Methodius University, Arhimedova

More information

MIT Alumni Books Podcast The Proof and the Pudding

MIT Alumni Books Podcast The Proof and the Pudding MIT Alumni Books Podcast The Proof and the Pudding JOE This is the MIT Alumni Books Podcast. I'm Joe McGonegal, Director of Alumni Education. My guest, Jim Henle, Ph.D. '76, is the Myra M. Sampson Professor

More information

Learning by Ear 2010 Against the Current Urban Exodus

Learning by Ear 2010 Against the Current Urban Exodus Learning by Ear 2010 Against the Current Urban Exodus Episode 01: Without a job, the city is hell Author: Alfred Dogbé Editor: Yann Durand Translator: Anne Thomas CHARACTERS: Scene 1: BEN (AGRICULTURAL

More information

MITOCW max_min_second_der_512kb-mp4

MITOCW max_min_second_der_512kb-mp4 MITOCW max_min_second_der_512kb-mp4 PROFESSOR: Hi. Well, I hope you're ready for second derivatives. We don't go higher than that in many problems, but the second derivative is an important-- the derivative

More information

THE COURT: May she be excused? MS. COREY: Yes, sir. MR. STROLLA: Yes, sir. (Witness excused.) THE COURT: Next witness, Mr. Strolla.

THE COURT: May she be excused? MS. COREY: Yes, sir. MR. STROLLA: Yes, sir. (Witness excused.) THE COURT: Next witness, Mr. Strolla. the following day? No. MS. COREY: Thank you. Nothing further, Your 0 Honor. THE COURT: May she be excused? MS. COREY: Yes, sir. MR. STROLL: Yes, sir. THE COURT: Thank you, ma'am. You're excused. (Witness

More information

PROFESSOR: I'd like to welcome you to this course on computer science. Actually, that's a terrible way to start.

PROFESSOR: I'd like to welcome you to this course on computer science. Actually, that's a terrible way to start. MITOCW Lecture 1A [MUSIC PLAYING] PROFESSOR: I'd like to welcome you to this course on computer science. Actually, that's a terrible way to start. Computer science is a terrible name for this business.

More information

Elementary Podcast 2-5 Transcript

Elementary Podcast 2-5 Transcript Transcript Download the LearnEnglish Elementary podcast. You ll find all the details on this page: http://learnenglish.britishcouncil.org/elementarypodcasts/series-02-episode-05 Section 1: "Well, that's

More information

Here s a question for you: What happens if we try to go the other way? For instance:

Here s a question for you: What happens if we try to go the other way? For instance: Prime Numbers It s pretty simple to multiply two numbers and get another number. Here s a question for you: What happens if we try to go the other way? For instance: With a little thinking remembering

More information

QuickBooks 2014 For Dummies Free Download PDF

QuickBooks 2014 For Dummies Free Download PDF QuickBooks 2014 For Dummies Free Download PDF Take control of the books and keep your finances in the black with QuickBooks and For Dummies With over four million of his books in print, CPA and perennial

More information

MITOCW ocw f07-lec02_300k

MITOCW ocw f07-lec02_300k MITOCW ocw-18-01-f07-lec02_300k The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free.

More information

English as a Second Language Podcast ENGLISH CAFÉ 89

English as a Second Language Podcast   ENGLISH CAFÉ 89 TOPICS Airport X-ray machines, Guinness Book of World Records, to be under siege, to run like butter, girlfriends, to trade up GLOSSARY checkpoint a place where one s documents and/or things are looked

More information

Rhythm Rounds. Joyce Ma. January 2003

Rhythm Rounds. Joyce Ma. January 2003 Rhythm Rounds Joyce Ma January 2003 Keywords: < formative sound auditory perception exhibit interview observation > 1 Sound and Hearing Formative Evaluation Rhythm Rounds Joyce Ma January 2003 PURPOSE

More information

The Focus = C Major Scale/Progression/Formula: C D E F G A B - ( C )

The Focus = C Major Scale/Progression/Formula: C D E F G A B - ( C ) Chord Progressions 101 The Major Progression Formula The Focus = C Major Scale/Progression/Formula: C D E F G A B - ( C ) The first things we need to understand are: 1. Chords come from the scale with

More information

English as a Second Language Podcast ESL Podcast 217 Lost and Found

English as a Second Language Podcast  ESL Podcast 217 Lost and Found GLOSSARY Lost and Found a place that holds lost items for people until they come to find them * I left my glasses at the theater last night, and I m hoping someone turned them in to the Lost and Found.

More information

lorries waitresses secretaries sandwiches children matches flowers vegetable families dictionaries eye bag boxes schools lunches cities hotel watches

lorries waitresses secretaries sandwiches children matches flowers vegetable families dictionaries eye bag boxes schools lunches cities hotel watches lorries waitresses secretaries sandwiches children matches flowers vegetable families dictionaries eye bag boxes schools lunches cities hotel watches animals flies buses men orange people churches egg

More information

Transcript: Reasoning about Exponent Patterns: Growing, Growing, Growing

Transcript: Reasoning about Exponent Patterns: Growing, Growing, Growing Transcript: Reasoning about Exponent Patterns: Growing, Growing, Growing 5.1-2 1 This transcript is the property of the Connected Mathematics Project, Michigan State University. This publication is intended

More information

Episode 45: Making the Customer Journey Understandable and Efficient

Episode 45: Making the Customer Journey Understandable and Efficient Experience This! Show Podcast Hosts: Joey Coleman & Dan Gingiss ExperienceThisShow.com [SHOW INTRO] Official Show Transcript Originally Aired: October 23, 2018 Episode 45: Making the Customer Journey Understandable

More information

Area and Perimeter Challenge

Area and Perimeter Challenge Year 4 Maths Area and Perimeter Challenge To find the area of a square or rectangle, multiply the width by the length To find the perimeter of a square or rectangle, add up the total length of its sides

More information

Thinking Involving Very Large and Very Small Quantities

Thinking Involving Very Large and Very Small Quantities Thinking Involving Very Large and Very Small Quantities For most of human existence, we lived in small groups and were unaware of things that happened outside of our own villages and a few nearby ones.

More information

Note: Please use the actual date you accessed this material in your citation.

Note: Please use the actual date you accessed this material in your citation. MIT OpenCourseWare http://ocw.mit.edu 18.06 Linear Algebra, Spring 2005 Please use the following citation format: Gilbert Strang, 18.06 Linear Algebra, Spring 2005. (Massachusetts Institute of Technology:

More information

DIFFERENTIATE SOMETHING AT THE VERY BEGINNING THE COURSE I'LL ADD YOU QUESTIONS USING THEM. BUT PARTICULAR QUESTIONS AS YOU'LL SEE

DIFFERENTIATE SOMETHING AT THE VERY BEGINNING THE COURSE I'LL ADD YOU QUESTIONS USING THEM. BUT PARTICULAR QUESTIONS AS YOU'LL SEE 1 MATH 16A LECTURE. OCTOBER 28, 2008. PROFESSOR: SO LET ME START WITH SOMETHING I'M SURE YOU ALL WANT TO HEAR ABOUT WHICH IS THE MIDTERM. THE NEXT MIDTERM. IT'S COMING UP, NOT THIS WEEK BUT THE NEXT WEEK.

More information

How many frames per second can the human eye see?

How many frames per second can the human eye see? How many frames per second can the human eye see? This is a tricky question. And much confusion about it is related to the fact, that this question is NOT the same as: How many frames per second do I have

More information

Teaching language for communication: an action- oriented approach

Teaching language for communication: an action- oriented approach Teaching language for communication: an action- oriented approach Mark Hancock For video of authors Mark Hancock and Annie McDonald explaining principles behind course book English Result, see: http://www.oupeltpromo.com/englishresult/

More information

#029: UNDERSTAND PEOPLE WHO SPEAK ENGLISH WITH A STRONG ACCENT

#029: UNDERSTAND PEOPLE WHO SPEAK ENGLISH WITH A STRONG ACCENT #029: UNDERSTAND PEOPLE WHO SPEAK ENGLISH WITH A STRONG ACCENT "Excuse me; I don't quite understand." "Could you please say that again?" Hi, everyone! I'm Georgiana, founder of SpeakEnglishPodcast.com.

More information

New Year Countdown Clock with Circuit Playground Express

New Year Countdown Clock with Circuit Playground Express New Year Countdown Clock with Circuit Playground Express Created by John Park Last updated on 2018-08-22 04:05:02 PM UTC Guide Contents Guide Contents Overview Program It With MakeCode Clock and Noisemaker

More information

Why t? TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson

Why t? TEACHER NOTES MATH NSPIRED. Math Objectives. Vocabulary. About the Lesson Math Objectives Students will recognize that when the population standard deviation is unknown, it must be estimated from the sample in order to calculate a standardized test statistic. Students will recognize

More information

THE WEIGHT OF SECRETS. Steve Meredith

THE WEIGHT OF SECRETS. Steve Meredith THE WEIGHT OF SECRETS Steve Meredith This screenplay may not be used or produced without the express written consent of the author. Parties interested in producing this screenplay may contact the author

More information

Do the preparation task first. Then watch the video and do the exercises. You can also read the transcript.

Do the preparation task first. Then watch the video and do the exercises. You can also read the transcript. Video zone Emma Thompson and her adopted Rwandan son Tindy left Rwanda when he was just a teenager and moved to the UK as a refugee. There, he met the famous actress Emma Thompson and was adopted by her.

More information

Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley

Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley Contents Getting Started Setting Up the Sound File Noise Removal Finding All the Bat Calls Call Analysis

More information

Dinosaurs. B. Answer the questions in Hebrew/Arabic. 1. How do scientists know that dinosaurs once lived? 2. Where does the name dinosaur come from?

Dinosaurs. B. Answer the questions in Hebrew/Arabic. 1. How do scientists know that dinosaurs once lived? 2. Where does the name dinosaur come from? Dinosaurs T oday everyone knows what dinosaurs are. But many years ago people didn t know about dinosaurs. Then how do people today know that dinosaurs once lived? Nobody ever saw a dinosaur! But people

More information

#033: TOP BUSINESS ENGLISH IDIOMS PART #1

#033: TOP BUSINESS ENGLISH IDIOMS PART #1 #033: TOP BUSINESS ENGLISH IDIOMS PART #1 Hi, everyone! I'm Georgiana, founder of SpeakEnglishPodcast.com. My mission is to help YOU to speak English fluently and confidently. In today's episode: I'll

More information

Informatics Enlightened Station 2 Park distance control system

Informatics Enlightened Station 2 Park distance control system Those of you who will get their driver s license soon will have to deal with one huge nightmare: parallel parking! You move your car back and forth, but in the end, you re still not in the right spot and

More information

1 MR. ROBERT LOPER: I have nothing. 3 THE COURT: Thank you. You're. 5 MS. BARNETT: May we approach? 7 (At the bench, off the record.

1 MR. ROBERT LOPER: I have nothing. 3 THE COURT: Thank you. You're. 5 MS. BARNETT: May we approach? 7 (At the bench, off the record. 167 April Palatino - March 7, 2010 Redirect Examination by Ms. Barnett 1 MR. ROBERT LOPER: I have nothing 2 further, Judge. 3 THE COURT: Thank you. You're 4 excused. 5 MS. BARNETT: May we approach? 6 THE

More information

On the eve of the Neil Young and Crazy Horse Australian tour, he spoke with Undercover's Paul Cashmere.

On the eve of the Neil Young and Crazy Horse Australian tour, he spoke with Undercover's Paul Cashmere. Undercover Greendale (interview with poncho) Sometime in the 90's Neil Young was christened the Godfather of Grunge but the title really belonged to his band Crazy Horse. While Young has jumped through

More information

MR. MCGUIRE: There's a great future in plastics. Think about it. Will you think about it?

MR. MCGUIRE: There's a great future in plastics. Think about it. Will you think about it? The Graduate - Clip 1-1967 US c.7 min. 06:02-13:08 Dustin Hoffman, Anne Bancroft "Plastics" & Mrs Robinson - YouTube IMDb Il Laureato - Wiki grammar points: say s.t. to you, how / how to, will, some of

More information

They can sing, they can dance After all, miss, this is France And a dinner here is never second best Go on, unfold your menu Take a glance and then

They can sing, they can dance After all, miss, this is France And a dinner here is never second best Go on, unfold your menu Take a glance and then Be our guest Be our guest, be our guest Put our service to the test Tie your napkin 'round your neck, Cherie And we'll provide the rest Soup du jour, hot hors d'oeuvres Why, we only live to serve Try the

More information

The Ten Minute Tutor Read-a-long Book Video Chapter 20 TREASURE ISLAND. Author - Robert Louis Stevenson

The Ten Minute Tutor Read-a-long Book Video Chapter 20 TREASURE ISLAND. Author - Robert Louis Stevenson TREASURE ISLAND Author - Robert Louis Stevenson Adapted for The Ten Minute Tutor by: Debra Treloar BOOK FOUR THE STOCKADE CHAPTER 20. SILVER S EMBASSY BY: JIM HAWKINS I looked through a hole in the wood

More information

BBC LEARNING ENGLISH Jamaica Inn 5: Lost on the moor

BBC LEARNING ENGLISH Jamaica Inn 5: Lost on the moor BBC LEARNING ENGLISH Jamaica Inn 5: Lost on the moor This is not a word-for-word transcript Language focus: Zero, 1st, 2nd conditionals narrator There was nothing but a few sacks and the rope in the locked

More information

Dominque Silva: I'm Dominique Silva, I am a senior here at Chico State, as well as a tutor in the SLC, I tutor math up to trig, I've been here, this

Dominque Silva: I'm Dominique Silva, I am a senior here at Chico State, as well as a tutor in the SLC, I tutor math up to trig, I've been here, this Dominque Silva: I'm Dominique Silva, I am a senior here at Chico State, as well as a tutor in the SLC, I tutor math up to trig, I've been here, this now my fourth semester, I'm graduating finally in May.

More information

Was one of those witnesses then Steve Smith? Now did you ever learn the name of the. civilian who helped you pull out Jordan Davis from the

Was one of those witnesses then Steve Smith? Now did you ever learn the name of the. civilian who helped you pull out Jordan Davis from the scene? Correct. Was one of those witnesses then Steve Smith? Now did you ever learn the name of the civilian who helped you pull out Jordan Davis from the car? No, ma'am. I did not. MS. WOLFSON: I have

More information

Check back at the NCTM site for additional notes and tasks next week.

Check back at the NCTM site for additional notes and tasks next week. Check back at the NCTM site for additional notes and tasks next week. PROOF ENOUGH FOR YOU? General Interest Session NCTM Annual Meeting and Exposition April 19, 2013 Ralph Pantozzi Kent Place School,

More information

IF MONTY HALL FALLS OR CRAWLS

IF MONTY HALL FALLS OR CRAWLS UDK 51-05 Rosenthal, J. IF MONTY HALL FALLS OR CRAWLS CHRISTOPHER A. PYNES Western Illinois University ABSTRACT The Monty Hall problem is consistently misunderstood. Mathematician Jeffrey Rosenthal argues

More information

Our Dad is in Atlantis

Our Dad is in Atlantis Our Dad is in Atlantis by Javier Malpica Translated by Jorge Ignacio Cortiñas 4 October 2006 Characters Big Brother : an eleven year old boy Little Brother : an eight year old boy Place Mexico Time The

More information

BigSpeak EP06 John Ellis Page 2 of 9

BigSpeak EP06 John Ellis Page 2 of 9 You're listening to the BigSpeak podcast, a program populated by the voices of thought leaders, successful CEOs, and renown entrepreneurs. We'll hear their exclusive tips, behind the scenes insights, and

More information

victims' families know what's coming up just to (Jury in at 1:10 p.m..) THE COURT: All right. Welcome back,

victims' families know what's coming up just to (Jury in at 1:10 p.m..) THE COURT: All right. Welcome back, 0 you back in an hour. (Lunch recess.) THE COURT: ll right. We ready to resume, Ms. Corey? MS. COREY: May I just let my witnesses -- my victims' families know what's coming up just to give them fair warning?

More information

Oficina d Organització de Proves d Accés a la Universitat Pàgina 1 de 5 PAU 2012 Pautes de correcció

Oficina d Organització de Proves d Accés a la Universitat Pàgina 1 de 5 PAU 2012 Pautes de correcció Oficina d Organització de Proves d Accés a la Universitat Pàgina 1 de 5 SÈRIE 4 Comprensió escrita Living in Harmony with the Land 1.... a dry region badly communicated. 2.... play an important role in

More information

PhD Vlog Week 4 Verena Stingl. 00:00:01 CAPTION "A snapshot of my PhD journey" Name: Verena Stingl

PhD Vlog Week 4 Verena Stingl. 00:00:01 CAPTION A snapshot of my PhD journey Name: Verena Stingl PhD Vlog Week 4 Verena Stingl TIME SPEAKER DIALOGUE 00:00:01 CAPTION "A snapshot of my PhD journey" Name: Verena Stingl PhD: Management Science Location: Kongens Lyngby 00:00:07 Verena Stingl Welcome to

More information

The Black Book Series: The Lost Art of Magical Charisma (The Unreleased Volume: Beyond The 4 Ingredients)

The Black Book Series: The Lost Art of Magical Charisma (The Unreleased Volume: Beyond The 4 Ingredients) The Black Book Series: The Lost Art of Magical Charisma (The Unreleased Volume: Beyond The 4 Ingredients) A few years ago I created a report called Super Charisma. It was based on common traits that I

More information

10 주차. Apologizing Intro

10 주차. Apologizing Intro 10 주차. Apologizing Intro 학습내용 Apologizing Make up a story out of words and phrases (1) Predict the story based on vocabulary (2) Use writing skills to prepare for listening Vocabulary 10 주차. Apologizing

More information

media player cinemas cinema players, cinema classic downloads cinema cinema free downloads

media player cinemas cinema players, cinema classic downloads cinema cinema free downloads Media player classic cinema free download. Heres a brief download on quite classic theme, media player, for instance, an essay written for you. Teachers frequently encourage cinemas to cinema players download

More information

Mark Casse Manfred Conrad

Mark Casse Manfred Conrad Breeders' Cup World Championships Saturday, November 3, 2018 Mark Casse Manfred Conrad Press Conference THE MODERATOR: We're back live on day two of Breeders Cup day and here in the press conference room

More information

American violinist David Garrett perform his rock symphonies. The audience rise to their feet

American violinist David Garrett perform his rock symphonies. The audience rise to their feet msn Entertainment By Melody Oei, MSN, 01/11/2011 Violin maestro phenomenon David Garrett: I'm not a MSN Entertainment headed up North to Bangkok, Thailand to speak with and watch David Garrett rock his

More information

MEETINGS by

MEETINGS by MEETINGS by https://learnenglishwithtv.wordpress.com +AND: also, along with, as well as, furthermore, in addition to, including, moreover, together with, plus. -BUT: However, moreover, nevertheless, on

More information

AGAINST ALL ODDS EPISODE 22 SAMPLING DISTRIBUTIONS TRANSCRIPT

AGAINST ALL ODDS EPISODE 22 SAMPLING DISTRIBUTIONS TRANSCRIPT AGAINST ALL ODDS EPISODE 22 SAMPLING DISTRIBUTIONS TRANSCRIPT 1 FUNDER CREDITS Funding for this program is provided by Annenberg Learner. 2 INTRO Pardis Sabeti Hi, I m Pardis Sabeti and this is Against

More information

The Art and Craft of Storytelling

The Art and Craft of Storytelling The Art and Craft of Storytelling Let me tell you a story. Stories are the currency of tribal, cultural and religious lore, passed from generation to generation since the early tribes first gathered around

More information

Is your unconscious mind running the show and should you trust it?

Is your unconscious mind running the show and should you trust it? Is your unconscious mind running the show and should you trust it? NLPcourses.com Podcast 6: In this week s nlpcourses.com podcast show, we explore the unconscious mind. How the unconscious mind stores

More information

Western Statistics Teachers Conference 2000

Western Statistics Teachers Conference 2000 Teaching Using Ratios 13 Mar, 2000 Teaching Using Ratios 1 Western Statistics Teachers Conference 2000 March 13, 2000 MILO SCHIELD Augsburg College www.augsburg.edu/ppages/schield schield@augsburg.edu

More information

Chapter 13: Conditionals

Chapter 13: Conditionals Chapter 13: Conditionals TRUE/FALSE The second sentence accurately describes information in the first sentence. Mark T or F. 1. If Jane hadn't stayed up late, she wouldn't be so tired. Jane stayed up late

More information

Wayne: That's correct. Copyright 2017 LARadioSpecialist.com

Wayne: That's correct. Copyright 2017 LARadioSpecialist.com Meet the Personalities 006 Wayne Resnick Podcast Transcript Recording date: March 21, 2017 Guest: Wayne Resnick Host: Tom Smith Recording: Gil Perez Producer/Editor: Micah Palmquist Wayne: It's the most

More information

HEAVEN PALLID TETHER 1 REPEAT RECESS DESERT 3 MEMORY CELERY ABCESS 1

HEAVEN PALLID TETHER 1 REPEAT RECESS DESERT 3 MEMORY CELERY ABCESS 1 Heard of "the scientific method"? There's a really great way to teach (or learn) what this is, by actually DOING it with a very fun game -- (rather than reciting the standard sequence of the steps involved).

More information

Aaah just some additional questions that-that we had and we wanted to talk to you in person, okay?

Aaah just some additional questions that-that we had and we wanted to talk to you in person, okay? November 11, 2014 1:14 p.m. Special Agent () Federal Bureau of Investigation = AU = AU DOJ Trial Attorney = Unintelligible= Ul AU Today is Wednesday, November l2 1 h, 2014, 1:14 p.m. I am Special Agent,

More information

Creating an Annotated Bibliography

Creating an Annotated Bibliography In this video we'll see how to do an annotated bibliography. We'll look at what an annotated bibliography is, how to select good sources for one, and how to write one. Page 1 of 8 First, let's look at

More information

THE MONTY HALL PROBLEM

THE MONTY HALL PROBLEM University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln MAT Exam Expository Papers Math in the Middle Institute Partnership 7-2009 THE MONTY HALL PROBLEM Brian Johnson University

More information

Sample Test Questions:

Sample Test Questions: Sample Test Questions: 1.) All the balls are nearly the same - one is very much like. a. other b. another c. an other 2.) Those people over there are friends of. a. ours b. us c. our 3.) I'm going to France

More information

I don't need a number devil for that. I can do it on

I don't need a number devil for that. I can do it on Still in a daze the next morning, Robert said to his mother, "Do you know the year I was born? It was 6 x 1 and 8 x 10 and 9 x 100 and 1 x 1000." "J don't know what's got into the boy lately," aid Robert's

More information

Sea Urchin Embryos on the Axiovert200M. Joyce Ma and Jackie Wong. April 2003

Sea Urchin Embryos on the Axiovert200M. Joyce Ma and Jackie Wong. April 2003 Sea Urchin Embryos on the Axiovert200M Joyce Ma and Jackie Wong April 2003 Keywords: 1 Imaging Station - Formative Evaluation Sea Urchin Embryos on the Axiovert200M

More information

Learning by Ear Crossroads Generation - Facing Tough Choices. EPISODE EIGHTEEN: Under Pressure SCENE 1: JUMBE AND HIS WIFE RETURN HOME FROM WALK

Learning by Ear Crossroads Generation - Facing Tough Choices. EPISODE EIGHTEEN: Under Pressure SCENE 1: JUMBE AND HIS WIFE RETURN HOME FROM WALK Learning by Ear 2013 Crossroads Generation - Facing Tough Choices EPISODE EIGHTEEN: Under Pressure AUTHOR: Chrispin Mwakideu EDITOR: Madelaine Meier, Ludger Schadomsky COPY EDITOR: Charlotte Collins List

More information

PROFESSOR: Well, last time we talked about compound data, and there were two main points to that business.

PROFESSOR: Well, last time we talked about compound data, and there were two main points to that business. MITOCW Lecture 3A [MUSIC PLAYING] PROFESSOR: Well, last time we talked about compound data, and there were two main points to that business. First of all, there was a methodology of data abstraction, and

More information

List of Contents. Introduction 600 IDIOMS A-Z A - B - C - D - E - F - G - H - I J - K - L - M - N - O - P - Q - R S - T - U - V - W - X - Y - Z

List of Contents. Introduction 600 IDIOMS A-Z A - B - C - D - E - F - G - H - I J - K - L - M - N - O - P - Q - R S - T - U - V - W - X - Y - Z List of Contents Introduction 600 IDIOMS A-Z A - B - C - D - E - F - G - H - I J - K - L - M - N - O - P - Q - R S - T - U - V - W - X - Y - Z On Using this ebook Teacher s Notes Reference Books Recommended

More information

Speaker 2: Hi everybody welcome back to out of order my name is Alexa Febreze and with my co host. Speaker 1: Kylie's an hour. Speaker 2: I have you

Speaker 2: Hi everybody welcome back to out of order my name is Alexa Febreze and with my co host. Speaker 1: Kylie's an hour. Speaker 2: I have you Hi everybody welcome back to out of order my name is Alexa Febreze and with my co host. Kylie's an hour. I have you guys are having a great day today is a very special episode today we'll be talking about

More information

Statistics For Dummies PDF

Statistics For Dummies PDF Statistics For Dummies PDF Statistics For Dummies, 2nd Edition (9781119293521) was previously published as Statistics For Dummies, 2nd Edition (9780470911082). While this version features a new Dummies

More information

Episode #003. Speak English Now Podcast. #003 The Importance of Repetitive Listening in English

Episode #003. Speak English Now Podcast. #003 The Importance of Repetitive Listening in English Speak English Now Podcast The Podcast That Will Help You Speak English Fluently. With No Grammar and No Textbooks! Episode #003 With your host GEORGIANA Founder of SpeakEnglishPod.com and Profesoraingles.com

More information

Let's Master English Podcast Episode 17 is dictated by Joaquin, Bertha, Jan Abid, Margherita and Maha

Let's Master English Podcast Episode 17 is dictated by Joaquin, Bertha, Jan Abid, Margherita and Maha Let's Master English Podcast Episode 17 is dictated by Joaquin, Bertha, Jan Abid, Margherita and Maha Hello everybody! You're listening to Let's Master English and my name is Coach Shane. Hello everybody,

More information

BBC LEARNING ENGLISH 6 Minute Grammar Talking about the future

BBC LEARNING ENGLISH 6 Minute Grammar Talking about the future BBC LEARNING ENGLISH 6 Minute Grammar Talking about the future This is not a word-for-word transcript Hello, and welcome to 6 Minute Grammar with me,. And me,. Hello. And today we're talking about six

More information

...so you don't just sit! POB Ames, IA / / fax 4

...so you don't just sit! POB Ames, IA / / fax 4 ...so you don't just sit! POB 742 4 Ames, IA 4 50010-0742 4 515/232-1247 4 515/232-3729 fax 4 al@alsmusic.com Al tackles one of the toughest questions a DJ ever has to answer: What kind of music do you

More information

LearnEnglish Elementary Podcast Series 02 Episode 08

LearnEnglish Elementary Podcast Series 02 Episode 08 Support materials Download the LearnEnglish Elementary podcast. You ll find all the details on this page: http://learnenglish.britishcouncil.org/elementarypodcasts/series-02-episode-08 While you listen

More information

FA!L-C. Familiar and!ovel Language Comprehension Test. Daniel Kempler, Ph.D. & Diana Van Lancker, Ph.D. Drawings by Susan A. Black

FA!L-C. Familiar and!ovel Language Comprehension Test. Daniel Kempler, Ph.D. & Diana Van Lancker, Ph.D. Drawings by Susan A. Black FA!L-C Familiar and!ovel Language Comprehension Test Daniel Kempler, Ph.D. & Diana Van Lancker, Ph.D. Drawings by Susan A. Black 1996 Familiar and!ovel Language Comprehension Test (FA!L-C) Description

More information

Meanor 1. Put in a prison cell, but one time he could-a been The champion of the world.

Meanor 1. Put in a prison cell, but one time he could-a been The champion of the world. Meanor 1 Emma Meanor Mr. Coffin English 621 November 30, 2009 Poetry Analysis Introduction In 1975, Bob Dylan and Jacques Levy co-wrote a song called Hurricane. It is the story of American boxer Rubin

More information

Monty Hall Monte Carlo

Monty Hall Monte Carlo Maximum Likelihood Methods for the Social Sciences POLS 510 CSSS 510 Political Science and CSSS University of Washington, Seattle Monty Hall Monte Carlo Christopher Adolph Randall Munroe xkcd.com/1282

More information

And all that glitters is gold Only shooting stars break the mold. Gonna Be

And all that glitters is gold Only shooting stars break the mold. Gonna Be Allstar Somebody once told me the world is gonna roll me I ain't the sharpest tool in the shed She was looking kind of dumb with her finger and her thumb In the shape of an "L" on her forehead Well the

More information

SimÛn MejÌa, thank you for joining me on Intersections Radio. SARIKA MEHTA: Tell us first a little bit about yourself, and Bomba EstÈreo.

SimÛn MejÌa, thank you for joining me on Intersections Radio. SARIKA MEHTA: Tell us first a little bit about yourself, and Bomba EstÈreo. INTERSECTIONS RADIO INTERVIEW: BOMBA EST REO TRANSCRIPT SARIKA MEHTA: You're listening to Intersections Radio, the podcast where we geek out on all things intersectionality. I'm your host, Sarika Mehta.

More information

Diego s. Umbrella Double. Panther Lyrics

Diego s. Umbrella Double. Panther Lyrics Diego s Umbrella Double Panther Lyrics Kings Of Vibration I'm taking in Dutch architecture one by one Cincinnati rehab, isn't this fun There's no big reason no big trick I'm just a breathing machine for

More information

MITOCW watch?v=6wud_gp5wee

MITOCW watch?v=6wud_gp5wee MITOCW watch?v=6wud_gp5wee The following content is provided under a Creative Commons license. Your support will help MIT OpenCourseWare continue to offer high quality educational resources for free. To

More information

Active Voice vs. Passive Voice (#25. Grammar Girl here. Today's topic is active voice versus passive voice. Here's Brian from Iowa:

Active Voice vs. Passive Voice (#25. Grammar Girl here. Today's topic is active voice versus passive voice. Here's Brian from Iowa: Active Voice vs. Passive Voice (#25 Grammar Girl here. Today's topic is active voice versus passive voice. Here's Brian from Iowa: "It drives me crazy when people write in passive voice. How can I teach

More information

Shavings. Happenings Around Your Shed. Chief Engineer. Chief Engineer. In Use. Fine Tuning

Shavings. Happenings Around Your Shed. Chief Engineer. Chief Engineer. In Use. Fine Tuning No.93 August 2018 Shavings Laurieton Men's Shed Vision Statement: The Laurieton Men s Shed aims to be the venue of choice for men of all ages in the local community; to share their interests, skills and

More information

Math 81 Graphing. Cartesian Coordinate System Plotting Ordered Pairs (x, y) (x is horizontal, y is vertical) center is (0,0) Quadrants:

Math 81 Graphing. Cartesian Coordinate System Plotting Ordered Pairs (x, y) (x is horizontal, y is vertical) center is (0,0) Quadrants: Math 81 Graphing Cartesian Coordinate System Plotting Ordered Pairs (x, y) (x is horizontal, y is vertical) center is (0,0) Ex 1. Plot and indicate which quadrant they re in. A (0,2) B (3, 5) C (-2, -4)

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level. Paper 1 May/June hours 30 minutes

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level. Paper 1 May/June hours 30 minutes *9661836479* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS General Certificate of Education Ordinary Level COMPUTER STUDIES 7010/11 Paper 1 May/June 2012 2 hours 30 minutes Candidates answer on the

More information

CPSC 121: Models of Computation. Module 1: Propositional Logic

CPSC 121: Models of Computation. Module 1: Propositional Logic CPSC 121: Models of Computation Module 1: Propositional Logic Module 1: Propositional Logic By the start of the class, you should be able to: Translate back and forth between simple natural language statements

More information

Mary Murphy: I want you to take out your diagrams that you drew yesterday.

Mary Murphy: I want you to take out your diagrams that you drew yesterday. Learning Vocabulary in Biology Video Transcript Mary I want you to take out your diagrams that you drew yesterday. We are in the middle of a unit talking about protein synthesis, so today's class focused

More information

Marriner thought for a minute. 'Very well, Mr Hewson, let's say this. If your story comes out in The Morning Times, there's five pounds waiting for

Marriner thought for a minute. 'Very well, Mr Hewson, let's say this. If your story comes out in The Morning Times, there's five pounds waiting for The Waxwork It was closing time at Marriner's Waxworks. The last few visitors came out in twos and threes through the big glass doors. But Mr Marriner, the boss, sat in his office, talking to a caller,

More information

Jacob listens to his inner wisdom

Jacob listens to his inner wisdom 1 7 Male Actors: Jacob Shane Best friend Wally FIGHT OR FLIGHT Voice Mr. Campbell Little Kid Voice Inner Wisdom Voice 2 Female Actors: Big Sister Courtney Little Sister Beth 2 or more Narrators: Guys or

More information

I Wish I Had... Preparatory Reading TALK ABOUT REGRETS, UNREAL PAST CONDITIONAL, EXPRESSING REGRETS

I Wish I Had... Preparatory Reading TALK ABOUT REGRETS, UNREAL PAST CONDITIONAL, EXPRESSING REGRETS I Wish I Had... Study the article by yourself or read it before your English class. We all have regrets in our lives. Perhaps we regret a relationship that went wrong. Perhaps we missed out on the job

More information

LUYỆN TẬP CHỨC NĂNG GIAO TIẾP 1 ID: LINK XEM LỜI GIẢI

LUYỆN TẬP CHỨC NĂNG GIAO TIẾP 1 ID: LINK XEM LỜI GIẢI LUYỆN TẬP CHỨC NĂNG GIAO TIẾP 1 ID: 46147 LINK XEM LỜI GIẢI http://moon.vn/fileid/46147 Câu 1 [318207]: A: Would you like a coke? A. I like coke. Thanks B. It's ok. I'm proud of you. C. Yes, please. But

More information

FIRST STEP LAAS LANGUAGE ATTAINMENT ASSESSMENT SYSTEM. English English Language Language Examinations Examinations. December 2005 SAMPLE 1 NAME..

FIRST STEP LAAS LANGUAGE ATTAINMENT ASSESSMENT SYSTEM. English English Language Language Examinations Examinations. December 2005 SAMPLE 1 NAME.. NAME.. LAAS LANGUAGE ATTAINMENT ASSESSMENT SYSTEM FIRST STEP HERE ARE YOUR INSTRUCTIONS: English English Language Language Examinations Examinations Be sure you have written your name at the top of this

More information

Palliative Care Chat Episode 11 Interview with Dr. Edmund Tori

Palliative Care Chat Episode 11 Interview with Dr. Edmund Tori Palliative Care Chat Episode 11 Interview with Dr. Edmund Tori Hello. This is Dr. Lynn McPherson and welcome to Palliative Care Chat, the podcast brought to you by the online master of science and graduate

More information